ReleaseNousResearch/hermes-agent
hermes-agent v2026.9.11 — 0.21.0 后 state.db 损坏的根因修复与多 profile 隔离加固
0.21.0 后 state.db 损坏的根因修复与多 profile 隔离加固
2026-09-11原文 release
本文为要点摘要,完整细节以原文 release为准。
- state.db 写入者收敛:hosted-room 状态迁至
shared-state.db,dashboard 先以只读打开,cron 守卫走连接注册表,doctor --fix拒绝不安全的 checkpoint。含义:harness 应集中管理连接所有权,避免多进程争抢 POSIX 锁。 - FTS 损坏降级为
fts_index:搜索降级、索引稍后重建,transcript 不受影响;单条坏行不再让sessions list/export 崩溃。含义:错误分类要按子系统作用域,读路径需对脏数据做 coerce 与分块。 - 多 profile 隔离收紧:次级 profile 不再继承默认白名单、凭证、vault 密钥或
MEDIA:附件。含义:harness 的凭证与路由必须按 profile 显式绑定,不能靠进程级 memo 兜底。
原文 release:NousResearch/hermes-agent v2026.9.11