42 lines
918 B
JSON
42 lines
918 B
JSON
{
|
|
"claude": {
|
|
"id": "claude-code-acp",
|
|
"displayName": "Claude Code",
|
|
"apiKey": "",
|
|
"command": "",
|
|
"args": [],
|
|
"env": []
|
|
},
|
|
"codex": {
|
|
"id": "codex-acp",
|
|
"displayName": "Codex",
|
|
"apiKey": "",
|
|
"command": "/opt/homebrew/bin/codex-acp",
|
|
"args": [],
|
|
"env": []
|
|
},
|
|
"gemini": {
|
|
"id": "gemini-cli",
|
|
"displayName": "Gemini CLI",
|
|
"apiKey": "",
|
|
"command": "",
|
|
"args": [
|
|
"--experimental-acp"
|
|
],
|
|
"env": []
|
|
},
|
|
"customAgents": [],
|
|
"activeAgentId": "codex-acp",
|
|
"autoAllowPermissions": false,
|
|
"autoMentionActiveNote": true,
|
|
"debugMode": false,
|
|
"nodePath": "/opt/homebrew/bin/node",
|
|
"exportSettings": {
|
|
"defaultFolder": "Agent Client",
|
|
"filenameTemplate": "agent_client_{date}_{time}",
|
|
"autoExportOnNewChat": false,
|
|
"autoExportOnCloseChat": false,
|
|
"openFileAfterExport": true
|
|
},
|
|
"windowsWslMode": false
|
|
} |