chore: incoming 1993 changelog entry

This commit is contained in:
Kayvan Sylvan
2026-02-12 13:38:08 -08:00
parent 92b53c8876
commit 7cd8f9a434

View File

@@ -0,0 +1,7 @@
### PR [#1993](https://github.com/danielmiessler/Fabric/pull/1993) by [ksylvan](https://github.com/ksylvan): Add dynamic Abacus RouteLLM model list and update fallback static list
- Add dynamic model fetching from Abacus RouteLLM API with `fetchAbacusModels()` function and fallback to static list on failure
- Add GPT-5 Codex variants (5, 5.1, 5.1-max, 5.2) and GPT-5.2-chat-latest to static model list
- Add claude-opus-4-6, gemini-3-flash-preview, kimi-k2.5, glm-4.7, and glm-5 to static models
- Rename `qwen/qwen3-Max` to lowercase `qwen3-max` for consistency
- Handle `static:abacus` as special case in `ListModels` routing logic