Skip to content

VibeAround v0.7.7

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:12

v0.7.7 is a broad workflow release for VibeAround. It touches local-agent APIs, remote and IM session continuity, managed toolchains, provider catalogs, launch behavior, and Windows stability.

Highlights

  • Added the Local Agent API and Local API Workbench. VibeAround can now expose local coding agents as OpenAI / Anthropic-compatible APIs for development and local testing, with route probing, model discovery, streaming and non-streaming calls, media prompt support, and a desktop workbench for quick verification. (#201)
  • Expanded the Remote Dashboard and IM-driven workflow foundation with per-channel default session routing, remote default controls, private IM threads, external session attach modes, channel plugin directory visibility, and stronger IM bridge / runtime synchronization. (#202)
  • Added Agent Toolchain mode so Launch, ACP, IM sessions, PTY flows, and Startkit can consistently choose between system CLIs and VibeAround-managed CLIs. Manual executable paths still take priority. (#200, #207)
  • Audited provider catalogs and model selection across major compatible providers, including clearer endpoint labels, API-kind display, model picker details, model test dialogs, text-only capability hints, and updated Kimi, DashScope, Volcengine, ZAI, MiMo, and MiniMax catalogs. (#195, #206)
  • Improved Claude / Codex-style launch paths, including resolved executable directory display, desktop bridge connection settings, Codex Desktop cleanup, and removal of temporary Claude settings writes during launch. (#205, #207)
  • Registered a WhatsApp channel plugin entry and tightened plugin update checks as part of the channel/plugin infrastructure work. (#203)

Remote, IM, and Sessions

  • Per-channel default session routing lets IM channels keep their own session behavior instead of sharing one global default. (#202)
  • IM routes now start private threads and have clearer external session attach behavior. (#202)
  • Remote runtime status refresh is more reliable after restarts and dashboard updates. (#202, #204)
  • Default workspace controls were refined with copy actions, clearer layout, and configurable defaults. (#202)

Local Agent API

  • Added sessionless local-agent API routes and a Local API Workbench shell. (#201)
  • Added OpenAI Responses, OpenAI Chat Completions, Anthropic Messages, and Models endpoints under /local-agent/{agent_id}/{profile_id}/v1/.... (#201)
  • Added a local API service toggle, route probing, model listing, model picker improvements, and tokenless local model handling. (#201)
  • Improved prompt composition, attachment/media prompt support, request validation, and bridge error handling. (#201)

Fixes

  • Fixed Windows restart and port-occupied races by stopping the Windows daemon before desktop exit and clearing stale daemon ports after exit. (#204, fixes #194)
  • Fixed remote runtime refresh regressions that could leave status stale after restart. (#204)
  • Quieted Windows command checks and avoided unnecessary launch-agent rescans. (#196)
  • Tightened managed/system agent resolution across Launch, ACP, PTY, IM, Startkit scans, and configured agent preference handling. (#200, #207)
  • Stopped writing temporary Claude settings during launch and sanitized Claude launch settings. (#205, #207)
  • Filled Simplified Chinese translation coverage and removed stale locale keys. (#207)

Compatibility and Migration Notes

  • Existing manually configured agent executable paths still win over system or managed toolchain mode.
  • Managed toolchain mode may require installing the managed agent first; switch back to system mode if you want to use already-installed CLIs.
  • VibeAround no longer relies on temporary Claude settings files during launch. If you previously used external config switchers such as CC Switch, remove stale config fields such as env in ~/.claude/settings.json if an agent still points to an old proxy.
  • macOS packaging remains Apple Silicon only for this release.

Packages

  • macOS Apple Silicon DMG: signed and notarized locally.
  • Windows x64 Setup EXE, MSI, and portable ZIP: built by GitHub Actions.
  • Linux x64 AppImage and deb: built by GitHub Actions.