docs: run autoreview with full-access sandbox · openclaw/openclaw@77bbffb
steipete
·
2026-05-18
·
via Recent Commits to openclaw:main
File tree
.agents/skills/autoreview
| Original file line number | Diff line number | Diff line change |
|---|
@@ -112,7 +112,7 @@ The helper:
|
112 | 112 | - falls back only when Codex is unavailable or exits nonzero, not when Codex reports findings |
113 | 113 | - writes only to stdout unless `--output` or `AUTOREVIEW_OUTPUT` is set |
114 | 114 | - supports `--dry-run`, `--parallel-tests`, and commit refs |
115 | | -- runs nested review with `--dangerously-bypass-approvals-and-sandbox` by default |
| 115 | +- runs nested review with `--dangerously-bypass-approvals-and-sandbox --sandbox danger-full-access` by default |
116 | 116 | - keeps accepting `--full-access`; use `--no-yolo` or `AUTOREVIEW_YOLO=0` to opt out |
117 | 117 | - still accepts legacy `CODEX_REVIEW_*` env vars when the matching `AUTOREVIEW_*` var is unset |
118 | 118 | - prints `autoreview clean: no accepted/actionable findings reported` when the selected review command exits 0 |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -119,7 +119,7 @@ done
|
119 | 119 | |
120 | 120 | case "$yolo" in |
121 | 121 | 0|false|False|FALSE|no|No|NO|off|Off|OFF) ;; |
122 | | -*) codex_args+=(--dangerously-bypass-approvals-and-sandbox) ;; |
| 122 | +*) codex_args+=(--dangerously-bypass-approvals-and-sandbox --sandbox danger-full-access) ;; |
123 | 123 | esac |
124 | 124 | |
125 | 125 | case "$mode" in |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。