Skip to content

v0.4.0b3

Pre-release
Pre-release

Choose a tag to compare

@kasperjunge kasperjunge released this 12 Apr 09:19
· 128 commits to main since this release

Improved

  • Full-screen peek scrollbar β€” a scrollbar on the right edge of the full-screen peek view shows your position in the activity log, so you always know where you are in a long session.
  • Thinking traces visible β€” agent reasoning (thinking blocks) now appears in the activity feed as dim italic text instead of being silently dropped. Long thinking traces are split by newline so you can scroll through the full reasoning.
  • Full text and tool args β€” assistant text output is no longer truncated to 100 characters, and tool parameters for Agent and ToolSearch now show their actual values (description, prompt, query, max_results) instead of just listing parameter names.
  • Context token display β€” token counts in the panel title now show as ctx 156k Β· out 3.2k instead of ↑156k ↓3.2k, making context window usage immediately clear.
  • Persistent Shift+P hint β€” the compact panel footer now always shows "Shift+P full screen" so new users discover full-screen peek without reading docs.
  • Clearer page navigation labels β€” the full-screen footer now says b page up Β· space page down instead of the ambiguous b/space page.

Fixed

  • HTML comments in code blocks β€” <!-- --> comments inside fenced code blocks in RALPH.md files no longer break prompt assembly.