Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:10
64b8dc2

Fixed

  • The Log tab no longer shows only a single page for Claude runs. Claude Code's new
    fullscreen TUI (an opt-in research preview) draws on the terminal's alternate screen and repaints
    in place, so the pane capture the Log tab emulates collapsed to the final frame — while
    line-oriented CLIs like codex still showed in full. The claude profile now forces the classic
    inline/scrollback renderer (CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1), which overrides any tui
    setting and keeps output in native scrollback so the whole session is reconstructable. As a
    safety net, the log view also detects an alternate-screen switch and flags such a capture as
    showing only the final frame, pointing at the agent's full JSONL transcript.