mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 16:30:32 +00:00
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.
1.5 KiB
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 | 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
- Click the robot icon in the left ribbon, or
- 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?
- Learn about Note Mentions to reference your notes in conversations
- Explore Slash Commands for quick actions
- Set up additional agents in Agent Setup