@aiyiran/myclaw 1.1.118 → 1.1.120

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.1.118",
3
+ "version": "1.1.120",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -3,11 +3,6 @@
3
3
  "_doc_order": "执行顺序: 1.UI注入(patch.js) → 2.skills → 3.agents → 4.config → 5.run",
4
4
  "_doc_skills": "Step 2: 将 myclaw/skills/ 下的技能包复制到 ~/.openclaw/workspace/skills/",
5
5
  "skills": [
6
- {
7
- "name": "minimax-inject",
8
- "strategy": "off",
9
- "description": "minimax-inject (agent 可调用的注入技能)"
10
- },
11
6
  {
12
7
  "name": "tavily-search",
13
8
  "strategy": "off",
@@ -21,17 +16,13 @@
21
16
  {
22
17
  "name": "yiran-playground-template-use",
23
18
  "strategy": "on",
24
- "ignore": [
25
- "templates"
26
- ],
19
+ "ignore": ["templates"],
27
20
  "description": "AI Playground 课程模板库(存储、搜索、deploy 一条龙)"
28
21
  },
29
22
  {
30
23
  "name": "yiran-course-template-pipeline",
31
24
  "strategy": "delete",
32
- "ignore": [
33
- "templates"
34
- ],
25
+ "ignore": ["templates"],
35
26
  "description": "课程模板制作流水线(demo -> student/teacher JSON -> HTML 打包)"
36
27
  },
37
28
  {
@@ -110,4 +101,4 @@
110
101
  "description": "注入 controlUi 配置 (allowInsecureAuth + allowedOrigins)"
111
102
  }
112
103
  ]
113
- }
104
+ }