fix: version badge v0.50.54→v0.50.55, add CHANGELOG entry for v0.50.55

The v0.50.55 release (Docker honcho fix) missed the index.html version
badge bump and CHANGELOG entry. Caught during post-session QA sweep.
This commit is contained in:
Hermes Agent
2026-04-15 23:40:11 +00:00
parent 400b1721d7
commit ec44a437a2
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Hermes Web UI -- Changelog
## [v0.50.55] — 2026-04-15
### Fixed
- **Docker honcho extra** — `docker_init.bash` now installs `hermes-agent[honcho]` so `honcho-ai` is included in the venv on every fresh Docker build. Fixes `"Honcho session could not be initialized."` errors on rebuilt containers. (Fixes #553)
- **Version badge** — `index.html` version badge corrected to v0.50.55 (was missing the bump for this release).
## [v0.50.54] — 2026-04-15
### Changed