@sparkelf/dsh-patch-subagent-settings-presets 0.1.0-rc.13 → 0.1.0-rc.22

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 patches/npm/subagent-settings-presets/README.md
5
- README.md: d66110ed685823cab18aae2a3802cf676104962c
6
- README.zh.md: f96b1b45f26c99673f6b4a4c533fe6eaf3deec1f
5
+ README.md: 5bc79a690098bede60f73dd284bf543d70d33cec
6
+ README.zh.md: 65cab3294638bd487030a2fbe755f5c235a60051
package/README.md CHANGED
@@ -4,6 +4,6 @@ English | [中文](README.zh.md)
4
4
 
5
5
  This data-only package routes the two built-in delegation rows in each official shipped Agent preset to `@sparkelf/dsh-plugin-subagent-settings`. The continuous row reads `subagent`; the one-shot fork row reads `subagent-fork`. Disabled Codex and Claude Code provider rows remain official and unchanged.
6
6
 
7
- The target is the exact official source base `0a53fb55bea101816fa226bb964ae2bed71c343b`. The Plus apply command verifies the base ancestry and payload before applying it. This package has no JavaScript entry, Cordis lifecycle, install script, or capability implementation.
7
+ The target is the exact official source base `d347e703908d0406b7a7ef80e3a0e594d86b2215`. The Plus apply command verifies the base ancestry and payload before applying it. This package has no JavaScript entry, Cordis lifecycle, install script, or capability implementation.
8
8
 
9
9
  Retire this package when official Agent presets expose a deployment overlay for shipped row replacement or ship equivalent settings-backed rows.
package/README.zh.md CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  该data-only package把每个official shipped Agent preset中的两条built-in delegation rows路由到`@sparkelf/dsh-plugin-subagent-settings`。continuous row读取`subagent`,one-shot fork row读取`subagent-fork`。disabled Codex与Claude Code provider rows保持official且不变。
6
6
 
7
- target是exact official source base `0a53fb55bea101816fa226bb964ae2bed71c343b`。Plus apply command在应用前验证base ancestry与payload。本package没有JavaScript entry、Cordis lifecycle、install script或capability implementation。
7
+ target是exact official source base `d347e703908d0406b7a7ef80e3a0e594d86b2215`。Plus apply command在应用前验证base ancestry与payload。本package没有JavaScript entry、Cordis lifecycle、install script或capability implementation。
8
8
 
9
9
  official Agent presets提供可替换shipped rows的deployment overlay,或直接发布等价settings-backed rows后,retire本package。
package/package.json CHANGED
@@ -4,11 +4,11 @@
4
4
  "formatVersion": 1,
