Skip to content
Zero Click Daily
Go back

🐝 Hermes 日报 — 2026-06-13

📦 版本状态

v0.16.0 亮点回顾:874 commits、542 merged PRs、399 issues closed。核心特性是全新的 Desktop App(Electron 原生应用,支持 macOS/Linux/Windows),可连接远程 Hermes Gateway,OAuth/用户名密码登录。Web Dashboard 升级为完整浏览器管理面板(MCP catalog、消息通道、credentials、webhooks)。新增 /undo 命令支持撤回最近 N 轮对话。安全方面修复了 CVE-2026-48710 Starlette pin 和 SSRF 加固。

🔥 热门 Issues

1. Gateway 无限重放工具调用尾部的致命 Bug(P1)

fix(gateway): stop replaying interrupted tool-call tails and auto-continue notes — prevents infinite re-execution loops · P1 · type/bug · comp/gateway

当用户在长耗时工具执行期间发送新消息时,Gateway 会重放被中断的 tool-call 尾部和自动续行注释,导致无限循环重新执行。这是一个 P1 严重 bug,影响所有使用 Gateway 模式的用户,尤其是在 Telegram/Slack 等消息平台上。目前尚无 workaround,建议关注此 issue 的修复进展。

2. fallback_providers 嵌套在 model: 下被静默忽略

fallback_providers nested under model: is silently ignored · 新开 issue

get_fallback_chain 只读取顶层配置中的 fallback 配置。当 fallback_providers 写在 model: 下面时,配置被静默忽略且无任何报错。Workaround:确保 fallback_providers 放在配置文件顶层,而非 model: 嵌套下。

3. BlueBubbles webhook URL 将 127.0.0.1 强制转为 localhost

BlueBubbles webhook normalizes 127.0.0.1 to localhost, breaking IPv4 delivery · 新开 issue

BlueBubbles gateway 的 _webhook_url 属性将显式配置的 127.0.0.1 标准化为 localhost,导致某些环境下 IPv4 webhook 投递失败,iMessage 附件丢失。Workaround:暂时使用 localhost 替代 127.0.0.1 或确保 DNS 解析一致。

4. _find_skill() 无法解析 category/skill 路径格式

fix(skills): _find_skill() does not resolve category/skill path format · 新开 issue

_find_skill() 只比较 skill_md.parent.name == name(最后一个目录名),无法处理 category/skill 格式的路径。这意味着 hermes skills install official/productivity/notion 这样的路径格式可能无法正确解析。影响使用分类路径安装 skill 的用户。

5. GitHub Copilot Provider 在运行时被识别为自定义 provider

Copilot provider resolves as custom at runtime and sends malformed Authorization header · P2 · provider/copilot

Copilot provider 在运行时走了 custom provider 路径,导致 Authorization header 格式错误。影响使用 GitHub Copilot 作为 LLM provider 的用户(v0.16.0)。

6. Desktop 文件树隐藏 gitignore 的文件夹且无法切换显示

Desktop file tree hides gitignored workspace folders with no toggle · P3

Desktop App 的文件树默认过滤 .gitignore 中的文件/文件夹,但没有 UI 切换开关来显示它们。对于 node_modulesdist 等常用但被 ignore 的目录,用户无法通过文件树访问。

🆕 生态动态

Skills 生态更新

Hermes v0.16.0 对 Skills 系统做了重要调整:

生态热门项目

项目Stars说明
cc-switch99K+跨平台桌面 All-in-One 助手,支持 Claude Code/Codex/Hermes Agent 等
claude-mem82K+跨 session 持久化上下文,适用于所有 Agent
open-design64K+本地优先的开源设计工具,259+ Skills、142+ Design Systems
anything-llm61K+本地优先的强大 Agent 体验,停止租用智能,拥有它
codegraph48K+预索引代码知识图谱,代码变更时自动同步
AionUi28K+免费、本地、开源 24/7 协作应用,支持 20+ Agent
planning-with-files23K+基于文件的持久化任务计划,防崩溃 Markdown 格式

awesome-hermes-agent 本周无新增内容。

🔧 玩机技巧

桌面 App 快捷操作:Cmd+K 命令面板

v0.16.0 新增的 Desktop App 内置了命令面板,按 Cmd+K(macOS/Linux)或 Ctrl+K(Windows)即可快速切换模型、搜索 session、执行斜杠命令:

# 安装 Desktop App 后,首次启动
hermes desktop

# 命令面板中可用操作:
# - 模型切换(支持模糊搜索)
# - Session 搜索和归档
# - /undo 撤回最近 N 轮对话
# - /steer 实时调整 agent 行为

# 连接远程 Gateway
# 在 Desktop App 设置中输入 Gateway URL
# 支持 OAuth 或 username/password 认证

桌面应用还支持拖拽文件到聊天窗口、剪贴板图片粘贴、内联模型选择器,以及并发多 profile 会话。对于习惯终端操作的用户,Desktop App 是向非技术用户展示 Hermes Agent 的最佳入口。


Share this post on:

Next Post
🐝 Hermes 日报 — 2026-06-12