Skip to content

Commit 8b39105

Browse files
author
CodeWhale Bot
committed
docs(release): synchronize embedded 0.9.13 changelog
Mirror the verified #6045 scroll behavior into the bundled TUI release note. The full sweep caught this missing generated update at its version gate. Validation: npm test: 66 wrapper + 9 SDK + 446 web tests passed, 0 failed. npm run check:web passed with 0 errors and 2 existing img-element warnings. check-versions.sh and git diff --check passed.
1 parent 9f2f462 commit 8b39105

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

crates/tui/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ reconnect.
121121
with its content, and scrolls internally so the highlighted option and the
122122
custom response being typed stay on screen at 141x38 and 80x24. Left arrow
123123
or `h` goes back to the previous question; Esc still cancels the whole
124-
request. Documented in GUIDE.md and KEYBINDINGS.md (#6045).
124+
request. PageUp/PageDown, Home/End and modified arrows now review the
125+
transcript while the sheet stays open; the mouse wheel scrolls the surface
126+
under the pointer. Wheel browsing preserves the answer, and option navigation
127+
or typing restores the focused content to view. Documented in GUIDE.md and
128+
KEYBINDINGS.md (#6045).
125129
- `/mcp reload` no longer freezes the interface. The reload was awaiting the
126130
whole reconnect batch on the TUI event loop; it now joins the same
127131
supervised background pass the session boot uses, the status chip counts

0 commit comments

Comments
 (0)