@deepseek-ai/dsh-tool-bash-persistent 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/lib/invariant.js +1 -1
- package/package.json +19 -19
package/lib/invariant.js
CHANGED
|
@@ -11,7 +11,7 @@ const inject = ["invariants"];
|
|
|
11
11
|
/**
|
|
12
12
|
* No runtime invariant: the adapter's private owner-to-shell cache has no
|
|
13
13
|
* observable event or data relation. Lifecycle tests prove its cleanup without
|
|
14
|
-
* adding a public
|
|
14
|
+
* adding a public API solely for an invariant.
|
|
15
15
|
*/
|
|
16
16
|
const install = () => {};
|
|
17
17
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-tool-bash-persistent",
|
|
3
3
|
"description": "Model-facing owner-scoped persistent Bash tool backed by the Harness PTY service",
|
|
4
|
-
"version": "0.0.1-rc.
|
|
4
|
+
"version": "0.0.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
],
|
|
32
32
|
"license": "BSD-3-Clause",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@deepseek-ai/dsh-
|
|
35
|
-
"@deepseek-ai/dsh-pty": "^0.0.1-rc.
|
|
36
|
-
"@deepseek-ai/dsh-timeout": "^0.0.1-rc.
|
|
37
|
-
"@deepseek-ai/dsh-
|
|
38
|
-
"@deepseek-ai/
|
|
39
|
-
"@deepseek-ai/
|
|
34
|
+
"@deepseek-ai/dsh-agent": "^0.0.1-rc.2",
|
|
35
|
+
"@deepseek-ai/dsh-pty": "^0.0.1-rc.2",
|
|
36
|
+
"@deepseek-ai/dsh-timeout": "^0.0.1-rc.2",
|
|
37
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
38
|
+
"@deepseek-ai/cordis": "^4.0.1-rc.1",
|
|
39
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@deepseek-ai/schemastery": "^3.18.1-rc.1"
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@deepseek-ai/cordis-plugin-include": "^1.0.5-rc.1",
|
|
46
46
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.1-rc.1",
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-pty": "^0.0.1-rc.
|
|
51
|
-
"@deepseek-ai/dsh-pty-local": "^0.0.1-rc.
|
|
52
|
-
"@deepseek-ai/dsh-sandbox": "^0.0.1-rc.
|
|
53
|
-
"@deepseek-ai/dsh-sandbox-policy": "^0.0.1-rc.
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
55
|
-
"@deepseek-ai/dsh-
|
|
56
|
-
"@deepseek-ai/dsh-
|
|
57
|
-
"@deepseek-ai/dsh-
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
47
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
48
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
49
|
+
"@deepseek-ai/dsh-agent": "^0.0.1-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-pty": "^0.0.1-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-pty-local": "^0.0.1-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-sandbox": "^0.0.1-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-sandbox-policy": "^0.0.1-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-session": "^0.0.1-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-subprocess-local": "^0.0.1-rc.2",
|
|
56
|
+
"@deepseek-ai/dsh-system-prompt": "^0.0.1-rc.2",
|
|
57
|
+
"@deepseek-ai/dsh-timeout": "^0.0.1-rc.2",
|
|
58
|
+
"@deepseek-ai/dsh-tools": "^0.0.1-rc.2",
|
|
59
59
|
"@deepseek-ai/cordis": "^4.0.1-rc.1"
|
|
60
60
|
}
|
|
61
61
|
}
|