openmates 0.11.0-alpha.4 → 0.11.0-alpha.5

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.
@@ -955,6 +955,7 @@ var CHAT_MODELS = [
955
955
  { id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
956
956
  { id: "gpt-5.4", name: "GPT-5.4" },
957
957
  { id: "gpt-oss-120b", name: "GPT-OSS-120b" },
958
+ { id: "gpt-oss-20b", name: "GPT-OSS-20b" },
958
959
  { id: "gemini-3-flash-preview", name: "Gemini 3 Flash" },
959
960
  { id: "gemini-3-pro-image-preview", name: "Gemini 3 Pro" },
960
961
  { id: "gemini-3.1-pro-preview", name: "Gemini 3.1 Pro" },
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-N6QY7K6L.js";
5
+ } from "./chunk-OS5XPQOD.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-N6QY7K6L.js";
9
+ } from "./chunk-OS5XPQOD.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.11.0-alpha.4",
3
+ "version": "0.11.0-alpha.5",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",