Codex Implement
codex_implementDelegate coding tasks to Codex: implement features, fix bugs, or modify code, then receive a summary of changes made to your codebase.
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. | |
| threadId | No | Continue a previous Codex conversation: pass the threadId returned by an earlier call. Omit to start a fresh thread. | |
| workingDirectory | No |