fix: feed Codex prompts through stdin

This commit is contained in:
2026-05-06 15:47:15 +08:00
parent 631dc2ce3d
commit 9cc8055020
6 changed files with 14 additions and 17 deletions

View File

@@ -21,8 +21,7 @@ agents:
- "--dangerously-bypass-approvals-and-sandbox"
- "--cd"
- "{workspace_path}"
- "--prompt-file"
- "{prompt_path}"
- "-"
reviewer:
command:
- "codex"
@@ -30,8 +29,7 @@ agents:
- "--dangerously-bypass-approvals-and-sandbox"
- "--cd"
- "{workspace_path}"
- "--prompt-file"
- "{prompt_path}"
- "-"
labels:
ready: "agent:ready"