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
|
||||
}
|
||||
151
content/.obsidian/plugins/agent-client/main.js
vendored
Normal file
151
content/.obsidian/plugins/agent-client/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
content/.obsidian/plugins/agent-client/manifest.json
vendored
Normal file
1
content/.obsidian/plugins/agent-client/manifest.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"id":"agent-client","name":"Agent Client","version":"0.4.0-preview.2","minAppVersion":"0.15.0","description":"Chat with AI agents via the Agent Client Protocol directly from your vault.","author":"RAIT-09","authorUrl":"https://github.com/RAIT-09","fundingUrl":"https://www.buymeacoffee.com/rait09","isDesktopOnly":true}
|
||||
1100
content/.obsidian/plugins/agent-client/styles.css
vendored
Normal file
1100
content/.obsidian/plugins/agent-client/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user