Skip to content

Commit 1dd6b5d

Browse files
authored
chore: release v0.10.0 (2026.4.16) (#11209)
Tool Gateway release — paid Nous Portal subscribers get web search, image gen, TTS, and browser automation through their existing subscription.
1 parent dead2df commit 1dd6b5d

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

RELEASE_v0.10.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Hermes Agent v0.10.0 (v2026.4.16)
2+
3+
**Release Date:** April 16, 2026
4+
5+
> The Tool Gateway release — paid Nous Portal subscribers can now use web search, image generation, text-to-speech, and browser automation through their existing subscription with zero additional API keys.
6+
7+
---
8+
9+
## ✨ Highlights
10+
11+
- **Nous Tool Gateway** — Paid [Nous Portal](https://portal.nousresearch.com) subscribers now get automatic access to **web search** (Firecrawl), **image generation** (FAL / FLUX 2 Pro), **text-to-speech** (OpenAI TTS), and **browser automation** (Browser Use) through their existing subscription. No separate API keys needed — just run `hermes model`, select Nous Portal, and pick which tools to enable. Per-tool opt-in via `use_gateway` config, full integration with `hermes tools` and `hermes status`, and the runtime correctly prefers the gateway even when direct API keys exist. Replaces the old hidden `HERMES_ENABLE_NOUS_MANAGED_TOOLS` env var with clean subscription-based detection. ([#11206](https://github.com/NousResearch/hermes-agent/pull/11206), based on work by @jquesnelle; docs: [#11208](https://github.com/NousResearch/hermes-agent/pull/11208))
12+
13+
---
14+
15+
## 🐛 Bug Fixes & Improvements
16+
17+
This release includes 180+ commits with numerous bug fixes, platform improvements, and reliability enhancements across the agent core, gateway, CLI, and tool system. Full details will be published in the v0.11.0 changelog.
18+
19+
---
20+
21+
## 👥 Contributors
22+
23+
- **@jquesnelle** (emozilla) — Original Tool Gateway implementation ([#10799](https://github.com/NousResearch/hermes-agent/pull/10799)), salvaged and shipped in this release
24+
25+
---
26+
27+
**Full Changelog**: [v2026.4.13...v2026.4.16](https://github.com/NousResearch/hermes-agent/compare/v2026.4.13...v2026.4.16)

hermes_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
- hermes cron - Manage cron jobs
1212
"""
1313

14-
__version__ = "0.9.0"
15-
__release_date__ = "2026.4.13"
14+
__version__ = "0.10.0"
15+
__release_date__ = "2026.4.16"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hermes-agent"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)