@workclaw/cli 1.0.321 → 1.0.322

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.
@@ -435,7 +435,7 @@ class BoxInstaller {
435
435
  // models: 模型配置
436
436
  models: {
437
437
  // 配置合并模式:'merge' 合并 | 'replace' 替换
438
- mode: "merge",
438
+ mode: "replace",
439
439
  providers: {
440
440
  "siliconflow-minimax": {
441
441
  // 模型 API 基础地址
@@ -5142,7 +5142,7 @@ class LocalInstaller {
5142
5142
  },
5143
5143
  // models: 模型配置
5144
5144
  models: {
5145
- mode: "merge",
5145
+ mode: "replace",
5146
5146
  providers: {
5147
5147
  "siliconflow-minimax": {
5148
5148
  baseUrl: boundConfig.modelApiBaseUrl || config.MODEL_BASE_URL,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import("./index-DsyMquTQ.js").then((cli) => {
2
+ import("./index-ZySzMX4-.js").then((cli) => {
3
3
  cli.default();
4
4
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@workclaw/cli",
3
3
  "type": "module",
4
- "version": "1.0.321",
4
+ "version": "1.0.322",
5
5
  "description": "WorkClaw CLI 工具 - 用于初始化和配置 WorkClaw 插件",
6
6
  "license": "MIT",
7
7
  "keywords": [