rait-09_obsidian-agent-client/docs/getting-started/quick-start.md
RAIT-09 a38a8a4296 chore: migrate claude-agent-acp references from @zed-industries to @agentclientprotocol
Update package name in agent-update-checker, docs, and READMEs
following the upstream rename in v0.24.0.
2026-03-26 20:48:40 +09:00

1.5 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
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 agent chat"

The chat panel opens in the right sidebar. Type a message and press Enter!

What's Next?