poe-code 3.0.127 → 3.0.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1918,7 +1918,8 @@ var CODEX_MODELS = [
1918
1918
  var DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
1919
1919
  var KIMI_MODELS = [
1920
1920
  "novitaai/kimi-k2.5",
1921
- "novitaai/kimi-k2-thinking"
1921
+ "novitaai/kimi-k2-thinking",
1922
+ "novitaai/kimi-k2.5-fw"
1922
1923
  ];
1923
1924
  var DEFAULT_KIMI_MODEL = KIMI_MODELS[0];
1924
1925
  var DEFAULT_REASONING = "medium";