docs(codex): clarify approval override example

This commit is contained in:
Lucenx9
2026-04-19 01:14:00 +02:00
committed by Peter Steinberger
parent d04f7e7ce7
commit 758e83015b

View File

@@ -264,7 +264,8 @@ codex app-server --listen stdio://
```
By default, OpenClaw asks Codex to request native approvals. You can tune that
policy further:
policy further, for example by tightening it and routing reviews through the
guardian:
```json5
{
@@ -274,7 +275,8 @@ policy further:
enabled: true,
config: {
appServer: {
approvalPolicy: "on-request",
approvalPolicy: "untrusted",
approvalsReviewer: "guardian_subagent",
sandbox: "workspace-write",
serviceTier: "priority",
},