57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "bypassPermissions"
|
|
},
|
|
"model": "haiku",
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js session-start",
|
|
"async": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node /home/jonas/.agent-session-bridge/runtime/packages/claude-code/dist/claude-code/src/hook-cli.js stop",
|
|
"async": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "python3.13 /home/jonas/.claude/plugins/marketplaces/claude-pulse/claude_status.py"
|
|
},
|
|
"enabledPlugins": {
|
|
"rust-analyzer-lsp@claude-plugins-official": false,
|
|
"qmd@qmd": false,
|
|
"claude-pulse@claude-pulse": true
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"claude-pulse": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "NoobyGains/claude-pulse"
|
|
}
|
|
}
|
|
},
|
|
"outputStyle": "verbose",
|
|
"viewMode": "verbose",
|
|
"agent": "minimal",
|
|
"showThinkingSummaries": true,
|
|
"skipDangerousModePermissionPrompt": true,
|
|
"theme": "auto",
|
|
"remoteControlAtStartup": true
|
|
}
|