@aiwayds/dsh-dcp 0.3.1 → 0.3.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/package.json +15 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiwayds/dsh-dcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
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",
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
"@deepseek-ai/dsh-token-meter": "0.1.0-rc.6",
|
|
63
63
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
64
64
|
},
|
|
65
|
+
"peerDependenciesMeta": {
|
|
66
|
+
"@deepseek-ai/cordis": { "optional": true },
|
|
67
|
+
"@deepseek-ai/dsh-agent": { "optional": true },
|
|
68
|
+
"@deepseek-ai/dsh-brand": { "optional": true },
|
|
69
|
+
"@deepseek-ai/dsh-commands": { "optional": true },
|
|
70
|
+
"@deepseek-ai/dsh-compaction": { "optional": true },
|
|
71
|
+
"@deepseek-ai/dsh-compaction-basic": { "optional": true },
|
|
72
|
+
"@deepseek-ai/dsh-compaction-tool-result-pruner": { "optional": true },
|
|
73
|
+
"@deepseek-ai/dsh-invariants": { "optional": true },
|
|
74
|
+
"@deepseek-ai/dsh-llm": { "optional": true },
|
|
75
|
+
"@deepseek-ai/dsh-session": { "optional": true },
|
|
76
|
+
"@deepseek-ai/dsh-token-meter": { "optional": true },
|
|
77
|
+
"@deepseek-ai/schemastery": { "optional": true }
|
|
78
|
+
},
|
|
65
79
|
"devDependencies": {
|
|
66
80
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
67
81
|
"@deepseek-ai/dsh-agent": "0.1.0-rc.6",
|