v0.2.0
0.2.0 — 2026-06-16
A readability upgrade for the turn view plus a sweep of parser compatibility with the
latest Codex CLI releases (v0.132.0 through v0.139.0). If your sessions had blank final
answers, missing memory notes, or tool calls that looked corrupted on newer Codex
builds, this release fixes those — and the assistant's commentary now reads inline,
in order, alongside the tool calls it interleaves with.
Added
- Assistant commentary renders inline
(20d48f4). The
assistant's prose is now a first-class timeline item ("Complementary") shown expanded
by default, so a turn reads commentary → tool call → commentary → … → final answer top
to bottom instead of leaving the text as loose lines above a tool box. - Image file paths from generated images
(1deb184). Codex
v0.138.0 attaches afile_pathto image-generation results; codex-trace now surfaces
it so you can see where a generated image landed on disk. - Archived-session awareness
(fcc8bc4). Sessions
archived or unarchived via Codex v0.136.0'scodex archive//archiveare now
tracked, so archived runs are recognized rather than shown as ordinary sessions.
Fixed
- Raw command output no longer corrupts tool-call details
(6850c30). On Codex
v0.133.0, exec output is kept verbatim; phrases like "exit code: 1" inside real output
were being mistaken for metadata. Exec metadata is now read only from the structured
Output:marker, so a compiler or test log can no longer fake an exit code or
duration. - Tool calls with structured arguments are no longer dropped
(f081fd0). Codex
v0.139.0 can emitfunction_callarguments as a JSON object rather than a string;
those calls now parse and display instead of showing up empty. - Final answers from
--output-schemaruns now display
(26f1874). Codex
v0.132.0structured_output/messageresponse items were silently skipped, leaving
the final answer blank; they're now shown. - Versioned memory summaries are parsed again
(947f248). Codex
v0.132.0 madeturn_contextmemories versioned objects instead of plain strings,
which dropped them from the view; both forms are now handled. - Agent-interrupt events are recognized under their new name
(b9f9bd1). Codex
v0.139.0 renamedclose_agenttointerrupt_agent; both names are now classified
correctly, so multi-agent runs keep displaying these events.
Changed
- Fonts aligned with claude-code-trace
(20d48f4). Detail-view
text now uses fixedpxsizing (13px prose) instead ofrem, so type no longer
rescales with browser/OS root font settings.