<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://hermes-doc-cn.huangjiarong.top/en/changelog</id>
    <title>Hermes 中文文档 Blog</title>
    <updated>2026-04-21T07:20:21.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://hermes-doc-cn.huangjiarong.top/en/changelog"/>
    <subtitle>Hermes 中文文档 Blog</subtitle>
    <icon>https://hermes-doc-cn.huangjiarong.top/en/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[v0.10.0 — Tool Gateway 发布]]></title>
        <id>https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway</id>
        <link href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway"/>
        <updated>2026-04-21T07:20:21.000Z</updated>
        <summary type="html"><![CDATA[发布日期： 2026 年 4 月 16 日]]></summary>
        <content type="html"><![CDATA[<p><strong>发布日期：</strong> 2026 年 4 月 16 日</p>
<blockquote>
<p>Tool Gateway 版本 — 付费 Nous Portal 订阅用户现在可以通过现有订阅直接使用网页搜索、AI 生图、语音合成和浏览器自动化，无需额外配置任何 API Key。</p>
</blockquote>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-亮点功能">✨ 亮点功能<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway#-%E4%BA%AE%E7%82%B9%E5%8A%9F%E8%83%BD" class="hash-link" aria-label="Direct link to ✨ 亮点功能" title="Direct link to ✨ 亮点功能" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="nous-tool-gateway">Nous Tool Gateway<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway#nous-tool-gateway" class="hash-link" aria-label="Direct link to Nous Tool Gateway" title="Direct link to Nous Tool Gateway" translate="no">​</a></h3>
<p>付费 <a href="https://portal.nousresearch.com/" target="_blank" rel="noopener noreferrer" class="">Nous Portal</a> 订阅用户现在可以自动获得以下工具的使用权限：</p>
<table><thead><tr><th>工具</th><th>服务商</th><th>说明</th></tr></thead><tbody><tr><td><strong>网页搜索</strong></td><td>Firecrawl</td><td>搜索互联网获取实时信息</td></tr><tr><td><strong>AI 生图</strong></td><td>FAL / FLUX 2 Pro</td><td>根据文字描述生成图片</td></tr><tr><td><strong>语音合成</strong></td><td>OpenAI TTS</td><td>将文字转换为自然语音</td></tr><tr><td><strong>浏览器自动化</strong></td><td>Browser Use</td><td>自动操控浏览器完成网页任务</td></tr></tbody></table>
<p><strong>零配置上手：</strong> 不再需要单独申请 API Key，只需运行 <code>hermes model</code>，选择 Nous Portal，然后挑选要启用的工具即可。</p>
<p><strong>灵活可控：</strong> 每个工具都可通过 <code>use_gateway</code> 配置独立开关，<code>hermes tools</code> 和 <code>hermes status</code> 命令完整支持网关工具的管理与状态查看。当同时存在直连 API Key 和网关时，运行时会优先使用网关。</p>
<p><strong>替代旧方案：</strong> 新的订阅检测机制取代了之前的隐藏环境变量 <code>HERMES_ENABLE_NOUS_MANAGED_TOOLS</code>，更加清晰直观。</p>
<p>相关 PR：<a href="https://github.com/NousResearch/hermes-agent/pull/11206" target="_blank" rel="noopener noreferrer" class="">#11206</a>，文档更新：<a href="https://github.com/NousResearch/hermes-agent/pull/11208" target="_blank" rel="noopener noreferrer" class="">#11208</a></p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-修复与改进">🐛 修复与改进<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway#-%E4%BF%AE%E5%A4%8D%E4%B8%8E%E6%94%B9%E8%BF%9B" class="hash-link" aria-label="Direct link to 🐛 修复与改进" title="Direct link to 🐛 修复与改进" translate="no">​</a></h2>
<p>本版本包含 <strong>180+ commits</strong>，涵盖 Agent 核心、网关、CLI 和工具系统的多项 Bug 修复、平台改进和可靠性提升。完整变更日志将在 v0.11.0 版本中发布。</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-贡献者">👥 贡献者<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.10.0-tool-gateway#-%E8%B4%A1%E7%8C%AE%E8%80%85" class="hash-link" aria-label="Direct link to 👥 贡献者" title="Direct link to 👥 贡献者" translate="no">​</a></h2>
<ul>
<li class=""><strong>@jquesnelle</strong> (emozilla) — Tool Gateway 原始实现（<a href="https://github.com/NousResearch/hermes-agent/pull/10799" target="_blank" rel="noopener noreferrer" class="">#10799</a>），本版本基于其工作进行修复和发布</li>
</ul>
<hr>
<p><strong>完整变更</strong>：<a href="https://github.com/NousResearch/hermes-agent/compare/v2026.4.13...v2026.4.16" target="_blank" rel="noopener noreferrer" class="">v2026.4.13...v2026.4.16</a></p>]]></content>
        <author>
            <name>Hermes 中文社区</name>
            <uri>https://github.com/NousResearch/hermes-agent</uri>
        </author>
        <category label="release" term="release"/>
        <category label="tool-gateway" term="tool-gateway"/>
        <category label="nous-portal" term="nous-portal"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[v0.9.0 — 无处不在的 Hermes]]></title>
        <id>https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere</id>
        <link href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere"/>
        <updated>2026-04-21T07:20:21.000Z</updated>
        <summary type="html"><![CDATA[发布日期： 2026 年 4 月 13 日]]></summary>
        <content type="html"><![CDATA[<p><strong>发布日期：</strong> 2026 年 4 月 13 日
<strong>自 v0.8.0 以来：</strong> 487 commits · 269 合并 PR · 167 已解决 Issue · 493 文件变更 · 63,281 行新增 · 24 位贡献者</p>
<blockquote>
<p>"Everywhere" 版本 — Hermes 登陆手机端（Termux/Android），新增 iMessage 和微信支持，上线 Fast Mode，引入后台进程监控，发布本地 Web 仪表盘，并完成了史上最深度的安全加固。</p>
</blockquote>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-亮点功能">✨ 亮点功能<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E4%BA%AE%E7%82%B9%E5%8A%9F%E8%83%BD" class="hash-link" aria-label="Direct link to ✨ 亮点功能" title="Direct link to ✨ 亮点功能" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="️-本地-web-仪表盘">🖥️ 本地 Web 仪表盘<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#%EF%B8%8F-%E6%9C%AC%E5%9C%B0-web-%E4%BB%AA%E8%A1%A8%E7%9B%98" class="hash-link" aria-label="Direct link to 🖥️ 本地 Web 仪表盘" title="Direct link to 🖥️ 本地 Web 仪表盘" translate="no">​</a></h3>
<p>全新的浏览器端管理界面，无需触碰配置文件或终端即可：</p>
<ul>
<li class="">配置 Agent 设置</li>
<li class="">监控会话状态</li>
<li class="">浏览和管理 Skill</li>
<li class="">管理网关连接</li>
</ul>
<p>这是体验 Hermes 最简单的方式。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-fast-modefast">⚡ Fast Mode（<code>/fast</code>）<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-fast-modefast" class="hash-link" aria-label="Direct link to -fast-modefast" title="Direct link to -fast-modefast" translate="no">​</a></h3>
<p>为 OpenAI 和 Anthropic 模型提供优先处理通道。输入 <code>/fast</code> 即可通过优先队列显著降低延迟，支持 GPT-5.4、Codex、Claude 等模型。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-imessagebluebubbles">💬 iMessage（BlueBubbles）<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-imessagebluebubbles" class="hash-link" aria-label="Direct link to 💬 iMessage（BlueBubbles）" title="Direct link to 💬 iMessage（BlueBubbles）" translate="no">​</a></h3>
<p>完整的 iMessage 集成，将 Hermes 带入 Apple 消息生态。支持自动 Webhook 注册、设置向导和崩溃恢复。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-微信--企业微信">🟢 微信 &amp; 企业微信<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%BE%AE%E4%BF%A1--%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1" class="hash-link" aria-label="Direct link to 🟢 微信 &amp; 企业微信" title="Direct link to 🟢 微信 &amp; 企业微信" translate="no">​</a></h3>
<ul>
<li class=""><strong>微信</strong>：通过 iLink Bot API 实现原生支持，支持流式输出、媒体上传、Markdown 链接处理</li>
<li class=""><strong>企业微信回调模式</strong>：适配自建企业应用，支持原子化状态持久化</li>
</ul>
<p>Hermes 现已完整覆盖中文消息生态。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-termux--android-支持">📱 Termux / Android 支持<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-termux--android-%E6%94%AF%E6%8C%81" class="hash-link" aria-label="Direct link to 📱 Termux / Android 支持" title="Direct link to 📱 Termux / Android 支持" translate="no">​</a></h3>
<p>在 Android 手机上通过 Termux 原生运行 Hermes，适配安装路径、移动端 TUI 优化、语音后端支持，<code>/image</code> 命令可在设备端运行。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-后台进程监控watch_patterns">🔔 后台进程监控（<code>watch_patterns</code>）<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%90%8E%E5%8F%B0%E8%BF%9B%E7%A8%8B%E7%9B%91%E6%8E%A7watch_patterns" class="hash-link" aria-label="Direct link to -后台进程监控watch_patterns" title="Direct link to -后台进程监控watch_patterns" translate="no">​</a></h3>
<p>设置输出模式匹配规则，匹配时实时通知。可监控错误、等待特定事件（如 "listening on port"）或追踪构建日志——无需轮询。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-原生-xai--小米-mimo-提供商">🤖 原生 xAI &amp; 小米 MiMo 提供商<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%8E%9F%E7%94%9F-xai--%E5%B0%8F%E7%B1%B3-mimo-%E6%8F%90%E4%BE%9B%E5%95%86" class="hash-link" aria-label="Direct link to 🤖 原生 xAI &amp; 小米 MiMo 提供商" title="Direct link to 🤖 原生 xAI &amp; 小米 MiMo 提供商" translate="no">​</a></h3>
<p>xAI（Grok）和小米 MiMo 成为一级提供商，支持直连 API 访问、模型目录和设置向导集成。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-可插拔上下文引擎">🧩 可插拔上下文引擎<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%8F%AF%E6%8F%92%E6%8B%94%E4%B8%8A%E4%B8%8B%E6%96%87%E5%BC%95%E6%93%8E" class="hash-link" aria-label="Direct link to 🧩 可插拔上下文引擎" title="Direct link to 🧩 可插拔上下文引擎" translate="no">​</a></h3>
<p>通过 <code>hermes plugins</code> 切换上下文管理引擎——自定义过滤、摘要或注入领域特定上下文。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-统一代理支持">🌐 统一代理支持<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E7%BB%9F%E4%B8%80%E4%BB%A3%E7%90%86%E6%94%AF%E6%8C%81" class="hash-link" aria-label="Direct link to 🌐 统一代理支持" title="Direct link to 🌐 统一代理支持" translate="no">​</a></h3>
<p>SOCKS 代理、<code>DISCORD_PROXY</code> 和系统代理自动检测，跨所有网关平台生效。企业防火墙后的 Hermes 开箱即用。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-全面安全加固">🔒 全面安全加固<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%85%A8%E9%9D%A2%E5%AE%89%E5%85%A8%E5%8A%A0%E5%9B%BA" class="hash-link" aria-label="Direct link to 🔒 全面安全加固" title="Direct link to 🔒 全面安全加固" translate="no">​</a></h3>
<p>路径遍历防护、Shell 注入中和、SSRF 重定向防护、Twilio Webhook 签名验证（修复 SMS RCE）、API 服务器认证强制执行、Git 参数注入防护等。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-hermes-backup--hermes-import">💾 <code>hermes backup</code> &amp; <code>hermes import</code><a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-hermes-backup--hermes-import" class="hash-link" aria-label="Direct link to -hermes-backup--hermes-import" title="Direct link to -hermes-backup--hermes-import" translate="no">​</a></h3>
<p>完整的配置备份与恢复——迁移到新机器或在重大变更前创建快照。</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="️-16-个支持平台">🏗️ 16 个支持平台<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#%EF%B8%8F-16-%E4%B8%AA%E6%94%AF%E6%8C%81%E5%B9%B3%E5%8F%B0" class="hash-link" aria-label="Direct link to 🏗️ 16 个支持平台" title="Direct link to 🏗️ 16 个支持平台" translate="no">​</a></h3>
<p>随着 BlueBubbles（iMessage）和微信的加入，Hermes 现已支持 16 个消息平台：Telegram、Discord、Slack、WhatsApp、Signal、Matrix、Email、SMS、钉钉、飞书、企业微信、Mattermost、Home Assistant、Webhooks、iMessage、微信。</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-关键数字">📊 关键数字<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E5%85%B3%E9%94%AE%E6%95%B0%E5%AD%97" class="hash-link" aria-label="Direct link to 📊 关键数字" title="Direct link to 📊 关键数字" translate="no">​</a></h2>
<table><thead><tr><th>指标</th><th>数值</th></tr></thead><tbody><tr><td>Commits</td><td>487</td></tr><tr><td>合并 PR</td><td>269</td></tr><tr><td>已解决 Issue</td><td>167</td></tr><tr><td>变更文件</td><td>493</td></tr><tr><td>代码新增行</td><td>63,281</td></tr><tr><td>贡献者</td><td>24</td></tr></tbody></table>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-社区贡献者">👥 社区贡献者<a href="https://hermes-doc-cn.huangjiarong.top/en/changelog/v0.9.0-everywhere#-%E7%A4%BE%E5%8C%BA%E8%B4%A1%E7%8C%AE%E8%80%85" class="hash-link" aria-label="Direct link to 👥 社区贡献者" title="Direct link to 👥 社区贡献者" translate="no">​</a></h2>
<p>感谢 24 位贡献者，特别是社区贡献者 @alt-glitch（6 PR）、@SHL0MS（2 PR）、@sprmn24（2 PR）等。</p>
<hr>
<p><strong>完整变更</strong>：<a href="https://github.com/NousResearch/hermes-agent/compare/v2026.4.8...v2026.4.13" target="_blank" rel="noopener noreferrer" class="">v2026.4.8...v2026.4.13</a></p>]]></content>
        <author>
            <name>Hermes 中文社区</name>
            <uri>https://github.com/NousResearch/hermes-agent</uri>
        </author>
        <category label="release" term="release"/>
        <category label="mobile" term="mobile"/>
        <category label="wechat" term="wechat"/>
        <category label="imessage" term="imessage"/>
        <category label="dashboard" term="dashboard"/>
        <category label="fast-mode" term="fast-mode"/>
    </entry>
</feed>