@aiyiran/myclaw 1.0.185 → 1.0.187

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.185",
3
+ "version": "1.0.187",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -42,30 +42,30 @@
42
42
  },
43
43
  "_doc_run": "Step 5: 按顺序 require(module).run([]) 执行自定义脚本,不触发 Gateway 重启",
44
44
  "run": [
45
- {
46
- "module": "./inject-token",
47
- "strategy": "off",
48
- "description": "Gateway Token 设置为 aiyiran"
49
- },
50
45
  {
51
46
  "module": "./inject-search",
52
47
  "strategy": "auto",
53
48
  "description": "搜索配置注入 (Tavily)"
54
49
  },
55
50
  {
56
- "module": "./inject-image",
51
+ "module": "./inject-minimax",
57
52
  "strategy": "auto",
58
- "description": "图片模型注入 (vveai)"
53
+ "description": "MiniMax 模型注入"
59
54
  },
60
55
  {
61
- "module": "./inject-minimax",
56
+ "module": "./inject-image",
62
57
  "strategy": "auto",
63
- "description": "MiniMax 模型注入"
58
+ "description": "图片模型注入 (vveai)"
64
59
  },
65
60
  {
66
61
  "module": "./inject-workspaceAndSoul",
67
62
  "strategy": "on",
68
63
  "description": "替换默认 workspace 的 SOUL.md 提示词"
64
+ },
65
+ {
66
+ "module": "./inject-token",
67
+ "strategy": "auto",
68
+ "description": "Gateway Token 设置为 aiyiran"
69
69
  }
70
70
  ]
71
71
  }