- [changed] Login account handling now distinguishes ChatGPT and Amazon Bedrock Codex account parameters more clearly.
- [changed] Configured hook handling moves toward command-based hooks instead of MCP tool hooks.
- [changed] OpenTelemetry export wiring favors OTLP HTTP over OTLP gRPC.
- [changed] Parsed-command and filesystem-path variants used in exec/tool flows were reshaped (including special-path handling in place of earlier glob-pattern forms).
- [changed] Dynamic tool output content items adjust restricted input handling (audio-oriented path in place of the prior image-oriented one).
- [changed] Host-to-client streaming/yield messaging and related tool-call summary / patch-change kinds were reworked for agent and response flows.
- [new] Cloud requirements can be represented as a TOML bundle in the config/data model.
- [removed]
SandboxStateArgswas dropped from the typed payload set.
Under the hood
Version metadata is bumped to 0.149.0-alpha.3 on the alpha channel. Most of this release is model and enum churn that keeps auth, hooks, observability, sandbox/tool summaries, and path/command parsing aligned—limited user-facing surface beyond the items above.