feat(adapters): add Codex and Claude client settings

This commit is contained in:
Julian lechner
2026-09-11 14:43:07 +02:00
parent 0189323e8f
commit b65af63e7e
7 changed files with 74 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"permissions": {
"defaultMode": "auto",
"allow": [
"Agent"
],
"deny": [
"Bash(git reset --hard*)",
"Bash(git clean*)",
"Bash(rm -rf*)",
"Bash(Remove-Item -Recurse*)"
]
},
"env": {
"CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY": "5"
},
"statusLine": {
"type": "command",
"command": "__STATUSLINE_COMMAND__ \"__AI_CONFIG_ROOT__/statusline/__STATUSLINE_SCRIPT__\""
},
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "__HOOK_COMMAND__ \"__AI_CONFIG_ROOT__/hooks/__HOOK_SCRIPT__\"",
"timeout": 20
}
]
}
]
}
}