Tool Permissions
Jinzo exposes the Copilot SDK’s hook system to give you fine-grained control over which tools the agent can use. Through the config screen you can set permission rules that run before every tool execution. Each rule evaluates via theonPreToolUse hook and returns one of:
| Decision | Effect |
|---|---|
| Allow | Tool executes normally |
| Deny | Tool is blocked; an optional reason is shown to the agent |
Jinzo handles hook lifecycle internally — you only need to configure which tools to allow or deny through the config screen.
