[app][macOS] Assistant Markdown links can disappear from the transcript in Voice view
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- PR merge metrics
- PR metrics pending
Description
Summary
In Codex Desktop on macOS, an assistant response can say that it provided a Markdown link while the transcript renders only the surrounding plain text. The URL and link label are absent, not merely unclickable.
This is particularly disruptive in voice mode because the user cannot open the report, file, or web page the assistant says it supplied.
Reproduction
- Use an existing Codex Desktop task on macOS with Advanced Voice active or recently active.
- Ask the assistant to provide a clickable Markdown link to a web page.
- Observe the assistant transcript.
Actual
- The assistant message says that a link was posted.
- Plain surrounding text renders.
- The Markdown link and raw URL do not appear in the transcript.
- Repeating the link in normal Markdown and angle-bracket URL form produced the same missing result.
- In the affected Voice transcript, punctuation can also be rewritten into spoken words such as "colon" and "slash", making a visible URL inaccurate to copy.
Expected
Every assistant-provided web link should be visible and clickable in the transcript. If a Voice renderer cannot create a clickable link, it must at least render the full raw URL as visible text with its original punctuation.
Confirmed workaround
Until this is fixed, users can ask Codex to copy the complete URL or other required text to the macOS clipboard, then paste it into the target app, such as Chrome's address bar. This works even when the transcript omits the link or rewrites punctuation.
Impact
This prevents users from following through on reports, documents, GitHub tickets, and other requested resources. In this incident the user could not open a newly filed Codex bug report because the transcript silently omitted its link.
Evidence
A screenshot from the affected macOS Codex transcript shows the assistant text "Try the raw address I just posted above," but no address or link is visible above it.
Related reports
- #34555 is a broader macOS renderer-freeze problem, not this selective Markdown omission.
- #25201 concerns the missing Copy as Markdown command, not links disappearing from assistant replies.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The payload names no source files, tests, or entry points. Start by reproducing the missing-link behavior in Codex Desktop on macOS with Advanced Voice active, then trace the Voice transcript rendering path; done means Markdown links remain visible and clickable, or full URLs retain their original punctuation when clickability is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100