codex - 💡(How to fix) Fix Codex Desktop: support project-level pinned conversations [1 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#20816Fetched 2026-05-03 04:44:57
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Root Cause

Projects often have a few durable operational threads: release/deploy thread, recurring QA/debug thread, project notes, or a long-running investigation. These are important within that project, but they do not necessarily belong in the global pinned list for the whole app.

Project-level pins would make it easier to keep the most useful project conversations close without turning global pins into a mixed list across unrelated workspaces.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

Codex Desktop currently supports pinned conversations at the app/sidebar level. I would like an additional project-scoped pinning model: conversations that are pinned inside a specific project/workspace, separate from global/app-level pins.

A useful shape would be:

  • Keep the existing app-level pinned conversations behavior.
  • Add project-level pinned conversations that appear at the top of that project section.
  • Limit project-level pins to a small number, for example up to 3 per project, so the project sidebar stays focused.
  • Preserve these project pins across app restarts.

Why this matters

Projects often have a few durable operational threads: release/deploy thread, recurring QA/debug thread, project notes, or a long-running investigation. These are important within that project, but they do not necessarily belong in the global pinned list for the whole app.

Project-level pins would make it easier to keep the most useful project conversations close without turning global pins into a mixed list across unrelated workspaces.

Additional information

I searched existing Codex issues and found sidebar/history/pinned-tab-adjacent issues, but did not find an exact feature request for project-scoped conversation pins.

extent analysis

TL;DR

Implementing project-scoped conversation pinning in Codex Desktop requires modifying the existing pinning model to include project-level pins, while preserving the current app-level pinned conversations behavior.

Guidance

  • To achieve project-scoped pinning, consider introducing a new data structure to store project-level pins, separate from the global/app-level pins.
  • Limit the number of project-level pins to a small number (e.g., 3 per project) to maintain a focused project sidebar.
  • Ensure that project-level pins are preserved across app restarts by storing them in a persistent storage mechanism.
  • Investigate existing Codex issues related to sidebar, history, and pinned tabs to gather insights and potential solutions for implementing project-scoped conversation pins.

Notes

The implementation details of project-scoped pinning are not provided, and the exact technical requirements are unclear. Further discussion and clarification are needed to determine the best approach.

Recommendation

Apply workaround: Implement a custom solution to introduce project-scoped conversation pinning, as there is no clear indication of an existing feature or fixed version that supports this functionality.

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

codex - 💡(How to fix) Fix Codex Desktop: support project-level pinned conversations [1 participants]