codex - 💡(How to fix) Fix Feature request: display active model name in chat UI

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

It would be useful to always show the name of the active model in the chat interface, so users can quickly identify which model they're interacting with without having to ask.

Root Cause

It would be useful to always show the name of the active model in the chat interface, so users can quickly identify which model they're interacting with without having to ask.

RAW_BUFFERClick to expand / collapse

Description

It would be useful to always show the name of the active model in the chat interface, so users can quickly identify which model they're interacting with without having to ask.

Motivation

  • Users may switch between models and lose track of which one is active.
  • Transparency about the model in use helps with debugging and reproducibility.
  • Other AI coding assistants (e.g., Cursor) already display the model name prominently.

Proposed Solution

Display the active model name in one or more of the following places:

  • The chat input bar (e.g., a small label like Model: OWL)
  • The header/title bar of the app
  • A status bar at the bottom of the window

Alternatives Considered

  • Relying on the user to ask the model its name — not ideal, as it adds friction and the model could theoretically be wrong about its own identity.

Additional Context

This is a small UX improvement that would add clarity for all users, especially those who frequently switch models.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING