feat: 适配 OpenClaw v2026.5.7 + 新增 Hermes Agent 并行 runtime - #142
Merged
Conversation
OpenClaw v2026.5.7 适配:
- 补齐 67 处缺失的 Discord applicationId(openclaw.example.json + 3 个 configs/*/openclaw.json)
- install-lite.sh Discord 流程新增 Application ID 输入,sed 替换覆盖新占位符
新增 Hermes Agent 并行 runtime:
- hermes.example.yaml — 对齐 v0.13.0 (v2026.5.7) schema
- EXTERNAL_HERMES.md — 安装/token 注入/personality 映射/故障排除
- install-hermes.sh — 一键安装(平行于 install-lite.sh)
- docker-compose.hermes.yml — 与 OpenClaw compose 互不冲突
- configs/hermes/env.example + personalities/{silijian,neige,duchayuan}.md
- 完整 14 角色可用 hermes claw migrate 自动迁移
文档:README/PROJECTS/package.json/CHANGELOG 同步更新
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
applicationId字段(67 处遗漏跨 4 个 JSON),新版 slash 命令注册必需hermes claw migrate自动化OpenClaw 侧改动
openclaw.example.jsonconfigs/feishu/openclaw.jsonconfigs/ming-neige/openclaw.jsonconfigs/tang-sansheng/openclaw.jsonscripts/install-lite.shHermes 侧新增
hermes.example.yamlEXTERNAL_HERMES.mdinstall-hermes.shdocker-compose.hermes.ymlconfigs/hermes/env.exampleconfigs/hermes/personalities/{silijian,neige,duchayuan}.mdconfigs/hermes/personalities/README.md文档同步
README.md快速开始新增「方式四:用 Hermes Agent runtime」PROJECTS.md相关仓库表新增 Hermes Agentpackage.jsonkeywords += hermes-agent / nous-researchCHANGELOG.md新增 v3.7.0 (2026-05-10) 条目Rebase 解冲突说明
本分支基于 origin/main rebase,以下两个文件冲突已按对应方向解决:
install-lite.sh— 接受 origin/main 的 wrapper 版本,实际逻辑改动改 apply 到scripts/install-lite.sh(架构对齐 a6f4423)configs/tang-sansheng/openclaw.json— 接受 origin/main 的唐朝制版本(35e5834),applicationId 重新对应 zhongshusheng/menxiasheng/shangshusheng/yushitai 等真实唐朝官制账号Test plan
bash -n install-lite.sh && bash -n scripts/install-lite.sh && bash -n install-hermes.sh全通过python3 -c "import json; [json.load(open(f)) for f in <changed JSONs>]"验证 JSON 合法python3 -c "import yaml; yaml.safe_load(open('hermes.example.yaml'))"YAML 合法bash install-hermes.sh装新 Hermes 流程bash install-lite.sh升级走 Discord 分支,确认 Application ID 输入生效🤖 Generated with Claude Code