rait-09_obsidian-agent-client/docs/getting-started/quick-start.md
RAIT-09 8bbe40a2a3 Add VitePress documentation site for Agent Client
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.
2025-12-14 01:53:46 +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 Zed's SDK 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)

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?