diff --git a/CHANGELOG.md b/CHANGELOG.md index b83139f0..bebd21d2 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 9bc5569c..82535327 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@