@chaoset/adaptive-perf 0.10.3 → 0.10.4
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 +8 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.4 (2026-09-05)
|
|
4
|
+
|
|
5
|
+
### Metadata
|
|
6
|
+
|
|
7
|
+
* package.json 新增 `dsh.host` 字段:声明本包适配的 DSH 版本,随每次
|
|
8
|
+
宿主适配由 `adapt-dsh.mjs` 自动维护;`npm view <包名> dsh.host` 可查,
|
|
9
|
+
README 安装节与仓库 `dsh-v*` 归档 tag 同步标注。无功能变更。
|
|
10
|
+
|
|
3
11
|
## 0.10.3 (2026-09-05)
|
|
4
12
|
|
|
5
13
|
### Fixes
|
package/README.md
CHANGED
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
## 安装
|
|
34
34
|
|
|
35
|
+
> 适配的 DSH 版本见本包 `package.json` 的 `dsh.host` 字段
|
|
36
|
+
> (`npm view <包名> dsh.host` 可查);仓库的 `dsh-v*` git tag 是各次
|
|
37
|
+
> 稳定版适配的归档点。
|
|
38
|
+
|
|
35
39
|
本包是 DSH bundle:自带 `cordis.patch.yml`,`dsh plugin` 安装后自动加入
|
|
36
40
|
profile 的 `dsh.profile.bundles`,无需手改 `cordis.patch.yml`。
|
|
37
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chaoset/adaptive-perf",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
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"
|