From 257092d10745abf9ce83cfd781c2733074b07992 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sun, 5 Apr 2026 08:31:15 -0700 Subject: [PATCH] docs: v0.35.1 release notes and version bump Co-authored-by: Nathan Esquenazi --- CHANGELOG.md | 9 +++++++++ static/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff10c1..e4091cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ --- +## [v0.35.1] Model dropdown fixes +*April 5, 2026 | 433 tests* + +### Bug Fixes +- **Custom providers invisible in model dropdown (#117).** `cfg_base_url` was scoped inside a conditional block but referenced unconditionally, causing a `NameError` for users with a `base_url` in config.yaml. Fix: initialize to `''` before the block. (#118) +- **Configured default model missing from dropdown (#116).** OpenRouter and other providers replaced the model list with a hardcoded fallback that didn't include `model.default` values like `openrouter/free` or custom local model names. Fix: after building all groups, inject the configured `default_model` at the top of its provider group if absent. (#119) + +--- + ## [v0.35] Security hardening *April 5, 2026 | 433 tests* diff --git a/static/index.html b/static/index.html index cf7458d..2b7595b 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@