mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: delegate external read-only tools to auto-review
This commit is contained in:
@@ -106,7 +106,7 @@ Transcript rendering uses separate 10k-token message and tool budgets with per-e
|
||||
- Model, authentication, timeout, provider, or response-format failures defer to the normal human prompt.
|
||||
- Unexpected internal review failures also defer to the human prompt instead of escaping into the permission gate.
|
||||
- Three consecutive denials, or ten denials in the latest fifty reviews, open a circuit breaker until the next Pi turn.
|
||||
- my-pi's maintained pi-permission-system keeps every `path` request inside the delegation envelope. For `external_directory`, only the built-in `read` tool may accept an auto-review `allow`; write, edit, bash, unknown tools, and undetermined surfaces are downgraded to the normal human prompt.
|
||||
- my-pi's maintained pi-permission-system keeps every `path` request inside the delegation envelope. For `external_directory`, built-in read-only path tools (`read`, `find`, `grep`, `ls`) may accept an auto-review `allow`; write, edit, bash, unknown tools, and undetermined surfaces are downgraded to the normal human prompt.
|
||||
|
||||
### Diagnostics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user