What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.513.31313 (2867)
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
After running Code Review, Codex generates an actionable issue, but the issue is not shown in the final rendered output.
The raw copied output includes a ::code-comment{...} block like this:
::code-comment{title="[P2] Example issue title" body="Example issue body..." file="[redacted]" start=108 end=115 priority=2}
But the rendered final output only shows the surrounding summary text, for example:
Found one actionable issue.
The rest of the changes look coherent.
The actual actionable issue is missing from the rendered response.
This appears to be a regression. Code Review used to render these issue comments correctly before, but it suddenly stopped rendering them.
What steps can reproduce the bug?
- Open the Codex App.
- Run Code Review on a branch/change set that produces at least one actionable issue.
- Wait for the review to finish.
- Observe that the rendered final output says an actionable issue was found.
- Copy the raw output.
- Notice that the raw output contains a
::code-comment{...} block.
- Compare with the rendered final output.
- The
::code-comment{...} issue is missing from the rendered response.
Session ID: 019e322d-d201-78b1-a376-6eca432dd2af
Token limit/context usage: 24% used (76% left) -- 61k / 258k tokens used
What is the expected behavior?
The final rendered Code Review output should display the generated ::code-comment{...} issue directly.
Additional information
The review model appears to generate the actionable issue correctly. The problem seems specific to rendering/displaying ::code-comment{...} blocks in the final Codex App output.
This used to render correctly before, so it appears to be a regression rather than expected behavior.
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.513.31313 (2867)
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
After running Code Review, Codex generates an actionable issue, but the issue is not shown in the final rendered output.
The raw copied output includes a
::code-comment{...}block like this:But the rendered final output only shows the surrounding summary text, for example:
The actual actionable issue is missing from the rendered response.
This appears to be a regression. Code Review used to render these issue comments correctly before, but it suddenly stopped rendering them.
What steps can reproduce the bug?
::code-comment{...}block.::code-comment{...}issue is missing from the rendered response.Session ID: 019e322d-d201-78b1-a376-6eca432dd2af
Token limit/context usage: 24% used (76% left) -- 61k / 258k tokens used
What is the expected behavior?
The final rendered Code Review output should display the generated
::code-comment{...}issue directly.Additional information
The review model appears to generate the actionable issue correctly. The problem seems specific to rendering/displaying
::code-comment{...}blocks in the final Codex App output.This used to render correctly before, so it appears to be a regression rather than expected behavior.