Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ OpenClaw 配置中 token 和 API 密钥的值支持三种格式:

5. **测试消息平台** — 若迁移了平台 token,重启 gateway:`systemctl --user restart hermes-gateway`

6. **检查会话策略** — 验证 `hermes config get session_reset` 是否符合预期。
6. **检查会话策略** — 运行 `hermes config show` 并确认 `session_reset` 设置符合预期。

7. **重新配对 WhatsApp** — WhatsApp 使用二维码配对(Baileys),不支持 token 迁移。运行 `hermes whatsapp` 进行配对。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ metadata:
# 对特定 skill 进行交互式配置
hermes skills config gif-search

# 查看所有 skill 配置
hermes config get skills.config
# 查看完整配置并定位 skill 配置
hermes config show | grep -A20 '^skills:'
```

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ hermes model # 交互式提供商 + 模型选择器(切换默认值

`hermes model` 引导你选择提供商、完成认证(OAuth 流程会打开浏览器;API key 提供商会提示输入密钥),然后从该提供商的精选目录中选择具体模型。选择结果写入 `~/.hermes/config.yaml` 的 `model.provider` 和 `model.model` 字段。

如需在不启动选择器的情况下列出提供商/模型,请使用仪表板或下方的 REST 端点。查看 CLI 当前实际使用的配置:`hermes config get model` 和 `hermes status`。
如需在不启动选择器的情况下列出提供商/模型,请使用仪表板或下方的 REST 端点。查看 CLI 当前实际使用的配置:`hermes config show` 和 `hermes status`。

### 直接编辑配置文件

Expand Down