VibeAround v0.6.10: Gemini OAuth, safer bridge media handling, and matrix coverage
VibeAround v0.6.10 is out.
This release focuses on bridge reliability, Gemini setup, and cleaner provider workflows.
What changed:
- Added Gemini Google OAuth connection support and native Gemini upstream routing.
- Upgraded API bridge media handling through va-ai-api-bridge 0.1.4 from crates.io.
- Added safer image/file omission for text-only target models, so a conversation can keep going even when a target model cannot read an attachment.
- Fixed the DeepSeek Anthropic-style tool_use / tool_result bridge path.
- Cleaned up profile setup, model defaults, and proxy wording.
- Improved handover pickup/resume robustness.
Validation:
- cargo test -p server: 86 passed.
- bun run ws:matrix: 98 cases passed across websocket provider/protocol/agent combinations.
- desktop-ui and web production builds passed.
- macOS arm64 DMG is signed, notarized, stapled, and accepted by spctl.
Download:
https://github.com/jazzenchen/VibeAround/releases/tag/v0.6.10


Replies
VibeAround
@tehreem_fatima5 Thanks Tehreem! The bridge layer is exactly where the rough edges show up first, especially when a conversation moves across providers with different media/tool support. The safer omission path is intentionally practical: keep the conversation alive, make the limitation visible, and avoid failing the whole session just because one target model can’t consume an attachment.