dsh-loop-engine 1.0.0-rc11 → 1.0.0-rc12

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/lib/index.js +1 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -34,12 +34,12 @@ matched — a mismatch fails loudly at boot or session resume:
34
34
 
35
35
  | dsh-loop-engine | Requires harness |
36
36
  |---|---|
37
+ | 1.0.0-rc12 | **0.1.2-rc.1** |
37
38
  | 1.0.0-rc11 | **0.1.2-rc.1** |
38
39
  | 1.0.0-rc10 | **0.1.2-rc.1** |
39
- | 1.0.0-rc9 | **0.1.2-rc.1** |
40
40
  | 1.0.0-rc7 | 0.1.1-rc.2 |
41
41
 
42
- - **1.0.0-rc11 (and 1.0.0-rc10 / rc9 / rc8) is not compatible with harness 0.1.1-rc.2 or earlier.** It uses
42
+ - **1.0.0-rc12 (and rc11 / rc10 / rc9 / rc8) is not compatible with harness 0.1.1-rc.2 or earlier.** It uses
43
43
  the 0.1.2 persistence seam (`SessionPersistence.create` / `open` +
44
44
  `SessionHandle`), the `installSection` settings API, `ToolCallId`, and
45
45
  `Session.snapshotEvents()` — none of which exist in older harnesses.
package/lib/index.js CHANGED
@@ -1534,7 +1534,7 @@ var AppServerClient = class _AppServerClient {
1534
1534
  clientInfo: {
1535
1535
  name: "dsh-loop-engine",
1536
1536
  title: null,
1537
- version: "1.0.0-rc11"
1537
+ version: "1.0.0-rc12"
1538
1538
  },
1539
1539
  capabilities: { experimentalApi: true, requestAttestation: false }
1540
1540
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-loop-engine",
3
3
  "description": "Web-switchable agent loop engine selection for the DeepSeek Harness - out-of-tree plugin (Claude Code / Codex / Pi / Kimi Code drivers) maintained by @kuun993, zero main-repo changes",
4
- "version": "1.0.0-rc11",
4
+ "version": "1.0.0-rc12",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -61,22 +61,21 @@
61
61
  "dependencies": {
62
62
  "@anthropic-ai/claude-agent-sdk": "0.3.220",
63
63
  "@anthropic-ai/sdk": "0.93.0",
64
+ "@deepseek-ai/schemastery": "3.18.1",
65
+ "@earendil-works/pi-coding-agent": "0.84.3",
66
+ "@openai/codex": "0.149.1"
67
+ },
68
+ "peerDependencies": {
64
69
  "@deepseek-ai/cordis": "^4.0.1",
65
70
  "@deepseek-ai/dsh-agent": "0.1.2-rc.1",
66
- "@deepseek-ai/dsh-home-paths": "0.1.2-rc.1",
71
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
67
72
  "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
68
73
  "@deepseek-ai/dsh-scope": "0.1.2-rc.1",
69
74
  "@deepseek-ai/dsh-session": "0.1.2-rc.1",
70
75
  "@deepseek-ai/dsh-session-persistence": "0.1.2-rc.1",
76
+ "@deepseek-ai/dsh-settings": "0.1.2-rc.1",
71
77
  "@deepseek-ai/dsh-subprocess": "0.1.2-rc.1",
72
- "@deepseek-ai/dsh-timeout": "0.1.2-rc.1",
73
- "@deepseek-ai/schemastery": "3.18.1",
74
- "@earendil-works/pi-coding-agent": "0.84.3",
75
- "@openai/codex": "0.149.1"
76
- },
77
- "peerDependencies": {
78
- "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
79
- "@deepseek-ai/dsh-settings": "0.1.2-rc.1"
78
+ "@deepseek-ai/dsh-timeout": "0.1.2-rc.1"
80
79
  },
81
80
  "devDependencies": {
82
81
  "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
@@ -87,6 +86,7 @@
87
86
  "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1",
88
87
  "@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1",
89
88
  "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
89
+ "@deepseek-ai/dsh-home-paths": "0.1.2-rc.1",
90
90
  "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.2-rc.1",
91
91
  "@deepseek-ai/dsh-subprocess-local": "0.1.2-rc.1",
92
92
  "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",