@deepseek-ai/dsh-tool-present 0.1.5-rc.1 → 0.1.6-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
@@ -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/fs/tool-present/README.md
5
5
  README.md: 93003711545f678336a02c9bf8589176f844af65
6
- README.zh.md: 152ba39be7184ca536a56ed9b4cfb5dfa4a5fe82
6
+ README.zh.md: 161efcc3931fbf57175064ccf1179b195320d4b9
package/README.zh.md CHANGED
@@ -39,7 +39,7 @@ kind: "package-reference"
39
39
  |---|---|---|
40
40
  | `maxFiles` | `8` | 每次调用的最大文件数,为正整数 |
41
41
 
42
- 挂载时校验文件数量上限。工具要求 Agent Session 具有工作区和已开始的 turn。交付归调用方 Session 所有;父 Session 如需声明交付子 Agent 创建的文件,必须自行调用 `present`。
42
+ 挂载时校验文件数量上限。工具要求 Agent Session 具有工作区和尚未结束的轮次。交付归调用方 Session 所有;父 Session 如需声明交付子 Agent 创建的文件,必须自行调用 `present`。
43
43
 
44
44
  -----
45
45
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-tool-present",
3
3
  "description": "Explicit workspace file delivery declarations for the DeepSeek Harness",
4
- "version": "0.1.5-rc.1",
4
+ "version": "0.1.6-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -36,25 +36,25 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@deepseek-ai/cordis": "^4.0.2",
39
- "@deepseek-ai/dsh-fs": "^0.1.5-rc.1",
40
- "@deepseek-ai/dsh-agent": "^0.1.5-rc.1",
41
- "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
42
- "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
43
- "@deepseek-ai/dsh-session-projection": "^0.1.5-rc.1",
44
- "@deepseek-ai/dsh-tools": "^0.1.5-rc.1"
39
+ "@deepseek-ai/dsh-agent": "^0.1.6-alpha.1",
40
+ "@deepseek-ai/dsh-fs": "^0.1.6-alpha.1",
41
+ "@deepseek-ai/dsh-llm": "^0.1.6-alpha.1",
42
+ "@deepseek-ai/dsh-session": "^0.1.6-alpha.1",
43
+ "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.1",
44
+ "@deepseek-ai/dsh-tools": "^0.1.6-alpha.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@deepseek-ai/cordis": "^4.0.2",
48
- "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
49
- "@deepseek-ai/dsh-fs": "^0.1.5-rc.1",
50
- "@deepseek-ai/dsh-agent": "^0.1.5-rc.1",
51
- "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
52
- "@deepseek-ai/dsh-tools": "^0.1.5-rc.1",
53
- "@deepseek-ai/dsh-agent-loop": "^0.1.5-rc.1",
54
- "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.5-rc.1",
55
- "@deepseek-ai/dsh-fs-local": "^0.1.5-rc.1",
56
- "@deepseek-ai/dsh-session-projection": "^0.1.5-rc.1",
57
- "@deepseek-ai/dsh-system-prompt": "^0.1.5-rc.1",
58
- "@deepseek-ai/dsh-scope": "^0.1.5-rc.1"
48
+ "@deepseek-ai/dsh-agent": "^0.1.6-alpha.1",
49
+ "@deepseek-ai/dsh-fs": "^0.1.6-alpha.1",
50
+ "@deepseek-ai/dsh-session": "^0.1.6-alpha.1",
51
+ "@deepseek-ai/dsh-llm": "^0.1.6-alpha.1",
52
+ "@deepseek-ai/dsh-tools": "^0.1.6-alpha.1",
53
+ "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.1",
54
+ "@deepseek-ai/dsh-agent-loop": "^0.1.6-alpha.1",
55
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.6-alpha.1",
56
+ "@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.1",
57
+ "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.1",
58
+ "@deepseek-ai/dsh-scope": "^0.1.6-alpha.1"
59
59
  }
60
60
  }