codex - 💡(How to fix) Fix Codex client experience optimization [4 comments, 3 participants]

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…
GitHub stats
openai/codex#20546Fetched 2026-05-01 05:41:56
View on GitHub
Comments
4
Participants
3
Timeline
10
Reactions
0
Timeline (top)
commented ×4labeled ×3closed ×1mentioned ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

I have three UX suggestions for the Codex client:

1. Account switching

Please consider bringing the account-switching capability from the web version into the Codex client. Right now, switching accounts requires signing out and signing back in, which is inconvenient for users who move between personal accounts, work accounts, and different organizations.

It would be much smoother if the client supported quick account switching without a full logout/login flow.

2. Project grouping

Please consider adding project grouping or folders to the Projects section in the sidebar. As the number of projects grows, the current flat list becomes difficult to scan and manage.

It would be helpful to let users create groups, move projects into groups, and collapse or expand them. This would make the sidebar easier to organize by workspace, client, team, product area, or personal/work context.

3. Add quote-reply support for messages in a conversation

In longer Codex conversations, I often realize mid-thread that I want to respond based on a specific earlier message, tool result, decision, or assistant reply.

Currently, the closest related feature appears to be conversation forking from an earlier message. That is useful when I want to branch into a new thread, but it does not fully solve the case where I want to stay in the current conversation and explicitly reference one earlier message as context.

Expected behavior: Codex should allow users to quote or reference a specific message inside the current conversation. For example, a user could click a “Quote” or “Reply with reference” action on any prior message. The composer would then include a compact quoted preview, and the next prompt would be anchored to that selected message while still continuing in the same thread.

Suggested interaction:

  • Hover over a previous user message, assistant response, tool result, or decision point.
  • Click “Quote” or “Reply with reference”.
  • Show a small quoted preview above the composer.
  • Let the user type a follow-up that clearly refers to that selected message.
  • Allow removing the quote before sending.

Impact: This would make multi-turn Codex conversations easier to navigate and reduce ambiguity when users want to revisit a specific earlier point without manually copying text or creating a separate fork.

<img width="1599" height="984" alt="Image" src="https://github.com/user-attachments/assets/f95b38a4-1c88-433c-ad35-3c775b478143" /> <img width="1536" height="1024" alt="Image" src="https://github.com/user-attachments/assets/1f14abe1-5dc5-4c5c-9b41-60251f638e27" />

Additional information

No response

extent analysis

TL;DR

Implementing account switching, project grouping, and quote-reply support for messages in conversations can enhance the Codex client's user experience.

Guidance

  • To address the account switching suggestion, consider adding a dropdown menu or a dedicated account switcher button that allows users to quickly switch between accounts without signing out and back in.
  • For project grouping, introduce a folder or grouping system in the Projects section, enabling users to organize their projects by workspace, client, or team, and allow them to collapse or expand these groups as needed.
  • To implement quote-reply support, add a "Quote" or "Reply with reference" action to previous messages, which would include a compact quoted preview in the composer and anchor the next prompt to the selected message.

Example

No specific code snippet can be provided without more context, but the implementation might involve modifying the UI components for account switching and project grouping, and adding a new feature to the conversation composer for quoting previous messages.

Notes

The provided issue focuses on UX suggestions rather than technical bugs, so the guidance is aimed at enhancing the user experience of the Codex client rather than fixing a specific issue.

Recommendation

Apply workarounds by considering the suggested enhancements to improve the overall usability of the Codex client, as there is no clear indication of a specific version to upgrade to.

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