Skip to content
Zero Click Daily
Go back

🐝 Hermes 日报 — 2026-05-30

🐝 Hermes 日报 — 2026-05-30

📦 版本状态

最近 7 天重要提交(按时间倒序)

作者提交说明
teckniumantigravity-cli新增 autonomous-ai-agents 分类下的 AI agent CLI 操作技能
teckniumgrok skill新增 xAI Grok Build CLI 技能(可选技能)
teckniumFTS5 优化hermes sessions optimize 命令:合并 FTS5 片段,加速会话搜索
kshitijgemini-3.5-flashOpenRouter/Nous 模型列表中 gemini-3.5-flash 替换 gemini-3-flash-preview
bengateway 安全适配器拥有的 access policy 优先于环境默认 deny 策略
r266-techdead code 清理清理 28 个未使用的函数/类
kshitijembedder hook新增 embedder 环境提示钩子,注入系统 prompt
ben多 profile gateway新增多 profile gateways 操作指南文档
teckniumcredential pools 文档使用量达到 429 限速时立即轮换凭证

🔥 热门 Issues

P1: Docker 容器启动崩溃已修复

#34071 [Bug] v0.15.0 Docker image: stage2-hook.sh, main-wrapper.sh missing; container_boot module removed已关闭 💬13 comments

P1: Gateway restart 在非 systemd 环境 50% 概率 kill 掉

#35043 bug: hermes gateway restart kills gateway ~50% of the time in non-systemd environments 🆕

P2: Feishu 审批按钮在 v0.15.0+ 失效

#35032 fix(feishu): approval buttons broken after v0.15.0 upgrade when no admins configured 🆕 💬1 comment

P2: SSH gateway 在非默认 profile 下因 HOME 路径错误而挂

#35059 non-default profile gateway fails: /root/.ssh/config not found 🆕

P2: hermes update 在 launcher venv 未激活时失败

#35031 hermes update fails with 'No virtual environment found' 🆕

功能/性能方向

#6839 Feature: Lazy Tool Schema Loading — Two-Pass Tool Injection to Reduce Token Overhead 💬20 comments

#514 Feature: A2A (Agent-to-Agent) Protocol Support 💬24 comments

🆕 生态新增

本周 awesome-hermes-agent 没有新增更新(上次更新 5月16日)。值得关注的生态项目动态:

新项目 & 值得关注的 Repo

项目说明成熟度
gbrain (garrytan/gbrain)Garry Tan 的个人风格化 Hermes Agent “大脑”配置🟡 beta
hermes-desktop (fathah/hermes-desktop)macOS 原生桌面客户端,为 Hermes Agent 提供 GUI 体验🟡 beta (持续活跃)
hermes-webui (nesquena/hermes-webui)网页端 Dashboard,支持从手机使用 Hermes Agent🟢 production (持续活跃)
hermes-workspace (outsourc-e/hermes-workspace)原生 Web 工作台(聊天/终端/内存/技能/检查器一体化)🟢 production
hermes-agent-self-evolution (NousResearch)DSPy + GEPA 驱动 Hermes 技能/prompt/代码的自我进化🟠 concept
cc-switch (farion1231/cc-switch)跨平台桌面 All-in-One IDE,统一 Claude Code/Codex/Hermes/Gemini CLI🟢 production (活跃)
hermes-agent-orange-book (alchaincyf)中文《Hermes Agent 橙皮书》从入门到精通系列📘 中文资源

内置技能更新

技能说明状态
antigravity-cli操作 AI agent CLI(Codex/OpenCode 等)的技能,移至 autonomous-ai-agents 分类🆕 新增
grokxAI Grok Build CLI 集成技能,设为可选🆕 新增
hermes-agent配置/扩展/贡献 Hermes Agent 的技能,移至 autonomous-ai-agents📦 重构
gemini-3.5-flash模型列表中 gemini-3.5-flash 替换旧版 gemini-3-flash-preview🔄 更新

💬 Reddit 热议

Reddit 本次采集失败(API 返回 403),跳过此渠道。

🔧 玩机技巧:FTS5 会话搜索优化

从上周的提交开始,Hermes 新增了 hermes sessions optimize 命令,用于手动触发 SQLite FTS5 索引合并。

解决的问题

Hermes 的会话历史存储在 SQLite 中,支持 FTS5(全文搜索)。日常使用中每个新会话都会在 FTS5 索引中创建新段(segment),长时间运行后索引碎片化严重,导致 session_search 变慢。

使用方式

# 手动优化 FTS5 索引(合并所有碎片段)
hermes sessions optimize

# 查看当前索引状态
hermes sessions stats

什么时候需要跑

原理

FTS5 默认使用增量合并策略,但写入频繁时碎片增长快于合并。optimize 命令强制触发全量合并(类似 VACUUM 但只针对 FTS 索引),可将搜索结果延迟降低 50-80%。

注意


Share this post on:

Previous Post
🐝 Hermes 日报 — 2026-05-31
Next Post
🐝 Hermes 日报 — 2026-05-29