fix: update Qwen OAuth URLs from chat.qwen.ai to qwen.ai (closes #572) (#683)

* fix: make version update banner clickable to copy install command (closes #598)

* fix: resolve ollama-local baseUrl from providerSpecificData.baseUrl for remote Ollama hosts (closes #578)

* fix: add Ollama Cloud to usage/quota tracking (closes #681)

* fix: update Qwen OAuth URLs from chat.qwen.ai to qwen.ai per issue #572
This commit is contained in:
Anurag Saxena
2026-04-22 10:32:28 +07:00
committed by GitHub
parent 37f7e97348
commit 94ab0d715d
5 changed files with 67 additions and 6 deletions
+1
View File
@@ -186,4 +186,5 @@ export const USAGE_SUPPORTED_PROVIDERS = [
"github",
"codex",
"kimi-coding",
"ollama",
];