diff --git a/CHANGELOG.md b/CHANGELOG.md index 6420b6f7..250c71ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f28cd0fe..0e9cf12f 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,11 @@ hanging the TUI on first turn. [Full changelog](CHANGELOG.md). dark terminals (PR #1493 from **@reidliu41**), and no longer shows `` 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**, diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index 6420b6f7..250c71ed 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -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