Skip to content

Commit bd21a57

Browse files
committed
fix(claudecode_userconfig): update command and border style in claudecode setup
Changed the default command to use 'claude-via-copilot-proxy.bash claude-opus-4.5' and set the border style to 'single' for the floating window.
1 parent bb13611 commit bd21a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

after/plugin/claudecode_userconfig.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if not ok then
33
return
44
end
55
claudecode.setup({
6-
command = 'claude --dangerously-skip-permissions',
6+
command = 'claude-via-copilot-proxy.bash claude-opus-4.5',
77
-- Command variants
88
command_variants = {
99
-- Conversation management
@@ -27,7 +27,7 @@ claudecode.setup({
2727
row = 'center', -- Row position: number, "center", or percentage string
2828
col = 'center', -- Column position: number, "center", or percentage string
2929
relative = 'editor', -- Relative to: "editor" or "cursor"
30-
border = 'shadow', -- Border style: "none", "single", "double", "rounded", "solid", "shadow"
30+
border = 'single', -- Border style: "none", "single", "double", "rounded", "solid", "shadow"
3131
},
3232
},
3333
-- Keymaps

0 commit comments

Comments
 (0)