What's new
- Per-agent setup dialog. The status-bar Show Status now opens a dialog for each agent with Auto-configure (sets it up for you) or Copy (the snippet to do it by hand).
- opencode support, alongside Claude Code and Codex. Its Auto-configure writes to
opencode.jsonc/opencode.jsonin place, preferring an existing.jsoncand preserving comments. - All three agents register at user scope and route via the injected terminal environment variable — no hard-coded instance paths.
Fixes
- Multi-window routing. Each window's instance file is now keyed by its per-window storage path, so several windows open on the same folder no longer share — and delete — one instance file. Instance files are written atomically and removal is guarded by pid.
Install
Download vscode-browser-bridge-0.2.9.vsix below and run code --install-extension vscode-browser-bridge-0.2.9.vsix (on the remote, for Remote-SSH), or get it from the VS Code Marketplace.