@bonginkan/maria 4.4.7 → 4.4.8

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.
package/dist/index.js CHANGED
@@ -3723,33 +3723,6 @@ var MultilingualDictionary = class {
3723
3723
  ko: ["\uC774 \uCF54\uB4DC \uB9AC\uBDF0", "\uAC1C\uC120\uC0AC\uD56D \uD655\uC778", "\uC131\uB2A5 \uCD5C\uC801\uD654"]
3724
3724
  }
3725
3725
  });
3726
- this.dictionary.set("/model", {
3727
- command: "/model",
3728
- name: {
3729
- en: "Model Selection",
3730
- ja: "\u30E2\u30C7\u30EB\u9078\u629E",
3731
- zh: "\u6A21\u578B\u9009\u62E9",
3732
- ko: "\uBAA8\uB378 \uC120\uD0DD"
3733
- },
3734
- description: {
3735
- en: "Select AI model",
3736
- ja: "AI\u30E2\u30C7\u30EB\u306E\u9078\u629E",
3737
- zh: "\u9009\u62E9AI\u6A21\u578B",
3738
- ko: "AI \uBAA8\uB378 \uC120\uD0DD"
3739
- },
3740
- keywords: {
3741
- en: ["model", "select", "choose", "switch", "change", "ai", "llm"],
3742
- ja: ["\u30E2\u30C7\u30EB", "\u9078\u629E", "\u5207\u308A\u66FF\u3048", "\u5909\u66F4", "AI", "LLM"],
3743
- zh: ["\u6A21\u578B", "\u9009\u62E9", "\u5207\u6362", "\u66F4\u6539", "AI", "LLM"],
3744
- ko: ["\uBAA8\uB378", "\uC120\uD0DD", "\uC804\uD658", "\uBCC0\uACBD", "AI", "LLM"]
3745
- },
3746
- examples: {
3747
- en: ["switch to GPT-5", "use Claude", "select local model"],
3748
- ja: ["GPT-5\u306B\u5207\u308A\u66FF\u3048", "Claude\u3092\u4F7F\u7528", "\u30ED\u30FC\u30AB\u30EB\u30E2\u30C7\u30EB\u3092\u9078\u629E"],
3749
- zh: ["\u5207\u6362\u5230GPT-5", "\u4F7F\u7528Claude", "\u9009\u62E9\u672C\u5730\u6A21\u578B"],
3750
- ko: ["GPT-5\uB85C \uC804\uD658", "Claude \uC0AC\uC6A9", "\uB85C\uCEEC \uBAA8\uB378 \uC120\uD0DD"]
3751
- }
3752
- });
3753
3726
  this.dictionary.set("/image", {
3754
3727
  command: "/image",
3755
3728
  name: {
@@ -4283,26 +4256,6 @@ var CommandMappings = class {
4283
4256
  ]),
4284
4257
  priority: 0.9
4285
4258
  });
4286
- this.mappings.push({
4287
- command: "/model",
4288
- naturalPhrases: /* @__PURE__ */ new Map([
4289
- [
4290
- "en",
4291
- [
4292
- "switch model",
4293
- "change model",
4294
- "select model",
4295
- "use gpt",
4296
- "use claude"
4297
- ]
4298
- ],
4299
- ["ja", ["\u30E2\u30C7\u30EB\u5207\u308A\u66FF\u3048", "\u30E2\u30C7\u30EB\u5909\u66F4", "GPT\u4F7F\u3063\u3066", "Claude\u4F7F\u3063\u3066"]],
4300
- ["cn", ["\u5207\u6362\u6A21\u578B", "\u66F4\u6539\u6A21\u578B", "\u4F7F\u7528GPT", "\u4F7F\u7528Claude"]],
4301
- ["ko", ["\uBAA8\uB378 \uC804\uD658", "\uBAA8\uB378 \uBCC0\uACBD", "GPT \uC0AC\uC6A9", "Claude \uC0AC\uC6A9"]],
4302
- ["vn", ["chuy\u1EC3n m\xF4 h\xECnh", "\u0111\u1ED5i model", "d\xF9ng GPT", "d\xF9ng Claude"]]
4303
- ]),
4304
- priority: 0.8
4305
- });
4306
4259
  this.mappings.push({
4307
4260
  command: "/image",
4308
4261
  naturalPhrases: /* @__PURE__ */ new Map([
@@ -16858,7 +16811,7 @@ ${formatted}`;
16858
16811
  const footer = `
16859
16812
  ---
16860
16813
 
16861
- *Generated by MARIA CODE v4.4.7 on ${(/* @__PURE__ */ new Date()).toISOString().slice(0, 10)}*
16814
+ *Generated by MARIA CODE v4.4.8 on ${(/* @__PURE__ */ new Date()).toISOString().slice(0, 10)}*
16862
16815
  `;
16863
16816
  formatted = `${formatted}${footer}`;
16864
16817
  return formatted;
@@ -16868,7 +16821,7 @@ function generateMetadata(docType) {
16868
16821
  return `---
16869
16822
  type: ${docType}
16870
16823
  created: ${now.toISOString()}
16871
- generator: MARIA CODE v4.4.7
16824
+ generator: MARIA CODE v4.4.8
16872
16825
  ---`;
16873
16826
  }
16874
16827
  async function saveDocumentToFile(content, docType, userHint) {
@@ -23361,7 +23314,6 @@ var commandGroups = {
23361
23314
  "history",
23362
23315
  "list",
23363
23316
  "logout",
23364
- "model",
23365
23317
  "ping",
23366
23318
  "plan",
23367
23319
  "plugins",
@@ -23373,7 +23325,7 @@ var commandGroups = {
23373
23325
  ],
23374
23326
  auth: ["login", "logout", "whoami"],
23375
23327
  code: ["code", "mm", "multimodal"],
23376
- configuration: ["config", "hooks", "model", "permissions", "settings", "theme", "setup", "brain"],
23328
+ configuration: ["config", "hooks", "permissions", "settings", "theme", "setup", "brain"],
23377
23329
  multimodal: ["face", "image", "mm", "multimodal", "screenshot", "video", "voice"],
23378
23330
  evolution: ["benchmark", "evolve", "quality"],
23379
23331
  memory: ["forget", "memory", "recall", "remember", "memory-status"],
@@ -23427,7 +23379,6 @@ for (const [category, commands] of Object.entries(commandGroups)) {
23427
23379
  };
23428
23380
  }
23429
23381
  }
23430
- commandInfo["/model"] = { ...commandInfo["/model"], aliases: ["/m", "/models"] };
23431
23382
  commandInfo["/memory"] = { ...commandInfo["/memory"], aliases: ["/mem"] };
23432
23383
  commandInfo["/login"] = { ...commandInfo["/login"], aliases: ["/signin"] };
23433
23384
  commandInfo["/logout"] = { ...commandInfo["/logout"], aliases: ["/signout"] };