@yadsh/dsh-tool-offload 0.1.0 → 0.1.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.md +2 -2
- package/compatibility.json +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ agent picks tools.
|
|
|
41
41
|
dsh plugin add @yadsh/dsh-tool-offload
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
Requires a DSH release in the `>=0.1.
|
|
44
|
+
Requires a DSH release in the `>=0.1.5-rc.2 <0.2.0` range with a subagent
|
|
45
45
|
provider that supports tool restrictions (the in-process `spawn` provider).
|
|
46
46
|
|
|
47
47
|
## Configuration
|
|
@@ -100,7 +100,7 @@ Example `cordis.patch.yml` profile override:
|
|
|
100
100
|
|
|
101
101
|
## Compatibility
|
|
102
102
|
|
|
103
|
-
- DeepSeek Harness `>=0.1.
|
|
103
|
+
- DeepSeek Harness `>=0.1.5-rc.2 <0.2.0` (tested on `0.1.5-rc.2`); requires the
|
|
104
104
|
`tools/post-execute` seam and the `subagents/start` service with a
|
|
105
105
|
tool-restriction-capable provider — see `compatibility.json`.
|
|
106
106
|
- Node.js `^22.19.0 || >=24.0.0`.
|
package/compatibility.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yadsh/dsh-tool-offload",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Offloads large, low-judgement DeepSeek Harness tool results to small one-shot worker agents before they enter the main model context",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@yadsh/dsh-plugin-log": "^0.2.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@deepseek-ai/cordis": "^4.0.
|
|
62
|
-
"@deepseek-ai/dsh-subagent": ">=0.1.
|
|
63
|
-
"@deepseek-ai/dsh-tools": ">=0.1.
|
|
64
|
-
"@deepseek-ai/schemastery": "^3.18.
|
|
61
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
62
|
+
"@deepseek-ai/dsh-subagent": ">=0.1.5-rc.2 <0.2.0",
|
|
63
|
+
"@deepseek-ai/dsh-tools": ">=0.1.5-rc.2 <0.2.0",
|
|
64
|
+
"@deepseek-ai/schemastery": "^3.18.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@deepseek-ai/cordis": "4.0.
|
|
68
|
-
"@deepseek-ai/dsh-subagent": "0.1.
|
|
69
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
70
|
-
"@deepseek-ai/schemastery": "3.18.
|
|
67
|
+
"@deepseek-ai/cordis": "4.0.2",
|
|
68
|
+
"@deepseek-ai/dsh-subagent": "0.1.5-rc.2",
|
|
69
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.2",
|
|
70
|
+
"@deepseek-ai/schemastery": "3.18.2",
|
|
71
71
|
"@types/node": "^26.4.0",
|
|
72
72
|
"eslint": "10.9.1",
|
|
73
73
|
"typescript": "^7.0.2",
|