VibeAround
Getting Started

Supported matrix

Which coding agents, IM channels, and model providers VibeAround supports, and what each combination can do. Ids in the tables are the values you use in settings.json, slash commands, and CLI flags.

Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.

Which coding agents, IM channels, and model providers VibeAround supports, and what each combination can do. Ids in the tables are the values you use in settings.json, slash commands, and CLI flags.

Coding agents

VibeAround drives agents over the Agent Client Protocol (ACP). Every hosted agent supports the full conversation flow: prompting, streaming output, permission requests, and cancellation.

Agent idProductHosted (IM / web chat)Session resumeNotes / aliases
claudeClaude CodeYesYesclaude-code
codexCodex CLIYesYesopenai-codex
geminiGemini CLIYesYesgemini-cli
cursorCursor CLIYesYes
qwen-codeQwen CodeYesYesqwen
opencodeOpencodeYesYesopen-code
piPiYesYespi-agent, pi-coding-agent
kiroKiro CLIYesNo resume template yetkiro-cli
claude-desktopClaude DesktopLaunch target onlyOpens the desktop app; not an ACP runtime
codex-desktopCodex DesktopLaunch target onlyOpens the desktop app; not an ACP runtime

"Session resume" means VibeAround can restore the agent's own CLI session across idle shutdowns, daemon restarts, and handovers.

IM channels

Channels are plugins (separate npm packages); the web chat and TUI are built-in surfaces that use the same routing. All channels support the core flow: prompts, streamed replies, slash commands, and permission cards.

ChannelKind idDelivered asRepository
TelegramtelegramPluginva-plugin-channel-telegram
SlackslackPluginva-plugin-channel-slack
Feishu / LarkfeishuPlugin (interactive cards use the V2 card schema)va-plugin-channel-feishu
DiscorddiscordPluginva-plugin-channel-discord
WeChatweixin-openclaw-bridgePluginva-plugin-channel-weixin-openclaw-bridge
WhatsAppwhatsappPluginva-plugin-channel-whatsapp
DingTalkdingtalkPluginva-plugin-channel-dingtalk
WeCom (企业微信)wecomPluginva-plugin-channel-wecom
QQ BotqqbotPluginva-plugin-channel-qqbot
Web chatwebBuilt-in (dashboard)
TUI chattuiBuilt-in (vibearound tui)

Per-channel setup pages (platform steps + verified config blocks) live under guides/channels/; configuration lives under channels.<kind> in settings.json.

Model providers (profile catalog)

The built-in catalog ships endpoint and model definitions for these providers. Each endpoint declares which API dialects it serves — the bridge translates whenever your agent's dialect differs (see Local API and bridge).

Provider idLabelUpstream dialects availableNotes
moonshotKimi / Moonshotopenai-chat, anthropicGlobal + CN endpoints, Kimi coding plan
dashscopeAlibaba DashScopeanthropic, openai-responses, openai-chatCN endpoints, coding/token plans
deepseekDeepSeekanthropic, openai-chatDedicated translation adapter
openrouterOpenRouteropenai-chat
minimaxMiniMaxanthropic, openai-chat, openai-responsesGlobal + CN, token plans
mimoXiaomi MiMoopenai-chat, anthropicPay-as-you-go + CN token plan
volcengineVolcengineanthropic, openai-responses, openai-chatArk API, coding/agent plans
zaiZ.AI / GLMopenai-chat, anthropicGlobal + CN, coding plans
geminiGoogle Gemini / Vertex AIgemini, openai-chatGemini API + Vertex-compatible
xaixAI / Grokopenai-responses, openai-chat
nvidiaNVIDIA NIMopenai-chat
azureAzure OpenAIopenai-responsesCustom deployment fields

A custom profile (any OpenAI/Anthropic/Gemini-compatible endpoint) is always available beyond the catalog, and the direct profile launches an agent with its own vendor login and no bridge.

Plan-by-plan detail — endpoint groups, regions, base URLs, model sets, and which credential each plan expects — is in the provider endpoints reference.

Platforms

PlatformDesktop appStandalone server / CLI
macOS Apple SiliconPackaged (DMG)Yes
macOS IntelSource buildYes
Windows x64Packaged (EXE/MSI/portable)Yes
Linux x64Packaged (AppImage/deb); terminal launch depends on desktop environmentYes

Source anchors: src/resources/agents.json (agent registry — ids, aliases, direct_only, resume templates), src/resources/plugins.json (channel plugin registry — kind ids and repositories), src/resources/profile-catalog/ (provider endpoints and dialects), src/server/src/lib.rs (built-in web/tui channels), README.md (packaging status). Last verified: v0.7.11

On this page