mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 16:30:32 +00:00
- 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)
1.7 KiB
1.7 KiB
Quick Start
This guide will get you chatting with an AI agent in just a few minutes.
Step 1: Choose Your Agent
Agent Client supports multiple AI agents. Choose one to start:
| Agent | Provider | Integration |
|---|---|---|
| Claude Code | Anthropic | via ACP adapter |
| Codex | OpenAI | via Zed's adapter |
| Gemini CLI | with --experimental-acp option |
|
| Mistral Vibe | Mistral AI | with built-in ACP support (vibe-acp) |
| Custom | Various | Any ACP-compatible agent (e.g., OpenCode, Qwen Code, Kiro) |
Step 2: Install and Configure the Agent
Follow the setup guide for your chosen agent:
Each guide covers installation, path configuration, and authentication.
Step 3: Start Chatting
- Click the robot icon in the left ribbon, or
- Open the command palette (
Cmd/Ctrl + P) and search for "Open chat view"
The chat panel opens in the right sidebar. Type a message and press Enter!
What's Next?
- Learn about Note Mentions to reference your notes in conversations
- Explore Slash Commands for quick actions
- Set up additional agents in Agent Setup