@aiwayds/dsh-dcp 0.6.0 → 0.7.0

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.en.md +2 -0
  2. package/README.md +2 -0
  3. package/package.json +44 -30
package/README.en.md CHANGED
@@ -3,6 +3,8 @@
3
3
  Deterministic context-compaction backend for dsh (DeepSeek Harness): **context
4
4
  compaction without an LLM call**, works out of the box.
5
5
 
6
+ **Requires dsh >= 0.1.2-rc.1** — this plugin targets the dsh RC/stable line only (CI and releases resolve the newest of the `latest`/`next` dist-tags at runtime). **The alpha line is no longer supported.**
7
+
6
8
  > [简体中文](README.md) · **English**
7
9
 
8
10
  ## Why
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  dsh(DeepSeek Harness)的确定性压缩后端:**上下文压缩不调 LLM**,开箱即用。
4
4
 
5
+ **要求 dsh >= 0.1.2-rc.1** — 本插件只跟随 dsh RC/stable 线(CI 与发版在运行时解析 latest/next 中更新的 dist-tag)。**不再支持 alpha 线。**
6
+
5
7
  > **简体中文** · [English](README.en.md)
6
8
 
7
9
  ## 为什么做
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-dcp",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Deterministic context-pruning compaction backend for dsh (DeepSeek Harness) — zero-LLM summaries, /dcp command, works out of the box. Design references Opencode-DCP/opencode-dynamic-context-pruning.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -52,16 +52,16 @@
52
52
  "dependencies": {},
53
53
  "peerDependencies": {
54
54
  "@deepseek-ai/cordis": "^4.0.2",
55
- "@deepseek-ai/dsh-agent": ">=0.1.2-alpha.3",
56
- "@deepseek-ai/dsh-brand": ">=0.1.2-alpha.3",
57
- "@deepseek-ai/dsh-commands": ">=0.1.2-alpha.3",
58
- "@deepseek-ai/dsh-compaction": ">=0.1.2-alpha.3",
59
- "@deepseek-ai/dsh-compaction-basic": ">=0.1.2-alpha.3",
60
- "@deepseek-ai/dsh-compaction-tool-result-pruner": ">=0.1.2-alpha.3",
61
- "@deepseek-ai/dsh-invariants": ">=0.1.2-alpha.3",
62
- "@deepseek-ai/dsh-llm": ">=0.1.2-alpha.3",
63
- "@deepseek-ai/dsh-session": ">=0.1.2-alpha.3",
64
- "@deepseek-ai/dsh-token-meter": ">=0.1.2-alpha.3",
55
+ "@deepseek-ai/dsh-agent": ">=0.1.2-rc.1",
56
+ "@deepseek-ai/dsh-brand": ">=0.1.2-rc.1",
57
+ "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1",
58
+ "@deepseek-ai/dsh-compaction": ">=0.1.2-rc.1",
59
+ "@deepseek-ai/dsh-compaction-basic": ">=0.1.2-rc.1",
60
+ "@deepseek-ai/dsh-compaction-tool-result-pruner": ">=0.1.2-rc.1",
61
+ "@deepseek-ai/dsh-invariants": ">=0.1.2-rc.1",
62
+ "@deepseek-ai/dsh-llm": ">=0.1.2-rc.1",
63
+ "@deepseek-ai/dsh-session": ">=0.1.2-rc.1",
64
+ "@deepseek-ai/dsh-token-meter": ">=0.1.2-rc.1",
65
65
  "@deepseek-ai/schemastery": "^3.18.2"
66
66
  },
67
67
  "peerDependenciesMeta": {
@@ -105,33 +105,47 @@
105
105
  "devDependencies": {
106
106
  "@types/node": "^24.0.0",
107
107
  "@deepseek-ai/cordis": "4.0.2",
108
- "@deepseek-ai/dsh-agent": "0.1.2-alpha.3",
109
- "@deepseek-ai/dsh-brand": "0.1.2-alpha.3",
110
- "@deepseek-ai/dsh-commands": "0.1.2-alpha.3",
111
- "@deepseek-ai/dsh-compaction": "0.1.2-alpha.3",
112
- "@deepseek-ai/dsh-compaction-basic": "0.1.2-alpha.3",
113
- "@deepseek-ai/dsh-compaction-tool-result-pruner": "0.1.2-alpha.3",
114
- "@deepseek-ai/dsh-invariants": "0.1.2-alpha.3",
115
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.3",
116
- "@deepseek-ai/dsh-session": "0.1.2-alpha.3",
117
- "@deepseek-ai/dsh-token-meter": "0.1.2-alpha.3",
108
+ "@deepseek-ai/dsh-agent": "0.1.2-rc.1",
109
+ "@deepseek-ai/dsh-brand": "0.1.2-rc.1",
110
+ "@deepseek-ai/dsh-commands": "0.1.2-rc.1",
111
+ "@deepseek-ai/dsh-compaction": "0.1.2-rc.1",
112
+ "@deepseek-ai/dsh-compaction-basic": "0.1.2-rc.1",
113
+ "@deepseek-ai/dsh-compaction-tool-result-pruner": "0.1.2-rc.1",
114
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
115
+ "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
116
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
117
+ "@deepseek-ai/dsh-token-meter": "0.1.2-rc.1",
118
118
  "@deepseek-ai/schemastery": "3.18.2",
119
119
  "typescript": "~5.9.0"
120
120
  },
121
121
  "overrides": {
122
- "@deepseek-ai/dsh-agent": "0.1.2-alpha.3",
123
- "@deepseek-ai/dsh-brand": "0.1.2-alpha.3",
124
- "@deepseek-ai/dsh-commands": "0.1.2-alpha.3",
125
- "@deepseek-ai/dsh-compaction": "0.1.2-alpha.3",
126
- "@deepseek-ai/dsh-compaction-tool-result-pruner": "0.1.2-alpha.3",
127
- "@deepseek-ai/dsh-invariants": "0.1.2-alpha.3",
128
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.3",
129
- "@deepseek-ai/dsh-session": "0.1.2-alpha.3",
130
- "@deepseek-ai/dsh-token-meter": "0.1.2-alpha.3"
122
+ "@deepseek-ai/dsh-agent": "0.1.2-rc.1",
123
+ "@deepseek-ai/dsh-brand": "0.1.2-rc.1",
124
+ "@deepseek-ai/dsh-commands": "0.1.2-rc.1",
125
+ "@deepseek-ai/dsh-compaction": "0.1.2-rc.1",
126
+ "@deepseek-ai/dsh-compaction-tool-result-pruner": "0.1.2-rc.1",
127
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
128
+ "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
129
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
130
+ "@deepseek-ai/dsh-token-meter": "0.1.2-rc.1",
131
+ "@deepseek-ai/dsh-scope": "0.1.2-rc.1",
132
+ "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
133
+ "@deepseek-ai/dsh-session-projection": "0.1.2-rc.1",
134
+ "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
135
+ "@deepseek-ai/dsh-llm-retry": "0.1.2-rc.1"
131
136
  },
132
137
  "dsh": {
133
138
  "bundle": {
134
139
  "patch": "./cordis.patch.yml"
135
140
  }
141
+ },
142
+ "pnpm": {
143
+ "overrides": {
144
+ "@deepseek-ai/dsh-scope": "0.1.2-rc.1",
145
+ "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
146
+ "@deepseek-ai/dsh-session-projection": "0.1.2-rc.1",
147
+ "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
148
+ "@deepseek-ai/dsh-llm-retry": "0.1.2-rc.1"
149
+ }
136
150
  }
137
151
  }