codex_plan
Describe your problem and constraints to get a concrete implementation approach with trade-offs and alternatives.
Instructions
Collaboratively plan an implementation with GPT Codex. Describe the problem and constraints, get a concrete approach with trade-offs and alternatives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | The problem or feature to plan | |
| constraints | No | Technical constraints, preferences, requirements | |
| working_dir | No | Project working directory for Codex file access and implicit session key | |
| timeout | No | Timeout in milliseconds (default: 120000, max: 600000) | |
| session_id | No | Optional session key to isolate conversation history across concurrent clients | |
| model | No | Optional Codex model override for this request | |
| retries | No | Retry count for transient Codex errors (default from env or 1, max: 10) | |
| retry_backoff_ms | No | Base retry backoff in milliseconds (default from env or 500, max: 60000) |