implement
Executes a pre-written step-by-step implementation plan in a sandbox: edits files, runs builds/tests, fixes failures, and returns the git diff for review.
Instructions
Run Codex (workspace-write sandbox) on the current task. Reads .codex-bridge/ plan files if present, edits the repo, runs builds/tests, fixes breakage, then appends the git diff for ChatGPT to review. The task must be a DETAILED step-by-step plan (exact files, changes, commands) — Codex executes it literally and never thinks or designs. Only call after ChatGPT has written that plan. Costs Codex usage (fixed gpt-5.6-luna).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The implementation instruction: a detailed step-by-step plan (which files, what changes, which commands). Codex follows it literally. | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| max_turns | No | Max Codex turns (default 5). | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |