@probelabs/probe 0.6.0-rc256 → 0.6.0-rc257

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,8 +146,8 @@ Common reasons:
146
146
  2. The command is not in the allow list (not a recognized safe command)
147
147
 
148
148
  If you believe this command should be allowed, you can:
149
- - Use the --bash-allow option to add specific patterns
150
- - Use the --no-default-bash-deny flag to remove default restrictions (not recommended)
149
+ - Use the --bash-allow option to add specific patterns (overrides default deny list)
150
+ Example: --bash-allow "git:push" allows git push while keeping all other deny rules
151
151
 
152
152
  For code exploration, try these safe alternatives:
153
153
  - ls, cat, head, tail for file operations