{ "model": "opus[1m]", "hooks": { "UserPromptSubmit": [ { "matcher": "", "hooks": [ { "type": "command", "command": "sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/find-node.sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/keyword-detector.mjs" }, { "type": "command", "command": "sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/find-node.sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/role-router.mjs" } ] } ], "SessionStart": [], "PreToolUse": [], "PostToolUse": [], "PostToolUseFailure": [], "Stop": [] }, "statusLine": { "type": "command", "command": "sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hud/find-node.sh ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hud/omc-hud.mjs" }, "enabledPlugins": { "codex@openai-codex": true }, "extraKnownMarketplaces": { "openai-codex": { "source": { "source": "github", "repo": "openai/codex-plugin-cc" } } }, "skipDangerousModePermissionPrompt": true }