You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.21.0] - 2026-04-09
11
+
12
+
See [docs/releases/v0.21.0.md](docs/releases/v0.21.0.md) for full notes and [docs/releases/v0.21.0/assets.md](docs/releases/v0.21.0/assets.md) for release asset inventory.
13
+
14
+
### Added
15
+
16
+
- Add regression coverage for cleanup, connection health, terminal readiness, and native folder picker flows.
17
+
- Add terminal runtime environment resolution so thread terminals can start with less startup work.
18
+
19
+
### Changed
20
+
21
+
- Centralize desktop renderer URL resolution for packaged and development shells.
22
+
- Simplify thread mode controls to code and plan.
23
+
- Archive older project threads when project limits are enforced.
24
+
- Preserve local draft threads across project switches.
25
+
- Reduce terminal session startup latency across the server and web terminal controller flow.
26
+
- Collapse the workspace tree vertically when the panel is hidden.
27
+
- Polish sidebar project name accent handling.
28
+
- Update iOS team metadata, display name wiring, and Info.plist release settings.
29
+
30
+
### Fixed
31
+
32
+
- Resolve SME chat Anthropic authentication from persisted environment state.
33
+
- Avoid stale SME store closures in the chat shell.
34
+
10
35
## [0.20.0] - 2026-04-09
11
36
12
37
See [docs/releases/v0.20.0.md](docs/releases/v0.20.0.md) for full notes and [docs/releases/v0.20.0/assets.md](docs/releases/v0.20.0/assets.md) for release asset inventory.
@@ -612,3 +637,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
0 commit comments