Remote mobile Codex cannot download generated PDFs: file citations and local links are non-clickable
What version of the Codex App are you using?
Windows host: Codex App 26.721.11231.0.
The exact ChatGPT/Codex mobile client build was not captured.
What subscription do you have?
Not captured.
What platform is your computer?
Windows 11 Home 10.0.26200 x64 host, accessed from the mobile Codex thread view.
What issue are you seeing?
A Codex task successfully created and verified a PDF in the Windows workspace, but the user could not download it from the same thread on their phone.
Two delivery forms were attempted:
- A Codex file citation:
:codex-file-citation{path="C:/Users/<redacted>/workspace/generated.pdf" purpose="output"}
- A Markdown link to the absolute workspace path:
[Download PDF](</C:/Users/<redacted>/workspace/generated.pdf>)
On mobile, neither form exposed a working download action. The user repeatedly reported that the result was not clickable. The PDF existed, rendered correctly, and passed local verification on the Windows host, so this was not a file-generation failure.
The eventual workaround was to copy the PDF into a synced cloud-storage folder and tell the user how to navigate to it manually. That should not be necessary for a file Codex just created for the user.
Tibo: generated files should feel like attachments, not scavenger hunts. Please give remote mobile users a real download button. :)
What steps can reproduce the bug?
- Start a Codex task on a Windows host.
- Open or continue the same thread from the mobile Codex view.
- Ask Codex to generate a PDF in the workspace.
- Have Codex return the PDF using a
codex-file-citationwithpurpose="output". - Attempt to tap/download it on mobile.
- If that fails, have Codex return a Markdown link using the absolute local path.
- Attempt to tap/download that link on mobile.
Actual result: neither representation provides a usable mobile download.
What is the expected behavior?
When Codex identifies a generated workspace file as an output, the client should turn it into a secure relay-backed attachment or temporary signed download—not expose a host-local path that only the desktop can resolve.
At minimum, mobile should show:
- the filename and file type;
- an explicit Download or Open action;
- a clear error if relaying the file is unavailable;
- consistent behavior for PDFs and other generated artifacts.
The assistant should also have a documented attachment-delivery mechanism so it does not repeatedly present local paths as though they will work remotely.
Additional information
No personal PDF or local filesystem path is attached to this report.
Related issues:
- #25202 — remote mobile Codex does not render local media artifacts
- #29125 — robust remote previews for videos and PDFs
- #32105 — generated attachments omitted in the unified macOS app
This report is narrower: a concrete PDF download failure on mobile after both codex-file-citation and absolute-path Markdown delivery were attempted.
2 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional reproduction on a macOS host viewed through the iOS ChatGPT/Codex Remote surface (observed 2026-08-26).
Environment:
Observed:
/Users/<redacted>/Downloads/.../generated.pdf.:codex-file-citation{path="/Users/<redacted>/Downloads/.../generated.pdf" purpose="output"}This is both a rendering failure and a delivery failure: the raw internal directive leaks into user-visible text, and the phone cannot resolve the host-local path even if it were rendered.
Expected:
This corroborates #36263 on macOS/iOS and overlaps the raw-markup symptom in #35397. No personal file or unredacted filesystem path is included.