From 4f79b3f941769efb0b6ef574bb8430f0cb5e7f3c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 16 Apr 2026 01:32:15 +0000 Subject: [PATCH] chore: bump version to v0.50.58, update CHANGELOG --- CHANGELOG.md | 5 +++++ static/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e38c0d..dac725c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Hermes Web UI -- Changelog +## [v0.50.58] — 2026-04-16 + +### Fixed +- **Custom provider name in model dropdown** — when a `custom_providers` entry in `config.yaml` has a `name` field (e.g. `Agent37`), the model picker now shows that name as the group header instead of the generic `Custom` label. Multiple named providers each get their own group. Unnamed entries still fall back to `Custom`. Brings the web UI into parity with the terminal's provider display. (Fixes #557) + ## [v0.50.57] — 2026-04-15 ### Added diff --git a/static/index.html b/static/index.html index d0b90fe..4236e08 100644 --- a/static/index.html +++ b/static/index.html @@ -553,7 +553,7 @@
System
Instance version and access controls.
- v0.50.57 + v0.50.58