openmates 0.11.0-alpha.37 → 0.11.0-alpha.38

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.
@@ -1461,7 +1461,6 @@ var MODEL_ALIASES = {
1461
1461
  fast: "qwen3-235b-a22b-2507"
1462
1462
  };
1463
1463
  var CHAT_MODELS = [
1464
- { id: "claude-fable-5", name: "Claude Fable 5", providerId: "anthropic" },
1465
1464
  { id: "claude-opus-4-7", name: "Claude Opus 4.7" },
1466
1465
  { id: "claude-opus-4-6", name: "Claude Opus 4.6" },
1467
1466
  { id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" },
@@ -31817,7 +31816,7 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
31817
31816
  text: "Together AI (US)"
31818
31817
  },
31819
31818
  description: {
31820
- text: "Together AI hosts third-party models such as Kimi K2.5 on an OpenAI-compatible endpoint. Only used when you select a Together-hosted model. Together receives your chat messages with PII placeholders already substituted client-side."
31819
+ text: "Together AI hosts third-party models such as Kimi K2.6 on an OpenAI-compatible endpoint. Only used when you select a Together-hosted model. Together receives your chat messages with PII placeholders already substituted client-side."
31821
31820
  }
31822
31821
  },
31823
31822
  groq: {
@@ -34642,8 +34641,8 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
34642
34641
  text: "Devstral 2"
34643
34642
  },
34644
34643
  kimi_k2: {
34645
- "5": {
34646
- text: "Kimi K2.5"
34644
+ "7_code": {
34645
+ text: "Kimi K2.7 Code"
34647
34646
  }
34648
34647
  },
34649
34648
  gpt_5: {
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-345WIADN.js";
5
+ } from "./chunk-6UFAHHPH.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  getExtForLang,
8
8
  parseNewChatSuggestionText,
9
9
  serializeToYaml
10
- } from "./chunk-345WIADN.js";
10
+ } from "./chunk-6UFAHHPH.js";
11
11
  import "./chunk-AXNRPVLE.js";
12
12
  export {
13
13
  MATE_NAMES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.11.0-alpha.37",
3
+ "version": "0.11.0-alpha.38",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",