64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "bypassPermissions"
|
|
},
|
|
"model": "opus[1m]",
|
|
"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": "ccstatusline",
|
|
"padding": 0,
|
|
"refreshInterval": 10
|
|
},
|
|
"enabledPlugins": {
|
|
"rust-analyzer-lsp@claude-plugins-official": false,
|
|
"qmd@qmd": false
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"claude-pulse": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "NoobyGains/claude-pulse"
|
|
}
|
|
}
|
|
},
|
|
"outputStyle": "verbose",
|
|
"viewMode": "verbose",
|
|
"effortLevel": "xhigh",
|
|
"promptSuggestionEnabled": false,
|
|
"awaySummaryEnabled": false,
|
|
"agent": "minimal",
|
|
"showThinkingSummaries": true,
|
|
"skipDangerousModePermissionPrompt": true,
|
|
"theme": "auto",
|
|
"editorMode": "normal",
|
|
"remoteControlAtStartup": false,
|
|
"inputNeededNotifEnabled": true,
|
|
"useAutoModeDuringPlan": false
|
|
}
|