docs(release): add thinking block toggle and sub-agent fix to CHANGELOG

This commit is contained in:
Hunter Bown
2026-05-24 04:21:40 -05:00
parent af59f7a732
commit 78d72842c3
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -63,6 +63,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- **Thinking blocks can be collapsed/expanded via keyboard.** Space on an
empty composer toggles the focused thinking cell between collapsed and
expanded, complementing the existing mouse right-click context menu (#1972).
- **Sub-agent completion events no longer delayed to the next turn.** The turn
loop now drains late-arriving sub-agent completions at the final checkpoint
before breaking, so child-agent sentinels surface immediately instead of
appearing in the following turn (#1961).
- **`codewhale doctor` now referenced correctly in SSE timeout errors.**
The error message shown when SSE streams fail to connect now points users to
`codewhale doctor` (not the legacy `deepseek doctor`).
+7
View File
@@ -63,6 +63,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- **Thinking blocks can be collapsed/expanded via keyboard.** Space on an
empty composer toggles the focused thinking cell between collapsed and
expanded, complementing the existing mouse right-click context menu (#1972).
- **Sub-agent completion events no longer delayed to the next turn.** The turn
loop now drains late-arriving sub-agent completions at the final checkpoint
before breaking, so child-agent sentinels surface immediately instead of
appearing in the following turn (#1961).
- **`codewhale doctor` now referenced correctly in SSE timeout errors.**
The error message shown when SSE streams fail to connect now points users to
`codewhale doctor` (not the legacy `deepseek doctor`).