This commit is contained in:
Jonas H
2026-05-10 09:34:17 +02:00
parent f908d84a9b
commit a820de87be
498 changed files with 103784 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
{
"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
}