mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: clarify profiles vs workspaces
This commit is contained in:
parent
ff63e2e005
commit
b05d30418d
2 changed files with 42 additions and 4 deletions
|
|
@ -81,6 +81,8 @@ Creates a new profile.
|
|||
| `--clone-from <profile>` | Clone from a specific profile instead of the current one. Used with `--clone` or `--clone-all`. |
|
||||
| `--no-alias` | Skip wrapper script creation. |
|
||||
|
||||
Creating a profile does **not** make that profile directory the default project/workspace directory for terminal commands. If you want a profile to start in a specific project, set `terminal.cwd` in that profile's `config.yaml`.
|
||||
|
||||
**Examples:**
|
||||
|
||||
```bash
|
||||
|
|
@ -129,6 +131,8 @@ hermes profile show <name>
|
|||
|
||||
Displays details about a profile including its home directory, configured model, gateway status, skills count, and configuration file status.
|
||||
|
||||
This shows the profile's Hermes home directory, not the terminal working directory. Terminal commands start from `terminal.cwd` (or the launch directory on the local backend when `cwd: "."`).
|
||||
|
||||
| Argument | Description |
|
||||
|----------|-------------|
|
||||
| `<name>` | Profile to inspect. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue