Codex App incorrectly renders commands with filename links
What version of the Codex App are you using (From “About Codex” dialog)?
Version 260205.1301 (554)
What subscription do you have?
Plus
What issue are you seeing?
Environment:
Codex App with Dark Mode on OS X Tahoe 26.2 (25C56)
Repro instructions:
With the prompt "What's the current command for generating a snapshot?" in my project, the Codex App replied correctly if one copy/pastes the textual response from the Codex App:
From the repo root, the current snapshot-generation command is: ./src/snapshot.py --log-snapshot data/snapshot.jsonl
However, the rendered version of the command is incorrect, I believe it's because the data/snapshots.jsonl filename rendered as a link to the local file, which seems to break the command rendering. The result looks totally wrong:
<img width="432" height="107" alt="Image" src="https://github.com/user-attachments/assets/a51ebba0-f94f-4f79-a16f-31c88772b5ce" />
What steps can reproduce the bug?
The bug was generated with my local project, I do not have minimal repro instructions that do not rely on my local code yet.
With the prompt "What's the current command for generating a snapshot?" in my project, the Codex App replied correctly if one copy/pastes the textual response from the Codex App:
From the repo root, the current snapshot-generation command is: ./src/snapshot.py --log-snapshot data/snapshot.jsonl
What is the expected behavior?
The command copied and pasted in text for in correct. It should be properly rendered as markdown, instead of linking to the file and having the command be invisible.
Additional information
_No response_