Commit d956b94
committed
fix: emit stderr hint when no filter matches to prevent LLM confusion
When an LLM runs "snip mkdir" (no matching filter), snip silently
passes through, reinforcing the wrong mental model. Now prints:
snip: no filter for "mkdir", passing through — you can run "mkdir" directly
This helps LLMs self-correct instead of looping on the snip prefix.
Closes #211 parent 1a88695 commit d956b94
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments