- [changed] Release channel is stable (
0.145.0); this is the non-alpha cut of the 0.145.0 line. - [new] Exec can emit events in JSONL form via a dedicated event processor for machine-readable run output.
- [changed] External-agent config detect/import request shapes were tightened (fewer fields) as part of migration/import cleanup.
- [removed] Several unused or superseded request/response types and thread-store options were dropped from the API surface (including older thread-resume params and in-memory thread-store wiring).
Under the hood
- Exec-server gains a relay v1 protobuf path for exec-server communication.
- HTTP client pooling was simplified (route-aware pool removed); plugin startup-sync HTTP client code was folded away.
- TUI turn-runtime and token chart palette modules were removed or relocated as part of chat UI cleanup.
- Data-model churn includes thread delete/list helpers, tools v2 markers, MCP/marketplace migration structs, and related login/session responses; event naming was adjusted (e.g. client message chunk vs ack).
- Dependency lockfile refreshed for the stable tag.