@deepseek-ai/dsh-tool-subagent 0.1.2-alpha.5 → 0.1.3-alpha.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
@@ -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/subagent/tool-subagent/README.md
5
- README.md: 4b1f30fd14bd7c8b67e27a9d17e818b79d7f2b84
6
- README.zh.md: a0e0d15f43ab8a527b61b6675e1a47d5435f2bed
5
+ README.md: fc01b8417bc5d6d9a896954de62e64a7b8d276a7
6
+ README.zh.md: e726ea6234bf1f6f24c6ee57d5f63050aa99719c
package/README.md CHANGED
@@ -117,8 +117,7 @@ Read these pages when the package-level contract is not enough; they move from t
117
117
  - [dsh-tool-subagent-control](../tool-subagent-control/README.md) — messaging, interrupt, and listing tools for continuable children.
118
118
  - [Generated tool catalog](../../../docs/tool-catalog.md#deepseek-aidsh-tool-subagent) — the default schema and per-mode wording.
119
119
  - [Generated configuration catalog](../../../docs/config-catalog.md#deepseek-aidsh-tool-subagent) — every accepted config field.
120
- - [Background subagent tasks](../../../.agents/notes/implemented/feature/2026-07-08-background-subagent-tasks.md) — the one-shot background route.
121
- - [Background-first continuable delegation](../../../.agents/notes/implemented/feature/2026-08-11-background-first-continuable-delegation.md) — why continuable work defaults to background.
120
+ - [Background-first continuable delegation](../../../.agents/notes/archived/feature/2026-08-11-background-first-continuable-delegation.md) — why continuable work defaults to background.
122
121
  - [Model-selected subagent routes](../../../.agents/notes/implemented/feature/2026-08-18-model-selected-subagent-routes.md) — selection policy, inheritance, discovery, and the fork restriction.
123
122
 
124
123
  -----
package/README.zh.md CHANGED
@@ -117,8 +117,7 @@ kind: "package-reference"
117
117
  - [dsh-tool-subagent-control](../tool-subagent-control/README.zh.md)——可继续子 agent 的消息、中断与列表工具。
118
118
  - [生成工具目录](../../../docs/tool-catalog.zh.md#deepseek-aidsh-tool-subagent)——默认 schema 与各模式的措辞。
119
119
  - [生成配置目录](../../../docs/config-catalog.zh.md#deepseek-aidsh-tool-subagent)——每个受支持配置字段。
120
- - [后台 subagent 任务](../../../.agents/notes/implemented/feature/2026-07-08-background-subagent-tasks.zh.md)——一次性后台路由。
121
- - [后台优先的可继续委派](../../../.agents/notes/implemented/feature/2026-08-11-background-first-continuable-delegation.zh.md)——可继续工作为何默认在后台运行。
120
+ - [后台优先的可继续委派](../../../.agents/notes/archived/feature/2026-08-11-background-first-continuable-delegation.md)——可继续工作为何默认在后台运行。
122
121
  - [模型选择 subagent 路由](../../../.agents/notes/implemented/feature/2026-08-18-model-selected-subagent-routes.zh.md)——选择策略、继承、发现与 fork 限制。
123
122
 
124
123
  -----
@@ -43,7 +43,7 @@ export interface Config {
43
43
  */
44
44
  agentOptions?: AgentOptions;
45
45
  /**
46
- * Per-child persona that shadows `deployment:persona`. Requires the
46
+ * Per-child persona that shadows `deployment:persona-prefix`. Requires the
47
47
  * provider's `persona` capability; omission preserves the deployment persona.
48
48
  */
49
49
  persona?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-tool-subagent",
3
3
  "description": "Model-facing subagent delegation tool over the ctx.subagents seam",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,18 +37,18 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
41
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
42
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.5",
43
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
44
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.5",
45
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.5",
46
- "@deepseek-ai/dsh-scope": "^0.1.2-alpha.5",
47
- "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.5",
48
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5",
49
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
50
- "@deepseek-ai/cordis": "^4.0.2",
51
- "@deepseek-ai/dsh-jobs": "^0.1.2-alpha.5"
40
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
41
+ "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
42
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
43
+ "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
44
+ "@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2",
45
+ "@deepseek-ai/dsh-scope": "^0.1.3-alpha.2",
46
+ "@deepseek-ai/dsh-settings": "^0.1.3-alpha.2",
47
+ "@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2",
48
+ "@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
49
+ "@deepseek-ai/dsh-jobs": "^0.1.3-alpha.2",
50
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
51
+ "@deepseek-ai/cordis": "^4.0.2"
52
52
  },
53
53
  "dependencies": {
54
54
  "zod": "^4.4.3",
@@ -56,22 +56,22 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
59
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
60
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.5",
61
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
62
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
63
- "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.5",
64
- "@deepseek-ai/dsh-scope": "^0.1.2-alpha.5",
65
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.5",
66
- "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.5",
67
- "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.2-alpha.5",
68
- "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.2-alpha.5",
69
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5",
70
- "@deepseek-ai/dsh-tool-jobs": "^0.1.2-alpha.5",
71
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
59
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
60
+ "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
61
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
62
+ "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
63
+ "@deepseek-ai/dsh-session-persistence": "^0.1.3-alpha.2",
64
+ "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.3-alpha.2",
65
+ "@deepseek-ai/dsh-settings": "^0.1.3-alpha.2",
66
+ "@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2",
67
+ "@deepseek-ai/dsh-scope": "^0.1.3-alpha.2",
68
+ "@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.3-alpha.2",
69
+ "@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
70
+ "@deepseek-ai/dsh-jobs": "^0.1.3-alpha.2",
71
+ "@deepseek-ai/dsh-tool-jobs": "^0.1.3-alpha.2",
72
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
73
+ "@deepseek-ai/dsh-jobs-local": "^0.1.3-alpha.2",
72
74
  "@deepseek-ai/cordis": "^4.0.2",
73
- "@deepseek-ai/dsh-jobs": "^0.1.2-alpha.5",
74
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.5",
75
- "@deepseek-ai/dsh-jobs-local": "^0.1.2-alpha.5"
75
+ "@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2"
76
76
  }
77
77
  }