This is the speed release, with some serious resilience work underneath. We halved the time between your prompt and the first token in Agent Zero. In the Launcher, startup time is also cut in half, and saving settings and Instance operations are about 30x faster. Context Doctor: A brilliant community contribution that brings a new recovery layer that repairs malformed tool-call JSON and recovers from empty, repeated, or misformatted model responses. If you run small local models or providers that occasionally misbehave, your runs stop derailing. Context-window indicator: You can now see live token usage, remaining context space, provider-reported costs, cache hits, and generation updates while the agent works. No more guessing what a run costs or when compaction will kick in. Vision sidecar: Another community contribution. Configure a separate vision model alongside your main model. Perfect when your favorite text model has no vision support, or when you want a cheaper model handling images. Also in Core: - The WebUI is faster and steadier during high-rate streaming with progressive Markdown and LaTeX rendering. - Transports now default to Chat Completions, which makes life easier for plugin developers bringing in new providers. - The interactive Browser gets configurable keyboard layouts with better macOS Option and AltGr handling. CLI: - WebSocket recovery keeps running through long outages with safe ownership transfer during reconnects, host changes, and shutdown. - Authorized Chrome/CDP sessions are more stable with persistent browser identities. - Now you get terminal-native ready notifications when TUI or headless runs complete. Launcher: - Startup, Versions, Settings, and Instance operations reuse current data, so everything feels instant while explicit refreshes stay authoritative. - There is a brand new Advanced section for power users: a file-first workspace for Dockerfiles and Compose files with fixed build, run, and teardown actions. - Running local Instances get a native Restart that waits for the Agent Zero UI to be ready.