rait-09_obsidian-agent-client/docs/getting-started/quick-start.md
RAIT-09 a56f759953 fix(mistral-vibe): use mistral-vibe id, fix the agent label, and wire up the docs
- 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)
2026-06-13 18:18:47 +09:00

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 Google 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

  1. Click the robot icon in the left ribbon, or
  2. 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?