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:
Snider 2026-02-21 21:18:34 +00:00
parent 272864cbb8
commit 16c16c6da0
2 changed files with 16 additions and 0 deletions

5
.claude/settings.json Normal file
View file

@ -0,0 +1,5 @@
{
"enabledPlugins": {
"core@core-claude": true
}
}

11
.gemini/settings.json Normal file
View file

@ -0,0 +1,11 @@
{
"general": {
"sessionRetention": {
"enabled": true
},
"enablePromptCompletion": true
},
"experimental": {
"plan": true
}
}