feat: add agent settings from CLI
Claude and Gemini configuration moved from core/cli. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
272864cbb8
commit
16c16c6da0
2 changed files with 16 additions and 0 deletions
5
.claude/settings.json
Normal file
5
.claude/settings.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"enabledPlugins": {
|
||||
"core@core-claude": true
|
||||
}
|
||||
}
|
||||
11
.gemini/settings.json
Normal file
11
.gemini/settings.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"general": {
|
||||
"sessionRetention": {
|
||||
"enabled": true
|
||||
},
|
||||
"enablePromptCompletion": true
|
||||
},
|
||||
"experimental": {
|
||||
"plan": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue