File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# opencode-plugin-copilot
22
3+ ## 0.0.6
4+
5+ ### Patch Changes
6+
7+ - simplified prompt
8+
39## 0.0.5
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " opencode-plugin-copilot" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " opencode-plugin-notification" ,
55 "keywords" : [
66 " opencode" ,
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ interface ForceAgentOptions {
55}
66
77const DEFAULT_SELF_MESSAGE : ForceAgentOptions [ "selfMessage" ] = ( original ) =>
8- `<query>${ original } </query>
9-
10- I will now answer the query:`
8+ `<user_query>${ original } </user_query>`
119
1210export const forceAgent = ( options : ForceAgentOptions = { } ) : Plugin => {
1311 const selfMessage = options . selfMessage ?? DEFAULT_SELF_MESSAGE
You can’t perform that action at this time.
0 commit comments