From 8a1bc134faf5d006249fa047cd2ee17cb04ec587 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Thu, 16 Apr 2026 10:21:39 -0700 Subject: [PATCH] chore: CHANGELOG + v0.50.66 version badge (post-merge for PR #582) Docs/version-only follow-up for PR #582. Nathan authorized full merge pipeline in session. --- CHANGELOG.md | 5 +++++ static/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e55f0..3101ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Hermes Web UI -- Changelog +## [v0.50.66] — 2026-04-16 + +### Fixed +- **WebUI agent now receives full runtime route from provider resolver** — previously `api_mode`, `acp_command`, `acp_args`, and `credential_pool` were not forwarded into `AIAgent.__init__()` in the WebUI streaming path. Users switching between Codex accounts or using credential pools found the switch worked in the CLI but not the WebUI. The fix passes all four fields from the resolved runtime into the agent constructor. (PR #582 by @suinia) + ## [v0.50.65] — 2026-04-16 ### Fixed diff --git a/static/index.html b/static/index.html index df922da..e3282ae 100644 --- a/static/index.html +++ b/static/index.html @@ -553,7 +553,7 @@
System
Instance version and access controls.
- v0.50.65 + v0.50.66