Skip to content

Commit ad70655

Browse files
committed
docs(release): note v0.8.32 selection issue
1 parent 3a1b107 commit ad70655

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,15 @@ the TUI on multi-hundred-GB project directories.
499499
`pdftotext` as optional and explains how to opt in instead of
500500
framing it as a missing dependency.
501501

502+
### Known issues
503+
504+
- **Terminal-native text selection can still be blocked while the
505+
agent is thinking or streaming a response.** v0.8.32 removed the
506+
noisy Shift-to-bypass-mouse-capture path that caused visible
507+
scroll/redraw thrash, but the replacement selection path is not
508+
complete yet. v0.8.33 is planned to ship the text-selection fix
509+
alongside the sub-agent and RLM renovation.
510+
502511
## [0.8.31] - 2026-05-12
503512

504513
A "tools that actually work" release. `code_execution` no longer

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ hanging the TUI on first turn. [Full changelog](CHANGELOG.md).
298298
dark terminals (PR #1493 from **@reidliu41**), and no longer shows
299299
`<turn_meta>` as the session title (PR #1498 from **@wdw8276**).
300300

301+
**Known issue in v0.8.32:** terminal-native text selection can still be
302+
blocked while the agent is thinking or streaming a response. v0.8.33 is
303+
planned to ship the text-selection fix alongside the sub-agent and RLM
304+
renovation.
305+
301306
Thanks to **@CrepuscularIRIS** (4 landings), **@reidliu41** (2 landings),
302307
**@tiger-dog** (2 landings), **@Duducoco**, **@h3c-hexin**,
303308
**@NorethSea**, **@MeAiRobot**, **@zhuangbiaowei**, **@wdw8276**,

crates/tui/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,15 @@ the TUI on multi-hundred-GB project directories.
499499
`pdftotext` as optional and explains how to opt in instead of
500500
framing it as a missing dependency.
501501

502+
### Known issues
503+
504+
- **Terminal-native text selection can still be blocked while the
505+
agent is thinking or streaming a response.** v0.8.32 removed the
506+
noisy Shift-to-bypass-mouse-capture path that caused visible
507+
scroll/redraw thrash, but the replacement selection path is not
508+
complete yet. v0.8.33 is planned to ship the text-selection fix
509+
alongside the sub-agent and RLM renovation.
510+
502511
## [0.8.31] - 2026-05-12
503512

504513
A "tools that actually work" release. `code_execution` no longer

0 commit comments

Comments
 (0)