docs(release): note v0.8.32 selection issue

This commit is contained in:
Hunter Bown
2026-05-12 15:08:21 -05:00
parent 3a1b107af9
commit ad70655bbb
3 changed files with 23 additions and 0 deletions
+9
View File
@@ -499,6 +499,15 @@ the TUI on multi-hundred-GB project directories.
`pdftotext` as optional and explains how to opt in instead of
framing it as a missing dependency.
### Known issues
- **Terminal-native text selection can still be blocked while the
agent is thinking or streaming a response.** v0.8.32 removed the
noisy Shift-to-bypass-mouse-capture path that caused visible
scroll/redraw thrash, but the replacement selection path is not
complete yet. v0.8.33 is planned to ship the text-selection fix
alongside the sub-agent and RLM renovation.
## [0.8.31] - 2026-05-12
A "tools that actually work" release. `code_execution` no longer
+5
View File
@@ -298,6 +298,11 @@ hanging the TUI on first turn. [Full changelog](CHANGELOG.md).
dark terminals (PR #1493 from **@reidliu41**), and no longer shows
`<turn_meta>` as the session title (PR #1498 from **@wdw8276**).
**Known issue in v0.8.32:** terminal-native text selection can still be
blocked while the agent is thinking or streaming a response. v0.8.33 is
planned to ship the text-selection fix alongside the sub-agent and RLM
renovation.
Thanks to **@CrepuscularIRIS** (4 landings), **@reidliu41** (2 landings),
**@tiger-dog** (2 landings), **@Duducoco**, **@h3c-hexin**,
**@NorethSea**, **@MeAiRobot**, **@zhuangbiaowei**, **@wdw8276**,
+9
View File
@@ -499,6 +499,15 @@ the TUI on multi-hundred-GB project directories.
`pdftotext` as optional and explains how to opt in instead of
framing it as a missing dependency.
### Known issues
- **Terminal-native text selection can still be blocked while the
agent is thinking or streaming a response.** v0.8.32 removed the
noisy Shift-to-bypass-mouse-capture path that caused visible
scroll/redraw thrash, but the replacement selection path is not
complete yet. v0.8.33 is planned to ship the text-selection fix
alongside the sub-agent and RLM renovation.
## [0.8.31] - 2026-05-12
A "tools that actually work" release. `code_execution` no longer