The previous fix (#143) only extracted `.tool_input.command`, which works for Bash denials but shows nothing for non-Bash tool denials like AskUserQuestion (which has no command field). This fix handles both cases: - Bash denials: shows "Bash(git commit -m ...)" with truncated command - Non-Bash tool denials: shows the tool name like "AskUserQuestion" Example output: 🚫 Permission denied for 1 command(s): AskUserQuestion 🚫 Permission denied for 2 command(s): Bash(git commit -m "..."), Bash(npm install) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| circuit_breaker.sh | ||
| date_utils.sh | ||
| enable_core.sh | ||
| response_analyzer.sh | ||
| task_sources.sh | ||
| timeout_utils.sh | ||
| wizard_utils.sh | ||