[changed]Release channel is now stable (0.146.0); this is the supported cut of the prior 0.146.0-alpha.14 builds.[changed]ChatGPT login parameter handling was reworked (including streamlined/hosted login-related options).[changed]OpenTelemetry export path favors OTLP/HTTP over the previous gRPC exporter kind.[changed]Scheduled-task configuration recognizes an hourly schedule option in place of the prior daily variant.[changed]Thread store configuration distinguishes in-memory vs local backends more clearly in TOML.[changed]Web search and tool-call summary shapes were tightened (search-oriented action; generic tool-call summary).[new]Additional status/detail payloads for environment status, exec approval, rate-limit credit reset details, and token-usage daily buckets.[removed]Older marketplace/npm package metadata paths and model token-budget config surfaces were dropped from the data model.
Under the hood
- Exec-server gains a relay protobuf module for the exec-server protocol surface.
- TUI chat turn handling moves onto a dedicated turn-runtime path; the old agent picker module and a token-chart palette helper were removed.
- External-agent session record handling was consolidated (curated/current split folded into a single records module).
- Debug-sandbox cloud-config code and skills render-observability helpers were removed as unused or superseded groundwork.
- Handshake rejection, sandbox policy deserialization, guardian approval review actions, and several thread-item variants were renamed or reshaped for clearer protocol evolution (including a no-compatible-version reject reason).
- Dependency lockfile refreshed for the stable cut.