- [changed] Release channel is now stable (
0.147.0), cut from the final alpha. - [removed] Dropped the o1 model identifier from the built-in model list.
- [changed] TUI turn handling was simplified (chat turn runtime path consolidated).
- [fix] Corrected assorted internal event/error variant naming left over from the alpha line (no intentional behavior change expected).
Under the hood
- Minor data-model additions for capability roots discovery and apps-list responses, laying groundwork for those flows without changing the user-facing CLI surface in this cut.
- Small inventory churn in hooks, MCP matchers, scheduled-task schedules, and thread-store config enums from the alpha stabilization pass.
- First-party source set shrank slightly with the removal of
turn_runtimefrom the TUI crate as that logic was folded elsewhere.