📦 版本状态
- 最新版本:v0.16.0 (2026.6.5) — “The Surface Release”
- 本地版本:v0.15.1(尚未更新)
- 核心仓库:186k stars · 32k forks · 7.9k 生态仓库
v0.16.0 亮点(874 commits · 542 PRs · 399 issues closed)
这是一个里程碑版本,核心更新包括:
- 原生桌面应用(Electron) — 一键安装 macOS/Linux/Windows,自带更新、拖拽文件、命令面板 (Cmd+K)、状态栏模型选择器、多 Profile 并发会话
- 远程 Gateway 连接 — 桌面应用可指向远程 Hermes Gateway,OAuth/用户名密码认证,无需手动复制 session token
- Web 管理面板 — MCP 目录、消息通道、凭据、Webhooks、Memory 管理,支持 OIDC/用户名密码登录
/undo命令 — 撤回最近 N 轮对话- 模糊搜索模型选择器 — Desktop、Web、TUI、CLI 全平台统一
- 安全修复 — CVE-2026-48710 Starlette pin、SSRF off-loop 加固、子进程凭据剥离
最近提交(本地仓库)
75cd420 docs(skills): move antigravity-cli to autonomous-ai-agents in catalog
78d7fa1 refactor(skills/antigravity-cli): move to autonomous-ai-agents
904c0b4 refactor(state): return FTS index count from vacuum()
386952 perf(state): merge FTS5 segments on VACUUM + add 'hermes sessions optimize'
2159d2a docs(credential-pools): document immediate rotation on usage-limit 429
0dba60f chore(skills/antigravity-cli): make optional, frame through Hermes tools
1bba5f2 feat(skills): add antigravity-cli operator skill
d6f2bda docs(skills): regen catalog for optional grok skill
99ddba9 chore(skills/grok): make optional + tighten SKILL.md to modern format
10cd413 feat(skills): add grok skill for xAI Grok Build CLI
5e7c2ff chore(models): gemini-3.5-flash replaces gemini-3-flash-preview
1c53d39 test: deflake process-registry kill + PTY resize tests
6a2e3c2 fix(gateway): guard adapter-trust check against bare GatewayRunner
fd09b2c fix(gateway): trust adapter-owned access policy over env default-deny
🔥 热门 Issues
P1 — 高优先级
1. CLI/Desktop prompts can run live-only when state.db is unavailable #41386
- 标签:P1 · comp/cli · comp/gateway · type/bug
- 当
state.db不可用时,CLI/Desktop 会将提示标记为”仅实时运行”,导致会话无法恢复。这在 WSL 关闭或非正常退出后特别容易触发。目前无 workaround。 - 🔥 与 #41645(WSL shutdown 导致 session 损坏)可能是同一根本原因。
2. Security scanner (Tirith) SIGSEGV crash causes 20-minute agent hang #41400
- 标签:P1 · comp/agent · type/bug
- Tirith 安全扫描器崩溃(SIGSEGV)导致 agent 整整挂起 20 分钟无响应,无输出无超时。影响生产环境可靠性。
- 建议:如果你用了 security-reviewer skill 或 Tirith 集成,注意监控子进程超时。
P2 — 中优先级
3. ${HERMES_SKILL_DIR} resolves to host paths on remote terminal backends #41541
- 标签:P2 · comp/agent · tool/skills · type/bug
- 在远程终端后端中,
HERMES_SKILL_DIR环境变量解析为主机路径而非容器/远程路径,导致 skill 脚本找不到正确文件。
4. Image paste/attach in Desktop sends file path instead of image data #41556
- 标签:P2 · comp/gateway · tool/vision · type/bug
- Desktop 应用粘贴/拖拽图片时发送的是文件路径而非图片二进制数据,模型无法”看到”图片。v0.16.0 桌面应用的已知问题。
5. MCP tools discovered but not exposed to agent in TUI mode #41625
- 标签:P2 · comp/tui · tool/mcp · type/bug
- MCP 工具在 TUI 模式下被发现但未暴露给 agent,导致配置了 MCP server 但在 TUI 中无法使用。
6. Slash commands intercepted by busy handler before dispatcher (busy_input_mode: steer) #41572
- 标签:P2 · comp/gateway · type/bug
- 当
busy_input_mode设为steer时,斜杠命令被 busy handler 拦截,无法到达命令分发器。意味着 agent 繁忙时/clear、/undo等命令也执行不了。
值得关注
7. cronjob: guard repeat/times against non-int type coercion #41611
- 标签:P2 · comp/cron · type/bug
- Cron 任务的
repeat/times参数如果传入字符串而非整数会导致类型错误崩溃。
🆕 生态新增
Skills 系统(近一周变更)
grok skill — xAI Grok Build CLI 集成,可委派编码任务给 Grok
- 从内置变为可选(optional),通过
hermes skills install official/autonomous-ai-agents/grok安装 - Optional Skills Catalog
antigravity-cli skill — 操作 Antigravity CLI (agy) 的插件管理、认证和沙箱
- 同样从内置迁移为可选,归类到 autonomous-ai-agents
- Optional Skills Catalog
blackbox skill — Blackbox AI CLI agent 委派编码,内置多模型评审器选最优结果
- 新增到可选技能列表
- Optional Skills Catalog
Skills Hub 统计
- Bundled Skills:74 个内置技能,覆盖 18 个分类(apple、autonomous-ai-agents、creative、data-science、devops、email、github、media 等)
- Optional Skills:95 个可选技能,覆盖 19 个分类(新增 blockchain、finance、gaming、health、mcp、security 等)
- 总计:169 个官方技能
awesome-hermes-agent
近 7 天无新增变更。
生态规模
GitHub 搜索 hermes-agent 返回 7,900 个仓库,核心仓库达 186k stars。
💬 Reddit 热议
Reddit 本次采集失败(全通道封锁:Firecrawl 余额耗尽、RSS 无响应、浏览器超时)。跳过此渠道。
🔧 玩机技巧
hermes sessions optimize — 数据库碎片整理(v0.16.0 新增)
长时间使用后,session 数据库(FTS5 全文索引)会产生碎片影响查询性能。v0.16.0 新增了 VACUUM 合并 FTS 段的功能:
# 查看当前 FTS 索引状态
hermes sessions stats
# 执行优化(合并 FTS5 段 + VACUUM 数据库)
hermes sessions optimize
# 验证优化效果 — 段数应减少
hermes sessions stats
这在 session 数量超过几百条后尤其有效,可显著加快 session_search 的全文检索速度。建议每月执行一次。
采集说明:Firecrawl 余额耗尽,本次全部通过浏览器 + JS DOM 提取完成。GitHub Issues 15 条、Releases 1 条、Skills Hub 169 个技能、生态仓库 7.9k 均成功采集。Reddit 因全通道封锁跳过。