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.
@@ -5516,7 +5516,8 @@ var CODEX_MODELS = [
5516
5516
  var DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
5517
5517
  var KIMI_MODELS = [
5518
5518
  "novitaai/kimi-k2.5",
5519
- "novitaai/kimi-k2-thinking"
5519
+ "novitaai/kimi-k2-thinking",
5520
+ "novitaai/kimi-k2.5-fw"
5520
5521
  ];
5521
5522
  var DEFAULT_KIMI_MODEL = KIMI_MODELS[0];
5522
5523