5
5
  "variants": [
6
6
  {
7
- "dsh": ">=0.1.2-alpha.2",
7
+ "dsh": ">=0.1.3-alpha.1",
8
8
  "file": "./patches/subagent-settings-presets.patch",
9
9
  "id": "subagent-settings-preset-routing",
10
10
  "target": {
11
- "baseRevision": "0a53fb55bea101816fa226bb964ae2bed71c343b",
11
+ "baseRevision": "d347e703908d0406b7a7ef80e3a0e594d86b2215",
12
12
  "kind": "dsh-source",
13
13
  "paths": [
14
14
  "packages/preset/agent-presets/presets/"
@@ -31,5 +31,5 @@
31
31
  "url": "git+https://github.com/SparkElf/deepseek-harness-plus.git"
32
32
  },
33
33
  "type": "module",
34
- "version": "0.1.0-rc.13"
34
+ "version": "0.1.0-rc.22"
35
35
  }
@@ -1,8 +1,8 @@
1
1
  diff --git a/packages/preset/agent-presets/presets/cordis/agent.cordis.yml b/packages/preset/agent-presets/presets/cordis/agent.cordis.yml
2
- index 96cd7e6b09..8c2d176a33 100644
2
+ index c76dc4a51b..4c8ec0661a 100644
3
3
  --- a/packages/preset/agent-presets/presets/cordis/agent.cordis.yml
4
4
  +++ b/packages/preset/agent-presets/presets/cordis/agent.cordis.yml
5
- @@ -172,23 +172,21 @@
5
+ @@ -166,23 +166,21 @@
6
6
  name: '@deepseek-ai/dsh-tool-subagent-control/list-agents'
7
7
 
8
8
  - id: tool-subagent
@@ -17,8 +17,8 @@ index 96cd7e6b09..8c2d176a33 100644
17
17
 
18
18
  - # Fork omits model selection so provider/model stay equal to the parent and
19
19
  - # the inherited history remains eligible for KV Cache reuse. This preset
20
- - # keeps fork continuable and accepts its child-scoped `report` additions invalidating
21
- - # that prefix; issue #2124 tracks cache-preserving continuable fork.
20
+ - # keeps fork continuable; parent and child inherit the same messaging tool,
21
+ - # while the parent id and return guidance follow the inherited history.
22
22
  + # One-shot fork preserves inherited history and reads its own settings namespace.
23
23
  - id: tool-subagent-fork
24
24
  - name: '@deepseek-ai/dsh-tool-subagent'
@@ -33,7 +33,7 @@ index 96cd7e6b09..8c2d176a33 100644
33
33
  # Production dsh does not install these optional providers. Install the
34
34
  # matching Bundle in this Profile and restart the Host, then copy this
35
35
  diff --git a/packages/preset/agent-presets/presets/ptc/agent.cordis.yml b/packages/preset/agent-presets/presets/ptc/agent.cordis.yml
36
- index 3c8406f907..65c4e48bea 100644
36
+ index a3771e6b71..5235855abd 100644
37
37
  --- a/packages/preset/agent-presets/presets/ptc/agent.cordis.yml
38
38
  +++ b/packages/preset/agent-presets/presets/ptc/agent.cordis.yml
39
39
  @@ -185,23 +185,21 @@
@@ -51,8 +51,8 @@ index 3c8406f907..65c4e48bea 100644
51
51
 
52
52
  - # Fork omits model selection so provider/model stay equal to the parent and
53
53
  - # the inherited history remains eligible for KV Cache reuse. This preset
54
- - # keeps fork continuable and accepts its child-scoped `report` additions invalidating
55
- - # that prefix; issue #2124 tracks cache-preserving continuable fork.
54
+ - # keeps fork continuable; parent and child inherit the same messaging tool,
55
+ - # while the parent id and return guidance follow the inherited history.
56
56
  + # One-shot fork preserves inherited history and reads its own settings namespace.
57
57
  - id: tool-subagent-fork
58
58
  - name: '@deepseek-ai/dsh-tool-subagent'
@@ -67,10 +67,10 @@ index 3c8406f907..65c4e48bea 100644
67
67
  # Production dsh does not install these optional providers. Install the
68
68
  # matching Bundle in this Profile and restart the Host, then copy this
69
69
  diff --git a/packages/preset/agent-presets/presets/standard/agent.cordis.yml b/packages/preset/agent-presets/presets/standard/agent.cordis.yml
70
- index 3916d6bf3e..2943d851c9 100644
70
+ index 63b1798840..3052ac720b 100644
71
71
  --- a/packages/preset/agent-presets/presets/standard/agent.cordis.yml
72
72
  +++ b/packages/preset/agent-presets/presets/standard/agent.cordis.yml
73
- @@ -184,23 +184,21 @@
73
+ @@ -178,23 +178,21 @@
74
74
  name: '@deepseek-ai/dsh-tool-subagent-control/list-agents'
75
75
 
76
76
  - id: tool-subagent
@@ -85,8 +85,8 @@ index 3916d6bf3e..2943d851c9 100644
85
85
 
86
86
  - # Fork omits model selection so provider/model stay equal to the parent and
87
87
  - # the inherited history remains eligible for KV Cache reuse. This preset
88
- - # keeps fork continuable and accepts its child-scoped `report` additions invalidating
89
- - # that prefix; issue #2124 tracks cache-preserving continuable fork.
88
+ - # keeps fork continuable; parent and child inherit the same messaging tool,
89
+ - # while the parent id and return guidance follow the inherited history.
90
90
  + # One-shot fork preserves inherited history and reads its own settings namespace.
91
91
  - id: tool-subagent-fork
92
92
  - name: '@deepseek-ai/dsh-tool-subagent'