{ "ai": { "provider": "anthropic", "anthropic": { "apiKey": "sk-ant-xxx", "baseURL": "https://api.anthropic.com", "model": "claude-sonnet-4-5-20250929", "maxTokens": 8192 }, "openai": { "apiKey": "sk-xxx", "baseURL": "https://api.openai.com/v1", "model": "gpt-4o", "maxTokens": 4096, "enableReasoning": false } }, "behavior": { "autoPlan": true, "autoExecute": false, "confirmDestructive": true }, "tools": { "enabled": [ "bash", "readFile", "writeFile", "editFile", "searchFiles", "searchCode", "listFiles", "analyzeError", "runTests", "planTask" ] } }