@deepseek-ai/dsh-tool-bash-persistent 0.1.0-rc.8 → 0.1.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 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/shell/tool-bash-persistent/README.md
5
5
  README.md: 606920d087b42344f34b70103e167b0046d3cfd5
6
- README.zh.md: dd88db87cb617fb2f4d35ada9550d0142e32e979
6
+ README.zh.md: 85652bac23be02bd2c72753070734d91fb43ee98
package/README.zh.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  #### 模型所见
21
21
 
22
- 生成的 [`bash` schema](../../../docs/tool-catalog.md#deepseek-aidsh-tool-bash-persistent),其中包含配置的 `description`。本插件不贡献独立系统提示词段;persona 与环境指导由部署负责。
22
+ 生成的 [`bash` schema](../../../docs/tool-catalog.zh.md#deepseek-aidsh-tool-bash-persistent),其中包含配置的 `description`。本插件不贡献独立系统提示词段;persona 与环境指导由部署负责。
23
23
 
24
24
  #### Token 影响
25
25
 
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.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,12 +31,12 @@
31
31
  ],
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
35
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
36
- "@deepseek-ai/dsh-terminal": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.8",
38
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
39
- "@deepseek-ai/cordis": "^4.0.1"
34
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
35
+ "@deepseek-ai/dsh-timeout": "^0.1.1-rc.2",
36
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-terminal": "^0.1.1-rc.2",
38
+ "@deepseek-ai/cordis": "^4.0.1",
39
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2"
40
40
  },
41
41
  "dependencies": {
42
42
  "@deepseek-ai/schemastery": "^3.18.1"
@@ -44,18 +44,18 @@
44
44
  "devDependencies": {
45
45
  "@deepseek-ai/cordis-plugin-include": "^1.0.6",
46
46
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
47
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
49
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
50
- "@deepseek-ai/dsh-terminal-bash": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-terminal": "^0.1.0-rc.8",
52
- "@deepseek-ai/dsh-sandbox": "^0.1.0-rc.8",
53
- "@deepseek-ai/dsh-sandbox-policy": "^0.1.0-rc.8",
54
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
55
- "@deepseek-ai/dsh-subprocess-local": "^0.1.0-rc.8",
56
- "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.8",
57
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.8",
58
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
47
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
48
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
49
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
50
+ "@deepseek-ai/dsh-sandbox": "^0.1.1-rc.2",
51
+ "@deepseek-ai/dsh-sandbox-policy": "^0.1.1-rc.2",
52
+ "@deepseek-ai/dsh-subprocess-local": "^0.1.1-rc.2",
53
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.1-rc.2",
54
+ "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2",
55
+ "@deepseek-ai/dsh-timeout": "^0.1.1-rc.2",
56
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
58
+ "@deepseek-ai/dsh-terminal": "^0.1.1-rc.2",
59
59
  "@deepseek-ai/cordis": "^4.0.1"
60
60
  }
61
61
  }