Hermes踩坑约 3 分钟

异常先开safe-mode排查

Troubleshoot With Safe Mode First

要点

  1. 行为怪异时先跑hermes chat --safe-mode,剥掉自定义层再复现
  2. safe-mode会暂时关掉配置、SOUL、记忆、技能、插件、钩子和MCP
  3. 再用--ignore-user-config与--ignore-rules分别隔离配置和规则
  4. 忽略用户配置不会丢掉.env凭证,这是排障隔离不是安全沙箱

原帖开头

When Hermes starts acting weird, don’t start guessing. Start removing variables. Hermes has a really useful troubleshooting mode for exactly this: `hermes chat --safe-mode` Run the same task again. Safe mode temporarily strips away the major customization layers that could b