We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1feb8 commit 05a95f6Copy full SHA for 05a95f6
lua/claudecode/config.lua
@@ -29,11 +29,7 @@ M.defaults = {
29
{ name = "Claude Opus 4 (Latest)", value = "opus" },
30
{ name = "Claude Sonnet 4 (Latest)", value = "sonnet" },
31
},
32
- terminal = {
33
- provider_opts = {
34
- external_terminal_cmd = nil, -- Command template for external terminal (e.g., "alacritty -e %s")
35
- },
36
+ terminal = nil, -- Will be lazy-loaded to avoid circular dependency
37
}
38
39
---Validates the provided configuration table.
0 commit comments