docs: update settings manual for tool management and Hermes

Add Hermes to the environment-check table and app-switcher list, fix the
OpenCode install command (opencode-ai), and describe the new update/install
flow. Align with the final implementation: drop the removed Install Missing
action, note that installs run silently with in-button progress, and rename
the section to Manual Install Commands (now collapsible).
This commit is contained in:
Jason
2026-05-22 09:40:18 +08:00
parent e3df86587d
commit d7ede24838
3 changed files with 21 additions and 15 deletions
@@ -82,7 +82,7 @@ When enabled, skips the Claude Code onboarding flow, suitable for users already
Choose which applications to display in the app switcher. Each app can be toggled independently, but at least one must remain visible.
Configurable apps: Claude, Codex, Gemini, OpenCode, OpenClaw.
Configurable apps: Claude, Claude Desktop, Codex, Gemini, OpenCode, OpenClaw, Hermes.
> **Use case**: If you only use Claude Code and Codex CLI, you can hide the other apps to keep the interface clean.
@@ -314,19 +314,21 @@ Automatically detects installed CLI tool versions:
| Gemini | Current version, latest version |
| OpenCode | Current version, latest version |
| OpenClaw | Current version, latest version |
| Hermes | Current version, latest version |
Click the "Refresh" button to re-detect.
Click the "Refresh" button to re-detect. When an update is available, you can update a single tool or use "Update All". Missing tools show an install button. Installs and updates run silently in the background—the button shows progress and versions refresh automatically when done.
### One-click Install Commands
### Manual Install Commands
Provides quick commands to install/update CLI tools:
Provides quick commands to install/update CLI tools (collapsed by default; click the heading to expand):
```bash
npm i -g @anthropic-ai/claude-code@latest
npm i -g @openai/codex@latest
npm i -g @google/gemini-cli@latest
npm i -g opencode@latest
npm i -g opencode-ai@latest
npm i -g openclaw@latest
python3 -m pip install --upgrade "hermes-agent[web]"
```
Click the "Copy" button to copy to clipboard.