codex - 💡(How to fix) Fix TUI composer: selected file paths should render and delete as atomic elements

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…
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

codex-cli 0.132.0

What subscription do you have?

plus

Which model were you using?

gpt-5.4-mini

What platform is your computer?

Darwin 25.5.0 arm64 arm

What terminal emulator and version are you using (if applicable)?

Ghostty + zellij

Codex doctor report

What issue are you seeing?

When using @ file search in the TUI composer, selecting a file inserts the path as plain text. It looks the same as normal input, and deleting it does not behave like a single atomic token.

What steps can reproduce the bug?

  1. Open the TUI composer.
  2. Type @ and select a file from the file search popup.
  3. Observe the inserted path.
  4. Try deleting the inserted path.

What is the expected behavior?

Selected file paths should be rendered with a distinct style, and deleting them should remove the whole path as one unit, similar to other atomic composer elements.

Additional information

This seems like a UI bug in the composer path insertion flow. The path should likely be inserted as an atomic text element so it can render distinctly and delete cleanly as a whole.

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 TUI composer: selected file paths should render and delete as atomic elements