@deepseek-ai/dsh-tool-present 0.1.5-rc.2 → 0.1.6-alpha.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 +2 -2
- package/README.zh.md +1 -1
- package/package.json +19 -19
package/README.i18n.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
|
|
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
|
-
# pnpm run verify-translation-pairing --write packages/
|
|
4
|
+
# pnpm run verify-translation-pairing --write packages/deliverables/tool-present/README.md
|
|
5
5
|
README.md: 93003711545f678336a02c9bf8589176f844af65
|
|
6
|
-
README.zh.md:
|
|
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
|
|
42
|
+
挂载时校验文件数量上限。工具要求 Agent Session 具有工作区和尚未结束的轮次。交付归调用方 Session 所有;父 Session 如需声明交付子 Agent 创建的文件,必须自行调用 `present`。
|
|
43
43
|
|
|
44
44
|
-----
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.
|
|
4
|
+
"version": "0.1.6-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
11
|
-
"directory": "packages/
|
|
11
|
+
"directory": "packages/deliverables/tool-present"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "lib/index.js",
|
|
@@ -35,26 +35,26 @@
|
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@deepseek-ai/dsh-agent": "^0.1.5-rc.2",
|
|
39
|
-
"@deepseek-ai/dsh-fs": "^0.1.5-rc.2",
|
|
40
|
-
"@deepseek-ai/dsh-llm": "^0.1.5-rc.2",
|
|
41
|
-
"@deepseek-ai/dsh-session": "^0.1.5-rc.2",
|
|
42
|
-
"@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
|
|
43
38
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
44
|
-
"@deepseek-ai/dsh-
|
|
39
|
+
"@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
|
|
40
|
+
"@deepseek-ai/dsh-fs": "^0.1.6-alpha.2",
|
|
41
|
+
"@deepseek-ai/dsh-llm": "^0.1.6-alpha.2",
|
|
42
|
+
"@deepseek-ai/dsh-session": "^0.1.6-alpha.2",
|
|
43
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
|
|
44
|
+
"@deepseek-ai/dsh-tools": "^0.1.6-alpha.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
48
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
49
|
-
"@deepseek-ai/dsh-fs": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
51
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
52
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.
|
|
53
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
54
|
-
"@deepseek-ai/dsh-agent-loop": "^0.1.
|
|
55
|
-
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.
|
|
56
|
-
"@deepseek-ai/dsh-fs-local": "^0.1.
|
|
57
|
-
"@deepseek-ai/dsh-
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
48
|
+
"@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-fs": "^0.1.6-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-llm": "^0.1.6-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-session": "^0.1.6-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-tools": "^0.1.6-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.6-alpha.2",
|
|
55
|
+
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.6-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.2",
|
|
57
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
|
|
58
|
+
"@deepseek-ai/dsh-scope": "^0.1.6-alpha.2"
|
|
59
59
|
}
|
|
60
60
|
}
|