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.3 KiB
1.3 KiB
Slash Commands
Use slash commands to trigger actions provided by your current agent.
Agent Support
Slash commands are agent-specific. Not all agents support slash commands.
::: tip
If the input field placeholder shows / for commands, the current agent supports slash commands. If not, the agent does not support this feature.
:::
Using Slash Commands
- Type
/in the input field - A dropdown appears showing available commands
- Select a command or continue typing to filter
- Press
Enterto execute the command
Available Commands
Available commands are determined entirely by the agent—not by this plugin. Each agent provides its own set of commands.
For example, Claude Code offers commands like /compact, /init, and /review, while other agents may have completely different commands or none at all.
Refer to your agent's documentation for a full list of supported commands.
Command Arguments
Some commands accept arguments:
/command keyword
Type the command followed by a space and your arguments.