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.
This release is about making local coding agents easier to launch, resume, and reach from web/IM surfaces.
What changed:
- Added per-agent launch settings, so each agent can have custom terminal arguments and agent-protocol arguments inserted into the generated launch command
This release is mostly about making provider routing and project setup more predictable.
What changed:
- Added Volcengine / Ark support, with separate profile plans for Ark API, OpenAI-compatible Chat, OpenAI-compatible Completions, and Anthropic Messages
This release is mostly about making the daily local-agent workflow feel less fragile: launch the right coding agent, point it at the right provider profile, keep API translation out of your global config, and get back to coding.
What changed:
Better Codex launch support, including trusted launch hook handling.
VibeAround v0.6.4 is out: https://github.com/jazzenchen/Vi...
This is a major continuity release. VibeAround now uses WorkspaceThread as the core runtime model, so IM and Web Chat can rejoin the same workspace-level thread while Codex, Claude, and other host agents keep their own resumable sessions underneath.
This release makes coding-agent launch profiles easier to use across more providers and agents. Saved provider profiles can now be exposed through VibeAround s local API Bridge, so tools like Claude Code, Codex, and other compatible agents can connect with less manual setup.
The big update:
Local API Bridge: Use saved provider profiles as local agent endpoints for Claude Code, Codex, and other compatible tools.
More provider routes: DeepSeek, Kimi, MiniMax, Z.AI/GLM, and custom OpenAI-compatible endpoints now work better through profile-backed launch routes.