Add .obisidan so we can share between machines.
This commit is contained in:
42
content/.obsidian/plugins/agent-client/data.json
vendored
Normal file
42
content/.obsidian/plugins/agent-client/data.json
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user