@chaoset/adaptive-perf 0.10.4 → 0.10.5

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.5 (2026-09-05)
4
+
5
+ ### Fixes
6
+
7
+ * 0.10.4 的 `dsh.host` 字段因改动散落两个工作树未随 0.10.4 的提交进入发布产物——本版本重新包含该字段。此外无任何变更。
8
+
3
9
  ## 0.10.4 (2026-09-05)
4
10
 
5
11
  ### Metadata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaoset/adaptive-perf",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "DSH host plugin: bring standard / PTC presets to minimal-mode-level performance — real Minimal tool pair, permanent injected-context suppression with on-demand discovery, runtime-context suppression, and adaptive tool-catalog trimming with demand-driven escalation",
5
5
  "engines": {
6
6
  "node": ">=22.19.0"
@@ -23,6 +23,7 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dsh": {
26
+ "host": "0.1.2-rc.1",
26
27
  "bundle": {
27
28
  "patch": "./cordis.patch.yml"
28
29
  },