Before submitting
Area
apps/web
Steps to reproduce
- Run T3 Code with the Codex provider and ask it to report several generated files using Markdown links whose destinations are local paths.
- Inspect the completed assistant message in the T3 Code conversation.
- Compare the displayed message with the provider completion payload or persisted assistant text.
Expected behavior
Valid Markdown links should be preserved and rendered as clickable links. A link such as [file](<local/path/file.md>) should retain the closing > and render as a file link or a clear plain-text fallback.
Actual behavior
The completed message can contain a link such as [file](<local/path/file.md) with the closing > missing before ). The bracketed label and destination are then shown literally instead of as a clickable link.
Affected area
Assistant-message persistence and Markdown rendering for Codex-backed conversations, especially local-file links using angle-bracket destinations.
Impact
Users cannot open generated local files directly from the assistant response and must manually reconstruct the path. Lists containing many affected links become difficult to scan.
Version or commit
T3 Code Nightly 0.0.41-nightly.20260914.1707; Codex CLI runner codex-cli 0.154.0.
Environment
Codex provider. The same malformed string was observed in the provider completion payload and the persisted T3 Code transcript, so the exact internal owner may be provider output formatting or T3 Code message normalization.
Evidence
A screenshot shows the raw bracketed Markdown and destination text instead of a rendered link. The persisted transcript and provider completion notification contain the same missing > character.
Workaround
Manually copy and repair the path, then open the file outside the conversation.
Before submitting
Area
apps/web
Steps to reproduce
Expected behavior
Valid Markdown links should be preserved and rendered as clickable links. A link such as
[file](<local/path/file.md>)should retain the closing>and render as a file link or a clear plain-text fallback.Actual behavior
The completed message can contain a link such as
[file](<local/path/file.md)with the closing>missing before). The bracketed label and destination are then shown literally instead of as a clickable link.Affected area
Assistant-message persistence and Markdown rendering for Codex-backed conversations, especially local-file links using angle-bracket destinations.
Impact
Users cannot open generated local files directly from the assistant response and must manually reconstruct the path. Lists containing many affected links become difficult to scan.
Version or commit
T3 Code Nightly
0.0.41-nightly.20260914.1707; Codex CLI runnercodex-cli 0.154.0.Environment
Codex provider. The same malformed string was observed in the provider completion payload and the persisted T3 Code transcript, so the exact internal owner may be provider output formatting or T3 Code message normalization.
Evidence
A screenshot shows the raw bracketed Markdown and destination text instead of a rendered link. The persisted transcript and provider completion notification contain the same missing
>character.Workaround
Manually copy and repair the path, then open the file outside the conversation.