Commit graph

31 commits

Author SHA1 Message Date
RAIT-09
afe8b2753a docs(wikilink): describe single-resolution and code-block exclusion
Update the Note Mentions section and FAQ to the two-state model
(resolved/unresolved) after dropping the ambiguous state, note that
links resolve to the single file Obsidian would open, and call out that
links inside code blocks are skipped. Also softens the FAQ wording that
implied every wikilink maps to a resolved path (CodeRabbit nit).
2026-07-05 02:07:21 +09:00
RAIT-09
26366d7f45 docs(wikilink): document expand wikilink context
New section in Note Mentions (behavior, resolved/unresolved/ambiguous,
metadata-only, 50-cap, the toggle + default), an FAQ entry, a
disambiguation note in Prompt Injection separating the two wikilink
settings, and the README mentions bullets. Section, not a new page, so no
sidebar change; context-files.md is unrelated and untouched.
2026-07-05 00:57:51 +09:00
RAIT-09
900c3254a1 docs(mistral-vibe): cover the agent in reference, FAQ, troubleshooting, and context files
Add Mistral Vibe to the remaining built-in agent mentions: the ACP
support page, three FAQ enumerations, an authentication
troubleshooting section (mirroring the other agents), and the
context-file table (Vibe reads AGENTS.md, discovered from the working
directory upward). Also expand the Add Agent Type checklist in
AGENTS.md to the full surface an agent addition touches, so future
additions don't miss the same spots.
2026-07-04 12:12:41 +09:00
RAIT-09
13f24d5730 refactor(embed): remove the image/avatar settings
The per-agent avatar only appeared on embedded chats and quick-action
buttons, not in the sidebar/floating chat or header, so it was
asymmetric with the rest of the agent UI. Remove it entirely: the
per-agent avatarImage setting (type, settings UI, normalization), the
chat block `image:` option and its render path, the button avatar, the
backing image-resolver service and its test, the avatar CSS, and the
related docs and parser-test coverage.

The separate floating-button image is unchanged.
2026-06-28 21:31:04 +09:00
RAIT-09
662608d604 docs(embed): tighten height and persistence wording
height sizes the whole embedded chat (capped at 80vh), not just the
message area, and a non-persisted block starts fresh when the note is
reopened rather than on every re-render.
2026-06-28 20:22:31 +09:00
RAIT-09
f9c6526003 test(embed): cover the block parser and image resolver; document blocks
Add vitest suites for parseAgentBlock and resolveImageSrc, including the
path-traversal guard that shipped without coverage: chat/button parsing,
the lenient boolean spellings (true/false/yes/no/on/off/1/0 and bare
numeric 1/0), height normalization, every viewType alias, structural
errors, the parse cache's reference identity, URL/data passthrough, and
rejection of vault-escaping image paths (.. / absolute / drive-letter /
~). Extend the obsidian test stub with parseYaml, FileSystemAdapter, and
a ..-preserving normalizePath, and promote yaml to an explicit
devDependency.

Add a usage page documenting the fence languages, all chat/button
options, the device-local persistence model and id auto-injection, and
the validation and warning behavior, with a sidebar entry.
2026-06-28 15:19:36 +09:00
RAIT-09
a1a3ab60d3 docs(usage): add Session Manager and Prompt Injection pages
- 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
2026-05-22 18:44:04 +09:00
RAIT-09
414ac34a4f docs: update command names and add missing commands in commands page 2026-04-08 22:56:37 +09:00
RAIT-09
fdbb867d40 docs: update command names and More menu reference in floating chat page 2026-04-08 22:54:03 +09:00
RAIT-09
bc08259136 docs: add edit title action to session history page 2026-04-08 22:47:54 +09:00
RAIT-09
09449cf7d1 docs: update mode persistence description to match model selection page 2026-04-08 22:45:26 +09:00
RAIT-09
ce4322d74a docs: update command name, switch agent description, and screenshots in basic usage 2026-04-06 11:50:44 +09:00
RAIT-09
fcac920a53 docs: update floating chat docs for minimize/close and enableFloatingChat rename 2026-03-15 16:01:07 +09:00
RAIT-09
f80b7be596 docs: update sending images page to include file attachments 2026-03-01 16:20:42 +09:00
RAIT-09
dcd35e0013 Merge branch 'master' into dev 2026-02-18 22:06:16 +09:00
RAIT-09
edca98ee6e chore: rename claude-code-acp to claude-agent-acp 2026-02-18 07:45:11 +09:00
RAIT-09
cb19c5d665 refactor(settings): rename Floating Chat Button section to Floating chat 2026-02-06 21:40:54 +09:00
RAIT-09
dc5fbea37a docs: add Floating Chat overview to usage index 2026-02-06 21:39:16 +09:00
RAIT-09
18311b5de7 docs: rewrite floating chat documentation with screenshots and commands 2026-02-06 21:38:05 +09:00
Maws
34375bf2b2 remove code block chat implementation
Narrowing PR scope to just floating chat as discussed.
Code block chat will be a separate PR later.
2026-01-31 18:17:04 -05:00
Maws
f7bbef3bc5 docs: cleanup redundant sections in notion-style-views 2026-01-24 13:38:04 -05:00
RAIT-09
d80d11f668 docs: fix chat view location option names to match actual UI 2026-01-19 22:08:47 +09:00
RAIT-09
c520468ff1 docs: add terminal instructions to agent setup pages and add Commands & Hotkeys page 2026-01-19 21:18:45 +09:00
RAIT-09
f3143d6284 docs: add custom export tag and update FAQ for v0.7.0 features
- 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
2026-01-19 21:03:18 +09:00
RAIT-09
6c555e5664 docs: update Basic Usage with multi-session and new agent switching UI
- 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
2026-01-19 20:59:16 +09:00
RAIT-09
569b1e22bd docs: add Multi-Session Chat documentation 2026-01-19 20:48:52 +09:00
RAIT-09
fa96a48cf8 docs: Add session history documentation and update settings paths 2026-01-13 23:34:11 +09:00
RAIT-09
4d5b6abb41 Clarify agent support for image attachments in docs
Updated the documentation to clarify that image attachment support is agent-specific and improved the notification example for unsupported agents.
2025-12-31 00:17:03 +09:00
RAIT-09
c0cd993b34 Remove use cases section from image sending docs
Deleted the 'Use Cases' section from docs/usage/sending-images.md to streamline documentation and focus on usage instructions.
2025-12-30 23:30:57 +09:00
RAIT-09
d0ab4eedf5 Add documentation for sending image attachments
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.
2025-12-30 18:29:03 +09:00
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