From 027e7314f09ffdf2257bfbb03c327798bc3420f6 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Mon, 6 Apr 2026 14:29:33 -0700 Subject: [PATCH] =?UTF-8?q?release:=20v0.38.3=20=E2=80=94=20model=20dropdo?= =?UTF-8?q?wn=20uses=20hermes=20auth=20(#156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nathan Esquenazi --- CHANGELOG.md | 7 +++++++ static/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83139f..bebd21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ --- +## [v0.38.3] — 2026-04-06 + +### Fixed +- **Model dropdown shows only configured providers** (#155): Provider detection now uses `hermes_cli.models.list_available_providers()` — the same auth check the Hermes agent uses at runtime — instead of scanning raw API key env vars. The dropdown now reflects exactly what the user has configured (auth.json, credential pools, OAuth flows like Copilot). When no providers are detected, shows only the configured default model rather than a full generic list. Added `copilot` and `gemini` to the curated model lists. Falls back to env var scanning for standalone installs without hermes-agent. + +--- + ## [v0.38.2] — 2026-04-06 ### Fixed diff --git a/static/index.html b/static/index.html index 9bc5569..8253532 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@