- DEFAULT id vibe-acp -> mistral-vibe (id = package/product name; command
stays vibe-acp); registration follows the id dynamically
- ChatPanel activeAgentLabel: add the Mistral branch so the header/tab/
notification show "Mistral Vibe" instead of the raw id
- docs: add Mistral Vibe to the sidebar (its setup page was orphaned), the
quick-start table + setup links, and the home Supported Agents table
- docs: don't assume npm for all agents (Mistral installs via curl/pip/uv);
vibe --setup stores the key in ~/.vibe/.env (not config.toml)
Reflect that path configuration is now optional in most cases.
Add Auto-detect as a recommended first step when agents are not found.
Add multi-device vault sync section to troubleshooting.
Introduces a full documentation site under docs/ using VitePress, including configuration, custom theme, setup guides for supported agents (Claude Code, Codex, Gemini CLI, custom agents), usage instructions, FAQ, troubleshooting, and images. Updates .gitignore and .prettierignore to exclude VitePress build output and docs. Also updates package.json and eslint config for documentation support.