v1.0.78-2Pre-release
1.0.78-2
Changed 1
- Split-view sidebar close confirmation now reads 'x again to close' (or 'x again to exit CLI' on the last session) instead of 'x close' to clarify that a second press closes the view
Fixed 3
- Extension slash commands run their handler exactly once per invocation when several extensions are loaded
- Inline images no longer render with their first row repeated down the whole picture after the timeline scrolls
- A run whose prompt is piped over stdin now treats its sessionEnd hook the same way -p does: the hook fires once per completed agent turn with reason 'complete' or 'error' if the turn failed, instead of once at shutdown with 'user_exit'
Improved
- Split-view sidebar: the red close confirmation now reads
x again to close(orx again to exit CLIon the last session) instead ofx close, so a second press is clearly what closes
Fixed
- Extension slash commands run their handler exactly once per invocation when several extensions are loaded
- Inline images no longer render with their first row repeated down the whole picture after the timeline scrolls
- A run whose prompt is piped over stdin now treats its
sessionEndhook the same way-pdoes: the hook fires once per completed agent turn withreasoncomplete(orerrorif the turn failed), instead of once at shutdown withuser_exit. As with-p, a piped run that exits before completing a turn fires nosessionEndhook