Skip to main content
You can open the Hermes Agent settings at any time by pressing Ctrl+, (or Cmd+, on macOS) and searching for Hermes, or by clicking the gear icon in the chat title bar. Changes to connection-related settings take effect immediately via an automatic reconnect — no manual restart required.

Settings reference

string
default:"\"\""
Path to the Hermes executable. Leave this empty to let the extension auto-detect hermes from your system PATH. Set an absolute path here if you have multiple Hermes installations or if the binary is not on PATH.
string
default:"\"\""
Working directory used for all Hermes sessions. Leave empty to default to the workspace root folder. Set an absolute path to pin sessions to a specific directory regardless of which workspace you open.
string
default:"\"\""
Hermes profile name passed to the CLI as hermes --profile <name>. Leave empty to use the Hermes default profile. Profiles let you store separate model, tool, and API-key configurations in your Hermes config file.
string
default:"\"manual\""
Controls how the extension responds when Hermes requests permission to perform an action such as writing a file or running a terminal command. Accepted values:
boolean
default:"true"
When true, the agent’s internal reasoning steps (“thinking” tokens) are displayed in the chat as a collapsible block above the final response. Set to false to hide them and keep the chat output concise.
boolean
default:"true"
When true, a notification bubble appears in the chat whenever Hermes invokes a tool (for example, reading a file or calling an MCP server). Set to false to suppress these notifications.
string
default:"\"onNewSession\""
Controls when the session memory picker is shown in the chat input bar. The picker lets you carry prior session messages into a new conversation. Accepted values:
array
default:"[]"
A fallback list of models displayed in the Model dropdown when Hermes does not return ACP configOptions with a model selector. Each item requires an id (sent to the API) and a name (shown in the UI).
string
default:"\"\""
The model id from hermes.models that is pre-selected when the extension starts. This setting only applies to the fallback model list — if Hermes exposes its own model selector, the default is controlled by your Hermes profile configuration instead.
array
default:"[]"
A list of named agent configurations available for quick switching from the chat toolbar. Each entry can override the executable path, Hermes profile, and working directory independently. Only name is required.
See Multiple Agents for a full walkthrough.

Common configuration examples

Specify a custom executable and working directory

Use a named profile with auto-approve permissions

Define fallback models when Hermes exposes no model list

Hide agent internals for a cleaner chat

Always show the session memory picker

Changes to hermes.path, hermes.cwd, and hermes.profile are connection-related settings. The extension automatically reconnects when you save any of these values — you do not need to reload the window or restart VS Code.