@deepseek-ai/dsh-subagent-spawn-in-process 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/subagent/subagent-spawn-in-process/README.md
5
5
  README.md: f1fb96f2230359cb3ff55c630f29fd34345dbed7
6
- README.zh.md: 940701d6fac78ce75fda24519fa22b268085ea1a
6
+ README.zh.md: 95a3b5cdb7084eb75666f8d62001221c57ac676c
package/README.zh.md CHANGED
@@ -6,7 +6,7 @@ spawn 提供方会在当前进程中创建一个全新的子 `Agent`。子 agent
6
6
 
7
7
  ## 行为
8
8
 
9
- `start(request)` 不传入 seed,直接委托给 [`startInProcessRun`](../subagent-in-process-driver/README.md),并在子 agent 发布后才返回。子 agent 获得父 agent 的工作目录/会话谱系,并默认继承父 agent 模型(除非覆盖),但以空对话开始运行。
9
+ `start(request)` 不传入 seed,直接委托给 [`startInProcessRun`](../subagent-in-process-driver/README.zh.md),并在子 agent 发布后才返回。子 agent 获得父 agent 的工作目录/会话谱系,并默认继承父 agent 模型(除非覆盖),但以空对话开始运行。
10
10
 
11
11
  共享驱动器负责深度检查、persona 与工具过滤器设置、结构化输出、通过必需的信号执行取消、单次执行、结果读取和完全停稳后的 dispose(资源释放)。启动遭拒不会留下已发布的子 agent;启动调用兑现后卸载提供方,也不会撤销由持有方拥有的运行。
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-subagent-spawn-in-process",
3
3
  "description": "In-process spawn subagent backend: runs a fresh child agent on ctx.agents",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,29 +32,29 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-subagent": "^0.1.0-rc.8",
36
- "@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
35
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
36
+ "@deepseek-ai/dsh-subagent": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.1-rc.2",
38
38
  "@deepseek-ai/cordis": "^4.0.1"
39
39
  },
40
40
  "dependencies": {
41
41
  "@deepseek-ai/schemastery": "^3.18.1"
42
42
  },
43
43
  "devDependencies": {
44
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
45
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.1-rc.2",
46
+ "@deepseek-ai/dsh-bash-local": "^0.1.1-rc.2",
47
+ "@deepseek-ai/dsh-agent-loop": "^0.1.1-rc.2",
44
48
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
45
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
46
- "@deepseek-ai/dsh-agent-loop": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-bash-local": "^0.1.0-rc.8",
49
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
50
- "@deepseek-ai/dsh-llm-deepseek": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-subprocess-local": "^0.1.0-rc.8",
52
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
53
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8",
54
- "@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.0-rc.8",
55
- "@deepseek-ai/dsh-tool-subagent": "^0.1.0-rc.8",
56
- "@deepseek-ai/dsh-subagent": "^0.1.0-rc.8",
57
- "@deepseek-ai/cordis": "^4.0.1",
58
- "@deepseek-ai/dsh-tool-bash": "^0.1.0-rc.8"
49
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
50
+ "@deepseek-ai/dsh-subprocess-local": "^0.1.1-rc.2",
51
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
52
+ "@deepseek-ai/dsh-llm-deepseek": "^0.1.1-rc.2",
53
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
54
+ "@deepseek-ai/dsh-subagent": "^0.1.1-rc.2",
55
+ "@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.1-rc.2",
56
+ "@deepseek-ai/dsh-tool-bash": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-tool-subagent": "^0.1.1-rc.2",
58
+ "@deepseek-ai/cordis": "^4.0.1"
59
59
  }
60
60
  }