mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.402
This commit is contained in:
parent
d69a32fc29
commit
107a51c9dc
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.402 (2026-02-12)
|
||||
|
||||
### 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
|
||||
|
||||
## v1.4.401 (2026-02-09)
|
||||
|
||||
# Release Notes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.401"
|
||||
var version = "v1.4.402"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### 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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.401"
|
||||
"1.4.402"
|
||||
|
|
|
|||
Loading…
Reference in a new issue