Skip to content

Commit 4a3c09f

Browse files
committed
feat(nvim): update CodeCompanion config
1 parent 60195b1 commit 4a3c09f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.config/nvim-new/plugin/ai.lua

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ require("codecompanion").setup({
120120
},
121121
},
122122
},
123-
strategies = {
123+
interactions = {
124124
chat = {
125125
adapter = {
126126
name = "copilot",
@@ -159,6 +159,16 @@ require("codecompanion").setup({
159159
},
160160
},
161161
},
162+
cli = {
163+
agent = "claude_code",
164+
agents = {
165+
claude_code = {
166+
cmd = "claude",
167+
args = {},
168+
description = "Claude Code CLI",
169+
},
170+
},
171+
},
162172
inline = {
163173
adapter = {
164174
name = "copilot",

0 commit comments

Comments
 (0)