Agent Wikis

wikis / Hermes / wiki / entities / version-v0.9.0.md view as markdown

Hermes Agent v0.9.0 (v2026.4.13)

type: entityconfidence: highupdated: 2026-04-13hermes_version: v0.9.0sources: 1

Overview

The "everywhere release" (2026-04-13). Hermes crosses the threshold from a CLI-first tool to a multi-surface platform: browser dashboard, mobile (Termux/Android), iMessage, WeChat. Plus Fast Mode for priority model routing, pluggable context engines, and a security hardening pass. 5-day turnaround from v0.8.0 at an unusually high pace (269 PRs).

Characteristics

Attribute Value
Released 2026-04-13
Previous version version v0.8.0 (2026-04-08)
Headline "The everywhere release"
PRs merged 269
Issues resolved 167
Commits 487
Files changed 493
Contributors 24
Days since previous 5

Platform count milestone

Hermes now supports 16 messaging platforms: Telegram, Discord, Slack, WhatsApp, Signal, Email, SMS, DingTalk, Feishu, WeCom, Mattermost, Home Assistant, Webhooks, plus the new BlueBubbles (iMessage), Weixin (WeChat), and WeCom Callback. Chinese ecosystem coverage is now complete; Apple ecosystem coverage now matches Android/Windows.

How to Use

Upgrading from v0.8.0

hermes update

Expected to be non-breaking for most users. Notable behavior changes:

  • Credential exhaustion TTL reduced from 24h to 1h โ€” if you have credential pools, rate-limited keys recover ~24x faster.
  • Config.yaml now takes priority over env vars for auxiliary settings (inverted from v0.8.0 on edge cases).
  • Matrix users migrate automatically from matrix-nio to mautrix-python โ€” watch for transient E2EE re-trust prompts.

Opt-in new features

  • Web Dashboard: hermes dashboard or access at http://localhost:<port> (check docs for port)
  • Fast Mode: toggle with /fast in chat (OpenAI Priority Processing + Anthropic fast tier)
  • Background watch patterns: pass watch_patterns=["PANIC", "listening on"] to background terminal(...) or process(...) calls
  • Backup your setup: hermes backup โ†’ tar.gz you can carry to another machine
  • Debug share: hermes debug share โ†’ pastebin URL with sanitized report for troubleshooting

New platform setup

  • iMessage (BlueBubbles): install BlueBubbles server on a Mac, configure in hermes setup โ†’ Messaging
  • WeChat (Weixin): requires iLink Bot API credentials; setup wizard
  • WeCom Callback: for self-built enterprise apps; configure via setup wizard

Related Entities