VibeAround v0.6.3: a web workspace for multiple coding agents
VibeAround v0.6.3 is out.
This release wraps up the bigger v0.6.x shift: VibeAround is becoming a hub for coding agents across desktop, web, terminal, and messaging.
The biggest visible change since v0.5.x is the Web experience: it is now a web-based workspace for running different coding agents side by side, one place to launch, resume, inspect, and switch between agents.
From the browser, you can now:
- Start Claude Code, Codex CLI, Gemini CLI, OpenCode, and other agents
- Resume previous sessions
- Switch between agents and provider profiles
- Review code changes with rendered diff views
- Attach files, images, and documents
- Control thinking/tool visibility
- Open Web Terminal for local PTY sessions
- Launch live previews for dev servers, Markdown, and HTML
v0.6.3 also cleans up the model-routing layer:
- Renamed the old API proxy wording to API Bridge across the app, docs, profile routing, and launch UI
- Published the bridge layer as an independent Rust crate: va-ai-api-bridge, nicknamed va-aab
- VibeAround now consumes va-ai-api-bridge from crates.io instead of a submodule/local checkout
- Bridge routes remain compatible with OpenAI Responses, OpenAI Chat Completions, Anthropic Messages, and Gemini Generate Content
- Improved IM command workflow controls
- Refreshed dependencies and release packaging
Release:
https://github.com/jazzenchen/VibeAround/releases/tag/v0.6.3
Bridge crate:
https://crates.io/crates/va-ai-api-bridge
Feedback is very welcome, especially from people using multiple coding agents or non-default model providers.


Replies