Feature request: Include model and reasoning-level recommendations in ChatGPT-to-Codex handoffs
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
Research direction
No files, tests, or entry points are named. Start by tracing the ChatGPT-to-Codex handoff contract and reviewing related issue #35062, then clarify the product and protocol design. Done should include optional model and reasoning recommendations, user override and disable controls, and agreed acceptance criteria.
Written by the indexing model from the issue text.
Description
What variant of Codex are you using?
App
What feature would you like to see?
When ChatGPT hands a task to Codex, it should be able to include a recommended model and reasoning level based on the context of the conversation.
ChatGPT often already understands whether a task is routine implementation, repository exploration, cross-system work, difficult debugging, architectural design, or consequential review. That context should be passed into the Codex handoff instead of requiring the user to make the model-selection decision again manually.
The handoff could show:
Recommended model: Luna
Recommended reasoning: High
Reason: The behavior is already defined and the remaining work is primarily implementation and testing.
The user should be able to accept the recommendation, override it, or disable recommendations entirely.
This would improve cost efficiency, reliability, and transparency while helping users take advantage of lower-cost models when they are appropriate.
Additional information
I regularly use ChatGPT to clarify product behavior and technical intent before handing repository-level work to Codex.
The appropriate model often depends on where the uncertainty lies:
- Luna when the task is implementing already-defined behavior
- Terra when the task requires understanding the existing system and making moderate implementation decisions
- Sol when the task involves architecture, unresolved product decisions, difficult diagnosis, or high-consequence review
Today, ChatGPT may have enough context to make that distinction, but the recommendation is lost during the handoff. The user must remember to reconsider the model and reasoning level before starting the task.
A later extension could allow Codex to recommend escalation when a lower-cost model discovers unexpected architectural uncertainty, repeated failures, or risks beyond the original task classification. The initial feature, however, could simply pass an optional model and reasoning recommendation with the task.
Related issue
This is related to #35062, but concerns a different workflow stage. #35062 proposes secure model dispatch originating within Codex. This request proposes carrying ChatGPT’s existing task context into the initial Codex handoff as an optional model and reasoning-level recommendation. The capabilities could complement each other.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
CLI config enhancement skills
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
A-linter
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oxc-project/oxc#26863 ·