mirror of
https://github.com/anthropics/claude-code.git
synced 2026-01-30 04:02:03 +00:00
fix(ralph-wiggum): add :* to allowed-tools pattern to permit arguments
The allowed-tools pattern was missing :* suffix, causing permission check failures when arguments were passed to the setup script via ```! block. Fixes #16398
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: "Start Ralph Wiggum loop in current session"
|
description: "Start Ralph Wiggum loop in current session"
|
||||||
argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
|
argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
|
||||||
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh)"]
|
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh:*)"]
|
||||||
hide-from-slash-command-tool: "true"
|
hide-from-slash-command-tool: "true"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user