You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Allow` / `Defer`| Zero stdout bytes | Tool runs |
116
137
|`Deny`|`permissionDecision: "deny"` envelope with reason | Tool blocked, model sees the reason |
117
-
|`HumanInTheLoop` (Medium/High tier) |`permissionDecision: "deny"` envelope with `" — requires human review"` marker appended to the reason | Tool blocked; the marker tells users this was a HITL action under Claude Code, not a hard Critical block |
118
-
|Internal error in permit0 |`permissionDecision: "deny"` envelope with `"permit0 internal error: <msg>"`| Tool blocked (fail-closed) |
138
+
|`HumanInTheLoop` (Medium/High tier) |`permissionDecision: "deny"` envelope with `" — requires human review"` marker appended to the reason | Tool blocked; the marker tells users this was a HITL action, not a hard Critical block |
139
+
|Daemon unavailable / internal error |`permissionDecision: "deny"` envelope with the failure reason| Tool blocked (fail-closed) |
119
140
120
141
Codex `PreToolUse` does **not** support `permissionDecision: "allow"` or
121
142
`"ask"`; both are explicitly rejected. permit0 never emits either.
0 commit comments