You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.