@deepseek-ai/dsh-tool-skill 0.1.3-alpha.2 → 0.1.5-alpha.1

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
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
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
- README.md: a9c0296700c9848a70ab58b90d3338ff7cd2431c
6
- README.zh.md: d9c162b8a3a9308126de2a1cc70e5d3bd84f7678
5
+ README.md: 090dd3474087a9fb0c944bb88081c759cbfed20c
6
+ README.zh.md: 7dcf1c216e12391e1cc6810579fbc76fcaba7890
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- Agents can discover and load skills during a session: before the first request they receive a durable catalog of every available skill's name and capped description, and they can load any listed skill's full instructions by name through the `skill` loader tool. A user can also invoke a skill directly with a `/name` token, which injects that skill's instructions into the step. The catalog stays current: membership, description, or visibility changes append a complete replacement catalog, and a deleted skill is explicitly retired. Mount it alongside the skill registry (and at least one provider) when agents should load skills; its only configuration caps catalog description length.
12
+ Agents can discover and load skills during a session. Before the first request, they receive a durable catalog of available skill names and capped descriptions, and can use the `skill` tool to load full instructions. Users can invoke a skill with `/name`, which injects the same instructions into that step. Catalog changes append a complete replacement, including an empty catalog that retires old names; configure `catalogDescriptionMaxLength` to limit each description.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- agent(智能体)可以在会话期间发现并加载 skill(技能):在首次请求前,它们会收到一份持久目录,列出每个可用 skill 的名称与有长度上限的描述,并可通过 `skill` 加载工具按名称加载任一列出 skill 的完整指令。用户也可以用 `/name` token 直接调用某个 skill,把该 skill 的指令注入当轮次。目录保持最新:成员关系、描述或可见性变化会追加完整的替换目录,被删除的 skill 会被显式停用。当 agent 需要加载 skill 时,请把它与 skill 注册表(以及至少一个提供方)一起挂载;它唯一的配置项限制目录描述长度。
12
+ agent(智能体)可以在会话期间发现并加载 skill(技能)。在首次请求前,它们会收到一份持久目录,列出可用 skill 的名称与有长度上限的描述,并可用 `skill` 工具加载完整指令。用户可以用 `/name` 调用某个 skill,把相同的指令注入该步骤。目录变更会追加一份完整替换,其中空目录会停用旧名称;可配置 `catalogDescriptionMaxLength` 来限制每条描述的长度。
13
13
 
14
14
  ## 目录
15
15
 
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.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,23 +27,24 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
31
- "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
32
- "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2",
33
- "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
34
- "@deepseek-ai/cordis": "^4.0.2"
30
+ "@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
31
+ "@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
32
+ "@deepseek-ai/dsh-tools": "^0.1.5-alpha.1",
33
+ "@deepseek-ai/cordis": "^4.0.2",
34
+ "@deepseek-ai/dsh-skill": "^0.1.5-alpha.1"
35
35
  },
36
36
  "dependencies": {
37
37
  "@deepseek-ai/schemastery": "^3.18.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
41
- "@deepseek-ai/dsh-scope": "^0.1.3-alpha.2",
42
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
43
- "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2",
44
- "@deepseek-ai/dsh-skill-filesystem": "^0.1.3-alpha.2",
45
- "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
46
- "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
47
- "@deepseek-ai/cordis": "^4.0.2"
40
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.5-alpha.1",
41
+ "@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
42
+ "@deepseek-ai/dsh-scope": "^0.1.5-alpha.1",
43
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
44
+ "@deepseek-ai/dsh-skill": "^0.1.5-alpha.1",
45
+ "@deepseek-ai/dsh-skill-filesystem": "^0.1.5-alpha.1",
46
+ "@deepseek-ai/dsh-tools": "^0.1.5-alpha.1",
47
+ "@deepseek-ai/cordis": "^4.0.2",
48
+ "@deepseek-ai/dsh-agent": "^0.1.5-alpha.1"
48
49
  }
49
50
  }