15 lines
825 B
Markdown
15 lines
825 B
Markdown
|
|
# 0.2.116 — 2026-07-30
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- **Headless streaming output** now includes tool calls, results, and usage when using `--output-format streaming-json`.
|
||
|
|
- **New `/undo` slash command** restores files and chat to an earlier turn, same as `/rewind`.
|
||
|
|
- **Slash commands** are now correctly hidden or refused in minimal or fullscreen mode based on their declared support.
|
||
|
|
|
||
|
|
## Bug Fixes
|
||
|
|
|
||
|
|
- **Fixed repeated forced re-logins** after laptop sleep or network hiccups during token refresh.
|
||
|
|
- **Suppressed spurious history load warnings** on draft conversations that have no server history yet.
|
||
|
|
- **Settings enum pickers** now keep the selected radio button on the current value until you press Enter.
|
||
|
|
- **Deep-linked settings** such as `/privacy` now close the settings modal on Esc or Enter instead of returning to the list.
|
||
|
|
|