Feature request: Include model and reasoning-level recommendations in ChatGPT-to-Codex handoffs

Open
#36,251 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
rust
Domain
api

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

app enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.