openmates 0.9.1 → 0.9.2

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.
@@ -958,7 +958,8 @@ var CHAT_MODELS = [
958
958
  { id: "gemini-3-flash-preview", name: "Gemini 3 Flash" },
959
959
  { id: "gemini-3-pro-image-preview", name: "Gemini 3 Pro" },
960
960
  { id: "gemini-3.1-pro-preview", name: "Gemini 3.1 Pro" },
961
- { id: "deepseek-v3.2", name: "DeepSeek V3.2" },
961
+ { id: "deepseek-v4-pro", name: "DeepSeek V4 Pro" },
962
+ { id: "deepseek-v4-flash", name: "DeepSeek V4 Flash" },
962
963
  { id: "qwen3-235b-a22b-2507", name: "Qwen 3 256b" },
963
964
  { id: "kimi-k2.5", name: "Kimi K2.5" },
964
965
  { id: "kimi-k2.6", name: "Kimi K2.6" },
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-5JRPF2IM.js";
5
+ } from "./chunk-IZYE5MAJ.js";
6
6
  export {
7
7
  getExtForLang,
8
8
  serializeToYaml
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  getExtForLang,
7
7
  parseNewChatSuggestionText,
8
8
  serializeToYaml
9
- } from "./chunk-5JRPF2IM.js";
9
+ } from "./chunk-IZYE5MAJ.js";
10
10
  export {
11
11
  MATE_NAMES,
12
12
  MEMORY_TYPE_REGISTRY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",