v1.34.0
- Core: Fix CLI crash on
TaskStop— stopping a stuck background agent no longer printsUnhandled exception in event loop / Exception Noneand freezes the terminal; the cancelled task is now kept in the manager's live-tasks dict until its runner finishes cleaning up, preventing Python's GC from reaping the still-pending task - Shell: Fix inline diff highlights misaligned on lines containing tabs — raw-code diff offsets are now mapped to rendered positions via expandtabs column tracking so highlight spans land correctly after tab expansion
- Shell: Add
show_thinking_streamconfig option to opt back into the legacy streaming reasoning preview — when set totrue, the live area shows the classicThinking...spinner above a 6-line scrolling preview of the raw reasoning text and the full reasoning markdown is committed to history when the block ends; defaults tofalseto keep the compact 1.32 indicator
Fetched June 4, 2026


