Summary
Once a block scrolls past — a thinking section, a tool call, a response — there is no way to go back and review it except scrolling line by line through raw terminal output. The blocks have semantic meaning but the scrollback treats them as undifferentiated text.
Expected behaviour
I can navigate through past blocks and expand one to inspect its full content. Navigation is by block, not by line or page.
Why
If Claude does 30 tool calls and I want to review tool call #7, I should not have to scroll through raw output to find it. Block navigation makes that fast and direct.
Non-goals
- Not a replacement for the primary view — both coexist
- Not a log viewer or audit tool — this is for the active session
Summary
Once a block scrolls past — a thinking section, a tool call, a response — there is no way to go back and review it except scrolling line by line through raw terminal output. The blocks have semantic meaning but the scrollback treats them as undifferentiated text.
Expected behaviour
I can navigate through past blocks and expand one to inspect its full content. Navigation is by block, not by line or page.
Why
If Claude does 30 tool calls and I want to review tool call #7, I should not have to scroll through raw output to find it. Block navigation makes that fast and direct.
Non-goals