From 76241bc2551b9975cca9543240dc41732e83c1b6 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Mon, 6 Apr 2026 14:35:52 -0700 Subject: [PATCH] =?UTF-8?q?release:=20v0.38.4=20=E2=80=94=20exclude=20ambi?= =?UTF-8?q?ent=20gh=20token=20from=20provider=20detection=20(#159)?= 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 bebd21d..5c63567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ --- +## [v0.38.4] — 2026-04-06 + +### Fixed +- **Copilot false positive in model dropdown** (#158): `list_available_providers()` reported Copilot as available on any machine with `gh` CLI auth, because the Copilot token resolver falls back to `gh auth token`. The dropdown now skips any provider whose credential source is `'gh auth token'` — only explicit, dedicated credentials count. Users with `GITHUB_TOKEN` explicitly set in their `.env` still see Copilot correctly. + +--- + ## [v0.38.3] — 2026-04-06 ### Fixed diff --git a/static/index.html b/static/index.html index 8253532..260e0a3 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@