rait-09_obsidian-agent-client/docs/usage/mode-selection.md
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

827 B

Mode Selection

Some agents support different operational modes that change how the agent behaves.

What are Modes?

Modes are predefined configurations that alter the agent's behavior for specific tasks. For example:

  • Default Mode: General-purpose assistance
  • Plan Mode: Focus on planning and architecture before implementation

Changing Modes

  1. Open the chat panel
  2. Look for the mode dropdown below the input field
  3. Select the desired mode from the available options

Mode selection dropdown

::: tip Available modes depend on the active agent. Not all agents support multiple modes. :::

Mode Persistence

The selected mode persists for the current session. Starting a new chat resets to the default mode.