Skip to content

Commit b348325

Browse files
committed
fix: clarify help text — no output means normal permission evaluation, not approval
https://claude.ai/code/session_017inmawi6PUgMy9zSu6EXKv
1 parent e22cfb3 commit b348325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/aifr/cmd_hook_checkcommand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shell command, and if aifr can handle it, outputs a hook response denying
1919
the Bash call and suggesting the aifr alternative.
2020
2121
If the command is not something aifr handles, exits silently (exit 0,
22-
no output) so the Bash call proceeds normally.
22+
no output) so the Bash call continues through normal permission evaluation.
2323
2424
Recognized commands: cat, head, tail, grep/rg, find, ls, wc, stat,
2525
diff, sed -n, sha256sum/md5sum, hexdump/xxd, git log, git diff.

0 commit comments

Comments
 (0)