codex - 💡(How to fix) Fix Project-based Chat Separation (Isolated Chat Context per Project) [1 comments, 2 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#17185Fetched 2026-04-10 03:44:18
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1unlabeled ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Ide Extension

What feature would you like to see?

Hi OpenAI Team,

I'm using Codex for development across multiple projects (e.g., Android, backend, prompt engineering), and I'm facing frequent issues due to lack of project-based chat separation.

Problem

Currently, all chats exist in a single flat list with no project-level isolation. This makes it very easy to accidentally send messages in the wrong chat while switching between projects.

Since Codex relies heavily on chat context, this leads to incorrect or confusing outputs when context from another project is used unintentionally.

Steps to Reproduce

  1. Work on Project A in one chat
  2. Switch to Project B (different task/codebase)
  3. Accidentally continue in Project A chat
  4. Codex uses wrong context → incorrect responses

Impact

  • High risk of mixing contexts between different projects
  • Incorrect code generation and debugging suggestions
  • Reduced productivity and increased mental overhead

Suggested Solution

Introduce project-based chat separation, such as:

  • Ability to create/select a "Project"
  • Chats grouped under each project
  • Context isolated per project
  • Optional: project-level memory or instructions

This would significantly improve developer workflows and reduce context-related errors.

Thanks!

Additional information

No response

extent analysis

TL;DR

Implement project-based chat separation to isolate context and prevent accidental message sending in the wrong chat.

Guidance

  • Identify the need for project-level isolation in your current workflow to avoid context mixing.
  • Consider organizing chats into separate groups or channels for each project to minimize errors.
  • Evaluate the potential benefits of introducing a project selection feature to ensure context isolation.
  • Assess the impact of incorrect code generation and debugging suggestions on your productivity and mental overhead.

Example

No specific code snippet can be provided without more technical details, but a hypothetical project-based chat system could involve creating separate chat instances for each project.

Notes

The suggested solution relies on the introduction of new features or modifications to the existing Codex chat system, which may require significant development efforts.

Recommendation

Apply a workaround, such as manually organizing chats into separate groups or using external project management tools, until a native project-based chat separation feature is available, as this can help mitigate the issue and reduce context-related errors.

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