@deepseek-ai/dsh-tool-skill 0.0.1-rc.1 → 0.0.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 +1 -1
- package/README.md +1 -1
- package/package.json +15 -15
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:
|
|
5
|
+
README.md: 4cfd8f22b3cfaf22b6f9f6cdc48f0db994858906
|
|
6
6
|
README.zh.md: 09fb5b954ea595b962f7670ce09db1ae22dce29c
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Execution uses the calling agent's `session.header.cwd` so workspace-sensitive p
|
|
|
26
26
|
|
|
27
27
|
Resource guidance resolves only paths or URLs explicitly referenced by the instructions against `resourceBase`; scripts, references, and assets load on demand, and the result does not enumerate a skill directory. Local providers may supply a directory, while remote or embedded providers may supply a URL or opaque loading guidance.
|
|
28
28
|
|
|
29
|
-
An unresolved name reports that the skill is unknown or no longer available. Invalid names and skills whose `invocation.modelInvocable` is `false` produce distinct error results. `invocation.userInvocable` does not restrict this model-facing
|
|
29
|
+
An unresolved name reports that the skill is unknown or no longer available. Invalid names and skills whose `invocation.modelInvocable` is `false` produce distinct error results. `invocation.userInvocable` does not restrict this model-facing tool.
|
|
30
30
|
|
|
31
31
|
Tool execution does not add a synthetic context message. Its freshly loaded result is already recorded as the tool result and becomes available to the next model step without duplicating the body. Only the catalog projection adds replacement summaries.
|
|
32
32
|
|
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.0.1-rc.
|
|
4
|
+
"version": "0.0.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "BSD-3-Clause",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-agent": "^0.0.1-rc.
|
|
36
|
-
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.
|
|
37
|
-
"@deepseek-ai/dsh-llm": "^0.0.1-rc.
|
|
38
|
-
"@deepseek-ai/dsh-skill": "^0.0.1-rc.
|
|
39
|
-
"@deepseek-ai/
|
|
40
|
-
"@deepseek-ai/
|
|
35
|
+
"@deepseek-ai/dsh-agent": "^0.0.1-rc.2",
|
|
36
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
37
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
38
|
+
"@deepseek-ai/dsh-skill": "^0.0.1-rc.2",
|
|
39
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
40
|
+
"@deepseek-ai/cordis": "^4.0.1-rc.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@deepseek-ai/schemastery": "^3.18.1-rc.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-
|
|
51
|
-
"@deepseek-ai/dsh-skill": "^0.0.1-rc.
|
|
52
|
-
"@deepseek-ai/dsh-skill-local": "^0.0.1-rc.
|
|
53
|
-
"@deepseek-ai/dsh-tools": "^0.0.1-rc.
|
|
46
|
+
"@deepseek-ai/dsh-agent": "^0.0.1-rc.2",
|
|
47
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
48
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
49
|
+
"@deepseek-ai/dsh-scope": "^0.0.1-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-session": "^0.0.1-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-skill": "^0.0.1-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-skill-local": "^0.0.1-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
54
54
|
"@deepseek-ai/cordis": "^4.0.1-rc.1"
|
|
55
55
|
}
|
|
56
56
|
}
|