v2026.7.7.2

NousResearch/hermes-agentv2026.7.7.2Jul 8, 2026by teknium1

AI Summary

This patch release addresses a dependency issue with the WhatsApp bridge by unpining the Baileys library from a specific git commit to a published npm version, ensuring reliable installs and Docker builds.

Key Highlights

  • Unpinned WhatsApp Baileys dependency from git commit to published npm release 7.0.0-rc13
  • Fixed Docker image build reliability
  • Same-day patch release on top of v0.18.1

Full Release Notes

# Hermes Agent v0.18.2 (v2026.7.7.2)

**Release Date:** July 7, 2026

> Same-day patch on top of v0.18.1, picking up the WhatsApp Baileys dependency fix needed for tagged-release Docker builds.

---

## What's in this patch

- **fix(whatsapp): unpin Baileys from git commit, use published 7.0.0-rc13** ([#60643](https://github.com/NousResearch/hermes-agent/pull/60643)) — the WhatsApp bridge dependency now installs from the published npm release instead of a pinned git commit, making installs and Docker image builds reliable.

Full curated release notes for the entire post-v0.18.0 window ship with v0.19.0.

## Updating

```bash
hermes update        # existing installs
pip install -U hermes-agent
```

**Full Changelog**: [v2026.7.7...v2026.7.7.2](https://github.com/NousResearch/hermes-agent/compare/v2026.7.7...v2026.7.7.2)