@chaoset/adaptive-perf 0.10.1 → 0.10.2-alpha.0
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/CHANGELOG.md +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.2-alpha.0 (2026-09-01)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* 适配 DSH 0.1.2-alpha.3:6 个 `@deepseek-ai/*` optionalDependencies 的 range 从
|
|
8
|
+
`^0.1.1-rc.2` 升到 `^0.1.2-alpha.3`(npm semver 的 prerelease 规则下旧 range
|
|
9
|
+
无法匹配 `0.1.2-alpha.3`,新版宿主下官方模块会解析到旧版本或缺失);根
|
|
10
|
+
`@deepseek-ai/cordis` 升到 `^4.0.2`、`@deepseek-ai/schemastery` 升到 `^3.18.2`
|
|
11
|
+
* 已对照 0.1.2-alpha.3 全量 diff 官方包:systemPrompt / tools / skills /
|
|
12
|
+
agentPresets 契约与 `SECTION_ORDERS`(harness:identity -1000 / harness:source
|
|
13
|
+
-900 / app:web-surface -800 / tool:bash 1000)、minimal preset 工具对挂载
|
|
14
|
+
形状均无变化,运行时逻辑无需调整;已在实际 0.1.2-alpha.3 web profile 上
|
|
15
|
+
验证三个插件正常激活
|
|
16
|
+
|
|
3
17
|
## 0.10.1 (2026-08-29)
|
|
4
18
|
|
|
5
19
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chaoset/adaptive-perf",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2-alpha.0",
|
|
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
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.
|
|
37
|
-
"@deepseek-ai/dsh-terminal": "^0.1.
|
|
38
|
-
"@deepseek-ai/dsh-terminal-bash": "^0.1.
|
|
39
|
-
"@deepseek-ai/dsh-tool-bash-persistent": "^0.1.
|
|
40
|
-
"@deepseek-ai/dsh-fs-local": "^0.1.
|
|
41
|
-
"@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.
|
|
36
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.3",
|
|
37
|
+
"@deepseek-ai/dsh-terminal": "^0.1.2-alpha.3",
|
|
38
|
+
"@deepseek-ai/dsh-terminal-bash": "^0.1.2-alpha.3",
|
|
39
|
+
"@deepseek-ai/dsh-tool-bash-persistent": "^0.1.2-alpha.3",
|
|
40
|
+
"@deepseek-ai/dsh-fs-local": "^0.1.2-alpha.3",
|
|
41
|
+
"@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.2-alpha.3"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|