{ "permissions": { "defaultMode": "auto" }, "hooks": { "Stop": [ { "hooks": [ { "type": "command", "command": "notify-send 'Claude' 'Task complete' --icon=dialog-information 2>/dev/null || true" } ] } ], "Notification": [ { "hooks": [ { "type": "command", "command": "msg=$(jq -r '.message // \"Needs your input\"' 2>/dev/null || echo 'Needs your input'); notify-send 'Claude needs input' \"$msg\" --icon=dialog-question 2>/dev/null || true" } ] } ] }, "statusLine": { "type": "command", "command": "bash \"/home/bgrolleman/.claude/statusline-command.sh\"" }, "enabledPlugins": { "frontend-design@claude-plugins-official": true, "lua-lsp@claude-plugins-official": true, "ponytail@ponytail": true }, "extraKnownMarketplaces": { "ponytail": { "source": { "source": "github", "repo": "DietrichGebert/ponytail" } }, "caveman": { "source": { "source": "github", "repo": "juliusbrussee/caveman" } } }, "effortLevel": "high", "advisorModel": "opus", "voice": { "enabled": true, "mode": "hold" }, "theme": "dark", "agentPushNotifEnabled": true, "skipAutoPermissionPrompt": true, "voiceEnabled": true, "mcpServers": { "comfyui-image-gen": { "command": "/home/bgrolleman/Project/ComfyUI/.venv/bin/python", "args": [ "/home/bgrolleman/Project/ComfyUI/mcp_server.py" ] } } }