@dsh-cc/compaction-cost-gate 0.8.0-rc.1 → 0.8.0-rc.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 +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-cc/compaction-cost-gate",
|
|
3
3
|
"description": "Cost-gated plan-step compaction: fire compactNow at todo boundaries only when projected input-token savings beat the prompt-cache rewrite price plus unamortized debt",
|
|
4
|
-
"version": "0.8.0-rc.
|
|
4
|
+
"version": "0.8.0-rc.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/dsh-cc/dsh-cc.git",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@deepseek-ai/dsh-token-meter": ">=0.1.5-rc.1",
|
|
34
34
|
"@deepseek-ai/cordis": ">=0.1.5-rc.1",
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
36
|
-
"@dsh-cc/
|
|
37
|
-
"@dsh-cc/
|
|
38
|
-
"@dsh-cc/
|
|
36
|
+
"@dsh-cc/command-cost": "^0.8.0-rc.2",
|
|
37
|
+
"@dsh-cc/settings-ns": "^0.8.0-rc.2",
|
|
38
|
+
"@dsh-cc/compaction-basic": "^0.8.0-rc.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@deepseek-ai/dsh-settings": "link:../../../../deepseek-harness/packages/settings/settings",
|
|
54
54
|
"@deepseek-ai/schemastery": "link:../../../../deepseek-harness/vendor/schemastery",
|
|
55
55
|
"@deepseek-ai/dsh-token-meter": "link:../../../../deepseek-harness/packages/llm/token-meter",
|
|
56
|
-
"@dsh-cc/
|
|
57
|
-
"@dsh-cc/
|
|
58
|
-
"@dsh-cc/
|
|
56
|
+
"@dsh-cc/command-cost": "^0.8.0-rc.2",
|
|
57
|
+
"@dsh-cc/settings-ns": "^0.8.0-rc.2",
|
|
58
|
+
"@dsh-cc/compaction-basic": "^0.8.0-rc.2"
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|