VibeAround v0.6.11: Startkit onboarding, runtime status, and safer local access
VibeAround v0.6.11 is out.
This release focuses on first-run setup, runtime visibility, and safer local access defaults.
What changed:
- Added Startkit onboarding for preparing a new computer with selected coding agents, messaging apps, remote access tools, and local dependencies.
- Added environment detection and repair planning from settings.toml, including managed installs for Node.js, Git, cloudflared, npm-based coding agents, and IM plugins.
- Added global and China mirror source choices for Startkit installs, plus an optional shell PATH setup switch.
- Reworked onboarding into a simpler step-by-step flow for coding agents, messaging apps, remote access, install, and final configuration.
- Refreshed Runtime Status with compact summary cards, branded service icons, status tooltips, and focused detail dialogs.
- Added /switch agent profile as a shortcut for /switch host agent profile from IM channels such as Feishu.
- Hardened local auth and session handling with stricter local boundaries, rate-limited pairing attempts, constrained chat file downloads, serialized workspace agent startup, and a relaunch focus fix.
- Updated va-ai-api-bridge to 0.1.5.
Validation:
- bun install --cwd src --frozen-lockfile
- cargo check --manifest-path src/Cargo.toml
- cargo test --manifest-path src/Cargo.toml -p common parses_new_thread_commands
- bun tauri build --bundles app,dmg --ci
- macOS arm64 DMG is signed, notarized, stapled, and accepted by spctl.
- GitHub Actions built the Windows x64 and Ubuntu/Linux x64 bundles successfully.
Download:


Replies