@deepseek-ai/dsh-e2b 0.1.3-alpha.2 → 0.1.5-alpha.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.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/e2b/e2b/README.md
5
- README.md: 7d8c5728ee5e8243165338cddb1930f34e8f7d3f
6
- README.zh.md: b4f0854d6b76875fcadd9cc07a4b014310a0cfbb
5
+ README.md: 09c23e4540b708ada5fc6d485806058793937a09
6
+ README.zh.md: 0e63443c1fb962895669649e52e3809b0e95397d
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-e2b` provides one shared remote Linux sandbox for the E2B provider family: the agent's file operations, shell commands, and terminals all run inside this sandbox instead of on your machine. The sandbox is created when the family starts and deleted automatically when the configured lifetime expires or the app shuts down — anything it held disappears with it. You configure three things: an API key, a remote working directory, and the sandbox lifetime. Use it together with `dsh-fs-e2b` and `dsh-subprocess-e2b`; on its own it adds no user-visible features. Nothing here reaches the model, and no shipped composition enables this family by default.
12
+ `dsh-e2b` runs the agent's file operations, shell commands, and terminals in one shared remote Linux sandbox instead of on your machine. The sandbox is created at startup and deleted when its configured lifetime expires or the app shuts down, so everything it holds is ephemeral. Configure an API key, an absolute remote working directory, and the sandbox lifetime. Use it with `dsh-fs-e2b` and `dsh-subprocess-e2b`; by itself it adds no user-visible capability. It sends nothing to the model, and no shipped composition enables E2B by default.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-e2b` 为 E2B 提供方家族提供一个共享的远程 Linux 沙箱:agent(智能体)的文件操作、shell 命令与终端都在这个沙箱内运行,而不是在你的机器上。家族启动时沙箱会自动创建,并在配置的生命周期到期或应用关闭时自动删除——其中保存的一切都会随之消失。你需要配置三件事:API 密钥、远程工作目录与沙箱生命周期。请与 `dsh-fs-e2b`、`dsh-subprocess-e2b` 一起使用;单独挂载它不会带来任何用户可见的功能。这里的一切都不会触及模型,而且任何已发布的组合都不会默认启用本家族。
12
+ `dsh-e2b` 让 agent(智能体)的文件操作、shell 命令与终端在一个共享的远程 Linux 沙箱内运行,而不是在你的机器上。应用启动时会创建沙箱,并在配置的生命周期到期或应用关闭时删除它,因此其中保存的一切都是短暂的。请配置 API 密钥、绝对远程工作目录与沙箱生命周期。请与 `dsh-fs-e2b`、`dsh-subprocess-e2b` 一起使用;单独使用它不会带来任何用户可见的能力。它不会向模型发送任何内容,而且任何已发布的组合都不会默认启用 E2B。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-e2b",
3
3
  "description": "Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-http-proxy": "^0.1.3-alpha.2",
30
+ "@deepseek-ai/dsh-http-proxy": "^0.1.5-alpha.1",
31
31
  "@deepseek-ai/cordis": "^4.0.2"
32
32
  },
33
33
  "dependencies": {
@@ -36,20 +36,21 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@deepseek-ai/cordis": "^4.0.2",
39
- "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
40
- "@deepseek-ai/dsh-app-boot": "^0.1.3-alpha.2",
41
- "@deepseek-ai/dsh-bash-local": "^0.1.3-alpha.2",
42
- "@deepseek-ai/dsh-fs-e2b": "^0.1.3-alpha.2",
43
- "@deepseek-ai/dsh-lsp-stdio": "^0.1.3-alpha.2",
44
- "@deepseek-ai/dsh-sandbox-policy": "^0.1.3-alpha.2",
45
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
46
- "@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2",
47
- "@deepseek-ai/dsh-terminal": "^0.1.3-alpha.2",
48
- "@deepseek-ai/dsh-subprocess-e2b": "^0.1.3-alpha.2",
49
- "@deepseek-ai/dsh-terminal-bash": "^0.1.3-alpha.2",
50
- "@deepseek-ai/dsh-launch-environment": "^0.1.3-alpha.2",
51
- "@deepseek-ai/dsh-http-proxy": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-lsp": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-loader-smoke": "^0.1.3-alpha.2"
39
+ "@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
40
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.5-alpha.1",
41
+ "@deepseek-ai/dsh-app-boot": "^0.1.5-alpha.1",
42
+ "@deepseek-ai/dsh-bash-local": "^0.1.5-alpha.1",
43
+ "@deepseek-ai/dsh-fs-e2b": "^0.1.5-alpha.1",
44
+ "@deepseek-ai/dsh-loader-smoke": "^0.1.5-alpha.1",
45
+ "@deepseek-ai/dsh-lsp": "^0.1.5-alpha.1",
46
+ "@deepseek-ai/dsh-lsp-stdio": "^0.1.5-alpha.1",
47
+ "@deepseek-ai/dsh-sandbox-policy": "^0.1.5-alpha.1",
48
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
49
+ "@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1",
50
+ "@deepseek-ai/dsh-subprocess-e2b": "^0.1.5-alpha.1",
51
+ "@deepseek-ai/dsh-terminal": "^0.1.5-alpha.1",
52
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.5-alpha.1",
53
+ "@deepseek-ai/dsh-http-proxy": "^0.1.5-alpha.1",
54
+ "@deepseek-ai/dsh-launch-environment": "^0.1.5-alpha.1"
54
55
  }
55
56
  }