Reflect that path configuration is now optional in most cases.
Add Auto-detect as a recommended first step when agents are not found.
Add multi-device vault sync section to troubleshooting.
- Add Frontmatter tag setting to chat-export.md
- Update FAQ with new agent switching behavior
- Add multi-session and broadcast command FAQs
- Add custom frontmatter tag FAQ
- Add Multi-Session Chat section with link to new page
- Update Switching Agents to reflect new header menu behavior
- Replace switching-agents.webp with switch-agent.webp and switch-default-agent.webp
Introduces a new 'Sending Images' usage guide, updates navigation and index to reference image attachment features, and adds related screenshots. Also documents new chat export options for including images.
Changed the video source path in docs/index.md from '/obsidian-agent-client/demo.mp4' to '/demo.mp4' to reflect the correct location of the demo video.
Embedded a demo video in docs/index.md and added the demo.mp4 file to docs/public. This provides a visual overview of the Agent Client plugin for users.
Added favicon.ico, PNG favicons, and apple-touch-icon to the public directory. Updated VitePress config to include appropriate <link> tags for these icons in the site head.
Streamlined language, reorganized sections, and updated instructions for common Agent Client issues. Added Linux Flatpak and AppImage notes, clarified authentication and path troubleshooting, and improved error message explanations for better user guidance.
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.