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

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 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## 0.10.7-alpha.0 (2026-09-08)
3
+ ## 0.10.7 (2026-09-10)
4
4
 
5
5
  ### Changes
6
6
 
7
- * 适配 DSH 0.1.3-alpha.2:全部 `@deepseek-ai/dsh-*` optionalDependencies 升至 `^0.1.3-alpha.2`,`dsh.host` 更新为 `0.1.3-alpha.2`
8
- * 对照 0.1.3-alpha.2 复核契约:systemPrompt / tools / agentPresets 契约无变化,测试与 DSH 真实测试实例验证通过
7
+ * 跟进 DSH 稳定版 0.1.5-rc.1(合并 alpha 线 0.10.7-alpha.0 ~ alpha.1 的适配
8
+ 内容):全部 `@deepseek-ai/dsh-*` optionalDependencies 由 `^0.1.2-rc.1`
9
+ 升至 `^0.1.5-rc.1`,`dsh.host` 更新为 `0.1.5-rc.1`
10
+ * 对照 0.1.5-rc.1 复核契约:systemPrompt / tools / agentPresets 契约无变化,
11
+ build + typecheck + 全量测试通过,并在隔离测试实例真实验证
9
12
 
10
13
  ## 0.10.6 (2026-09-05)
11
14
 
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",
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-rc.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-rc.1",
41
+ "@deepseek-ai/dsh-terminal": "^0.1.5-rc.1",
42
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.5-rc.1",
43
+ "@deepseek-ai/dsh-tool-bash-persistent": "^0.1.5-rc.1",
44
+ "@deepseek-ai/dsh-fs-local": "^0.1.5-rc.1",
45
+ "@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.5-rc.1"
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",