A real code editor, in the grid
Open an Editor pane and Monaco — the engine behind VS Code — sits in the grid next to your agents, scoped to a worktree. Read what an agent just wrote, and edit it, without leaving the window.
- ✦ New Monaco editor as a pane type: tabs, save, and conflict detection when a file changed on disk under you. A lazy-loading Explorer shows the tree.
- ✦ New Diff vs HEAD where you work — +N/−M/U badges in the Explorer and changed lines marked in the gutter, so you can see what an agent touched.
- ✦ New Drag & drop files and tabs between editor panes, or onto the workspace to open in a new one. A tab with unsaved changes carries its buffer along and asks before moving.
- ✦ New Bring your editor's look: shiki highlighting, VS Code themes from a local file or Open VSX, and VS Code or IntelliJ settings mapped onto the editor with a preview before applying.
- ✦ New The Hub's Explorer spans every worktree you've curated — open a file from any root and it lands in the right workspace, auto-pinned.
- ✦ New Four more agent CLIs: DeepSeek, Grok, Qwen and Cursor. Installs go strictly through your package manager on Windows, macOS and Linux.
- ✦ New Filter the grid by pane type — agents, editor, terminal or browser. Per-tab and transient: your real layout comes back untouched.
- ↑ Improved Per-pane zoom and font size for the editor, and the minimap appears only when the pane is wide enough to earn it.
- ↑ Improved Broadcast is agent-only, so typing to all panes no longer feeds your prompt to a plain shell as a command.
- ✓ Fixed Dragging a divider no longer floods the terminal process with intermediate sizes, so agent output stops getting mangled mid-drag.
- ✓ Fixed A crash in the editor no longer takes the app down — each editor pane has its own error boundary.