- Session Manager: explain the dedicated sidebar view that lists
open chat sessions with live status icons, how to open it (chat
header menu or command palette), the four status icons, and the
Rename/Close actions
- Prompt Injection: explain the first-message instructions that
guide agents toward Obsidian-flavored Markdown (wikilinks,
LaTeX math, table spacing), with the actual injected strings
for reference
- Add both pages to the VitePress sidebar under Usage
- Add screenshots: Session Manager view, context menu, four
status icons, and the Prompt injection settings section
- 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.
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.