OpenChamber 2.0: Zero-Restart Hot Reload for Skills, Agents, and MCP on OpenCode v2
OpenChamber 2.0 launches on OpenCode v2, introducing instant hot reload for skills, agents, MCP servers, and plugins without restarting active sessions.
OpenChamber, an open-source development workspace designed to supervise and steer AI coding agents across desktop, browser, and editor environments, officially rolled out its major 2.0 release on September 24, 2026. Built on top of the OpenCode v2 engine, this milestone update introduces a zero-restart hot reload architecture that applies modifications to skills, agents, MCP (Model Context Protocol) servers, and plugins the moment configuration files are saved to disk.

Image source: https://openchamber.dev/blog/opencode-v2/
The 2.0 release eliminates the persistent restart bottleneck that previously disrupted agentic development workflows, while introducing Code Mode, structured web search cards, and a dedicated usage statistics dashboard for improved operational visibility.
OpenCode v2 Engine and Zero-Restart Configuration Hot Reload
The primary architectural breakthrough in OpenChamber 2.0 tackles one of the most frustrating developer experience friction points in agent-driven development: mandatory runtime restarts.
In earlier 1.x environments, editing agent system prompts, adjusting skill definitions, integrating new MCP tools, or configuring plugins required restarting the backend runtime. That restart cycle interrupted ongoing dialogue sessions and disrupted active code generation tasks.
Re-engineered on OpenCode v2, version 2.0 intercepts file saves directly on disk and pushes updates live into active sessions:
- Instant Skill and Agent Updates: Modifying skill definitions or agent system prompts applies the updated instructions on the very next inference turn, without requiring a session reset or application restart.
- Zero-Restart MCP and Plugin Reloads: External tool integrations via MCP servers and plugin configurations can be added or updated dynamically without clicking restart or reconnecting manually.
- Unbroken Task Continuity: Developers can tune instructions and tool sets progressively while long-running coding agents operate in the background.
Code Mode, Web Search Cards, and Usage Statistics Dashboard
Beyond configuration hot reloading, OpenChamber 2.0 rolls out key usability features designed for practical agent steering and collaborative coding:
- Code Mode: A dedicated workspace mode tailored for code navigation, editing, and diff review alongside agent interactions.
- Web Search Cards: When agents retrieve external documentation using web search tools, results and snippet excerpts render as structured cards inside the conversation stream for quick provenance checks.
- Usage Statistics Dashboard: A dedicated stats view tracks sessions and usage metrics, offering clear visibility into agent activity and resource consumption.
Open-Source Distribution and Operational Considerations
OpenChamber is fully open-source and maintained on GitHub (github.com/openchamber/openchamber) for self-hosted and local execution.
- Environment and OpenCode Integration: OpenChamber operates across desktop, browser, and editor environments as an AI coding supervision workspace, built on top of the OpenCode v2 runtime engine.
- Live State Awareness: Because changes apply immediately upon saving, making broad, in-flight edits to MCP configurations during long-running agent chains should be handled incrementally to avoid unexpected parameter mismatch before an edit completes.
- Framework Compatibility: As version 2.0 builds directly on OpenCode v2, existing deployments on older v1 installations should verify platform prerequisites prior to upgrading.
Sources
- OpenChamber Official Blog: OpenChamber 2.0 on OpenCode v2
- OpenChamber Official X Announcement (@openchamber_dev): OpenChamber 2.0 Release
- GitHub Repository: openchamber/openchamber