Codex Implement
codex_implementDelegate coding tasks to Codex for implementation, bug fixes, or code changes, returning a summary of modifications.
Instructions
Ask Codex to implement a feature, fix a bug, or make code changes. WARNING: This modifies your codebase. Returns a summary of what was changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What to implement or fix | |
| model | No | Override the Codex model. OMIT this unless explicitly told otherwise: when omitted, the Codex CLI uses the default from ~/.codex/config.toml, which is kept current. This enum may lag behind newly released models. | |
| threadKey | No | Optional key enabling multi-turn continuity. Calls sharing a key use the same harness conversation and are serialized. Omit it for independent one-shot calls, including parallel reviews. | |
| workingDirectory | No |