We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60195b1 commit 4a3c09fCopy full SHA for 4a3c09f
1 file changed
.config/nvim-new/plugin/ai.lua
@@ -120,7 +120,7 @@ require("codecompanion").setup({
120
},
121
122
123
- strategies = {
+ interactions = {
124
chat = {
125
adapter = {
126
name = "copilot",
@@ -159,6 +159,16 @@ require("codecompanion").setup({
159
160
161
162
+ cli = {
163
+ agent = "claude_code",
164
+ agents = {
165
+ claude_code = {
166
+ cmd = "claude",
167
+ args = {},
168
+ description = "Claude Code CLI",
169
+ },
170
171
172
inline = {
173
174
0 commit comments