← All releases

v2026.3.12

March 13, 2026 · View on GitHub

What's new for you

Control UI dashboard refresh, /fast toggle for Anthropic & OpenAI, Slack Block Kit, sessions_yield for subagents, K8s docs, Ollama/vLLM/SGLang provider-plugin architecture, and multiple security hardening fixes.

  • Control UI dashboard-v2 — modular overview, chat, config, agent, session views, command palette, mobile bottom tabs
  • /fast toggle — Anthropic and OpenAI fast-mode tiers via params.fastMode and shared /fast toggle
  • Slack Block Kit — channelData.slack.blocks for agents to send Block Kit messages
  • sessions_yield — subagents can end turn immediately and carry follow-up payload to next session turn
  • K8s docs — starter install path with raw manifests and Kind setup
  • Ollama/vLLM/SGLang — moved to provider-plugin architecture with provider-owned onboarding
  • Security — /config and /debug now owner-only; workspace plugin auto-load disabled; /pair uses short-lived tokens

Release highlights

FeatureDetails
Control UI Dashboard-v2Refreshed gateway dashboard with modular views, command palette, mobile bottom tabs, richer chat tools (slash commands, search, export).
/fast Toggleparams.fastMode and shared /fast toggle map to Anthropic service_tier and OpenAI fast-mode. Live verification for both.
Slack Block KitchannelData.slack.blocks in reply delivery — agents can send Block Kit messages through standard Slack outbound.
sessions_yieldOrchestrators can end current turn, skip queued tool work, carry hidden follow-up payload into next session turn.
Kubernetes DocsStarter K8s install path with raw manifests, Kind setup, and deployment docs.
Provider-Plugin ArchitectureOllama, vLLM, SGLang moved to provider-plugin architecture with provider-owned onboarding and discovery.
Security: /config & /debug Owner-OnlyRequire sender ownership for /config and /debug. Authorized non-owner senders can no longer reach these surfaces.
Security: Workspace Plugin Auto-LoadWorkspace plugin auto-load disabled. Cloned repos cannot execute workspace plugin code without explicit trust.

⚠️ Breaking changes

Workspace plugin auto-load is disabled — cloned repositories cannot execute workspace plugin code without an explicit trust decision. /config and /debug are now owner-only.

Full release notes

The complete changelog with all changes, fixes, and technical details is on the official GitHub release page.

Open v2026.3.12 on GitHub →