@chaoset/adaptive-perf 0.10.7-alpha.0 → 0.10.7-alpha.1

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 +7 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.7-alpha.1 (2026-09-09)
4
+
5
+ ### Changes
6
+
7
+ * 适配 DSH 0.1.5-alpha.1:全部 `@deepseek-ai/dsh-*` optionalDependencies 升至 `^0.1.5-alpha.1`,`dsh.host` 更新为 `0.1.5-alpha.1`
8
+ * 对照 0.1.5-alpha.1 复核契约:systemPrompt / tools / agentPresets 契约无变化,测试通过
9
+
3
10
  ## 0.10.7-alpha.0 (2026-09-08)
4
11
 
5
12
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaoset/adaptive-perf",
3
- "version": "0.10.7-alpha.0",
3
+ "version": "0.10.7-alpha.1",
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,7 +23,7 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dsh": {
26
- "host": "0.1.3-alpha.2",
26
+ "host": "0.1.5-alpha.1",
27
27
  "bundle": {
28
28
  "patch": "./cordis.patch.yml"
29
29
  },
@@ -37,12 +37,12 @@
37
37
  }
38
38
  },
39
39
  "optionalDependencies": {
40
- "@deepseek-ai/dsh-typert-protocol": "^0.1.3-alpha.2",
41
- "@deepseek-ai/dsh-terminal": "^0.1.3-alpha.2",
42
- "@deepseek-ai/dsh-terminal-bash": "^0.1.3-alpha.2",
43
- "@deepseek-ai/dsh-tool-bash-persistent": "^0.1.3-alpha.2",
44
- "@deepseek-ai/dsh-fs-local": "^0.1.3-alpha.2",
45
- "@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.3-alpha.2"
40
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.5-alpha.1",
41
+ "@deepseek-ai/dsh-terminal": "^0.1.5-alpha.1",
42
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.5-alpha.1",
43
+ "@deepseek-ai/dsh-tool-bash-persistent": "^0.1.5-alpha.1",
44
+ "@deepseek-ai/dsh-fs-local": "^0.1.5-alpha.1",
45
+ "@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.5-alpha.1"
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",