codex - 💡(How to fix) Fix Codex App: allow custom per-project icons in the sidebar and active project header [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#19367Fetched 2026-04-25 06:10:39
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×2unsubscribed ×1

Error Message

  • this is primarily an error-prevention feature, not just visual customization

Root Cause

I am requesting this because I have already sent a full prompt to the wrong project after not noticing that the active project had changed.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

Add support for a custom icon per project in the Codex App.

Right now, projects in the app are mainly identified by text. When switching between multiple repos or similarly named projects, it is easy to miss that the wrong project is selected and send a prompt to the wrong workspace.

A per-project icon would provide a fast visual cue and help prevent this mistake.

Suggested MVP:

  • allow setting a custom icon for a project
  • support SVG initially
  • show the icon in the project row in the sidebar
  • show the same icon next to the active/open project name
  • fall back to the default project/folder icon when no custom icon is set
  • allow changing or removing the custom icon later

Why this matters:

  • this is primarily an error-prevention feature, not just visual customization
  • icons are recognized faster than project names that must be read
  • it would reduce mistakes when working across multiple active projects or similar repo names

A workflow similar to PhpStorm would work well here: let the user choose an SVG and use it as the project icon in the UI.

Additional information

I am requesting this because I have already sent a full prompt to the wrong project after not noticing that the active project had changed.

This seems especially relevant for the Codex App because the desktop UI emphasizes project selection and switching between projects in the sidebar.

extent analysis

TL;DR

Implementing custom icon support per project in the Codex App can help prevent mistakes when switching between multiple projects.

Guidance

  • To add custom icon support, consider modifying the project settings to include an icon upload or selection feature, initially supporting SVG files.
  • Update the project row in the sidebar and the active project name display to show the custom icon, falling back to a default icon when none is set.
  • Allow users to change or remove custom icons later through the project settings.
  • Ensure the custom icon is displayed consistently across the app, including in the sidebar and next to the active project name.

Example

No code example is provided due to the lack of technical implementation details in the issue.

Notes

The implementation details of adding custom icon support are not specified in the issue, so the guidance provided is high-level and focused on the desired functionality.

Recommendation

Apply workaround: Implement custom icon support per project as described, prioritizing error prevention and user experience improvements.

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 App: allow custom per-project icons in the sidebar and active project header [1 participants]