@deepseek-ai/dsh-tool-skill 0.1.0-rc.8 → 0.1.1-rc.2

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/README.i18n.yaml CHANGED
@@ -3,4 +3,4 @@
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/skill/tool-skill/README.md
5
5
  README.md: 4cfd8f22b3cfaf22b6f9f6cdc48f0db994858906
6
- README.zh.md: 9651e6d3209af77d3a2bbabb1bf0ec93647d3e90
6
+ README.zh.md: 4b4fc6382a7f3e00592b6ebbf0b4887748cddf70
package/README.zh.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  如果最初没有模型可调用 skill,则省略目录;如果该 agent(智能体)的工具视图排除了随附的 `skill` 工具,或解析出同名的作用域内遮蔽项,也会省略目录。身份比对针对本插件所注册的那个定义,而非按自身名字回查,因此本插件既可全局挂载,也可挂在单个 agent 的组装内——在后者中 `register()` 只注册到该 agent 的层中。可见性变更参与 digest 计算,使提示词指引、模型可见 schema 和可执行分派保持对齐。
16
16
 
17
- `catalogDescriptionMaxLength` 控制规范化后的目录描述,渲染时会对其执行 XML 转义。其默认值是 `500`,且必须是不小于 `3` 的整数,以便为截断省略号保留空间。[skill 目录热刷新 Agent Note](../../../.agents/notes/implemented/feature/2026-07-27-skill-catalog-hot-refresh.md) 负责定义持久初始目录和替换目录的生命周期。
17
+ `catalogDescriptionMaxLength` 控制规范化后的目录描述,渲染时会对其执行 XML 转义。其默认值是 `500`,且必须是不小于 `3` 的整数,以便为截断省略号保留空间。[skill 目录热刷新 Agent Note](../../../.agents/notes/implemented/feature/2026-07-27-skill-catalog-hot-refresh.zh.md) 负责定义持久初始目录和替换目录的生命周期。
18
18
 
19
19
  ## 工具:`skill`
20
20
 
@@ -65,7 +65,7 @@ A user may also invoke a skill directly; its <skill_content> block then appears
65
65
 
66
66
  #### 模型看到的内容
67
67
 
68
- 模型会看到生成的 [`skill` schema](../../../docs/tool-catalog.md#deepseek-aidsh-tool-skill)。
68
+ 模型会看到生成的 [`skill` schema](../../../docs/tool-catalog.zh.md#deepseek-aidsh-tool-skill)。
69
69
 
70
70
  #### Token 影响
71
71
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-tool-skill",
3
3
  "description": "Model-facing skill loading tool for the DeepSeek Harness",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,25 +32,25 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
36
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
38
- "@deepseek-ai/dsh-skill": "^0.1.0-rc.8",
39
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
35
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
36
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
38
+ "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
39
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
40
40
  "@deepseek-ai/cordis": "^4.0.1"
41
41
  },
42
42
  "dependencies": {
43
43
  "@deepseek-ai/schemastery": "^3.18.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
49
- "@deepseek-ai/dsh-scope": "^0.1.0-rc.8",
50
- "@deepseek-ai/dsh-skill": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-skill-filesystem": "^0.1.0-rc.8",
52
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
53
- "@deepseek-ai/cordis": "^4.0.1",
54
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8"
46
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
47
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
48
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
49
+ "@deepseek-ai/dsh-scope": "^0.1.1-rc.2",
50
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
51
+ "@deepseek-ai/dsh-skill-filesystem": "^0.1.1-rc.2",
52
+ "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
53
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
54
+ "@deepseek-ai/cordis": "^4.0.1"
55
55
  }
56
56
  }