Initial commit
This commit is contained in:
+105
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"claude": {
|
||||
"id": "claude-code-acp",
|
||||
"displayName": "Claude Code",
|
||||
"apiKey": "",
|
||||
"command": "claude-agent-acp",
|
||||
"args": [],
|
||||
"env": []
|
||||
},
|
||||
"codex": {
|
||||
"id": "codex-acp",
|
||||
"displayName": "Codex",
|
||||
"apiKey": "",
|
||||
"command": "codex-acp",
|
||||
"args": [],
|
||||
"env": []
|
||||
},
|
||||
"gemini": {
|
||||
"id": "gemini-cli",
|
||||
"displayName": "Gemini CLI",
|
||||
"apiKey": "",
|
||||
"command": "gemini",
|
||||
"args": [
|
||||
"--experimental-acp"
|
||||
],
|
||||
"env": []
|
||||
},
|
||||
"customAgents": [
|
||||
{
|
||||
"id": "llama3.1",
|
||||
"displayName": "Llama3.1",
|
||||
"command": "opencode",
|
||||
"args": [
|
||||
"acp"
|
||||
],
|
||||
"env": []
|
||||
}
|
||||
],
|
||||
"defaultAgentId": "llama3.1",
|
||||
"autoAllowPermissions": false,
|
||||
"autoMentionActiveNote": true,
|
||||
"enableSystemNotifications": true,
|
||||
"debugMode": false,
|
||||
"nodePath": "/usr/bin/node",
|
||||
"exportSettings": {
|
||||
"defaultFolder": "Agent Client",
|
||||
"filenameTemplate": "agent_client_{date}_{time}",
|
||||
"autoExportOnNewChat": false,
|
||||
"autoExportOnCloseChat": false,
|
||||
"openFileAfterExport": true,
|
||||
"includeImages": true,
|
||||
"imageLocation": "obsidian",
|
||||
"imageCustomFolder": "Agent Client",
|
||||
"frontmatterTag": "agent-client"
|
||||
},
|
||||
"windowsWslMode": false,
|
||||
"sendMessageShortcut": "enter",
|
||||
"chatViewLocation": "right-tab",
|
||||
"displaySettings": {
|
||||
"autoCollapseDiffs": false,
|
||||
"diffCollapseThreshold": 10,
|
||||
"maxNoteLength": 10000,
|
||||
"maxSelectionLength": 10000,
|
||||
"showEmojis": true,
|
||||
"fontSize": null
|
||||
},
|
||||
"savedSessions": [
|
||||
{
|
||||
"sessionId": "ses_1ed40d9d9ffe6xBP145sV755Wk",
|
||||
"agentId": "llama3.1",
|
||||
"cwd": "/home/dynamitos/Documents/VNGame",
|
||||
"title": "organize the following conversation into structure...",
|
||||
"createdAt": "2026-05-10T16:36:35.882Z",
|
||||
"updatedAt": "2026-05-10T16:36:35.882Z"
|
||||
},
|
||||
{
|
||||
"sessionId": "ses_1ed41b31affepnZGfYVduv4th2",
|
||||
"agentId": "llama3.1",
|
||||
"cwd": "/home/dynamitos/Documents/VNGame",
|
||||
"title": "organize the following conversation into structure...",
|
||||
"createdAt": "2026-05-10T16:36:15.735Z",
|
||||
"updatedAt": "2026-05-10T16:36:15.735Z"
|
||||
},
|
||||
{
|
||||
"sessionId": "ses_1ed449357ffeiuGN2CvVk6WjzN",
|
||||
"agentId": "llama3.1",
|
||||
"cwd": "/home/dynamitos/Documents/VNGame",
|
||||
"title": "I had the following conversation with you in the c...",
|
||||
"createdAt": "2026-05-10T16:33:29.641Z",
|
||||
"updatedAt": "2026-05-10T16:33:29.641Z"
|
||||
}
|
||||
],
|
||||
"lastUsedModels": {
|
||||
"llama3.1": "ollama/llama3.1"
|
||||
},
|
||||
"lastUsedModes": {},
|
||||
"enableFloatingChat": false,
|
||||
"floatingButtonImage": "",
|
||||
"floatingWindowSize": {
|
||||
"width": 400,
|
||||
"height": 500
|
||||
},
|
||||
"floatingWindowPosition": null,
|
||||
"floatingButtonPosition": null
|
||||
}
|
||||
Reference in New Issue
Block a user