@chaoset/adaptive-perf 0.10.6 → 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.
- package/CHANGELOG.md +14 -0
- package/README.md +9 -4
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 0.10.7-alpha.0 (2026-09-08)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
* 适配 DSH 0.1.3-alpha.2:全部 `@deepseek-ai/dsh-*` optionalDependencies 升至 `^0.1.3-alpha.2`,`dsh.host` 更新为 `0.1.3-alpha.2`
|
|
15
|
+
* 对照 0.1.3-alpha.2 复核契约:systemPrompt / tools / agentPresets 契约无变化,测试与 DSH 真实测试实例验证通过
|
|
16
|
+
|
|
3
17
|
## 0.10.6 (2026-09-05)
|
|
4
18
|
|
|
5
19
|
### Refactoring
|
package/README.md
CHANGED
|
@@ -30,6 +30,11 @@
|
|
|
30
30
|
|
|
31
31
|
所有开关与工具族可在设置页配置,保存后热生效(无需重启)。
|
|
32
32
|
|
|
33
|
+
> 已知现象:dsh 0.1.2 的 web profile 下设置卡片暂不可见(宿主 settings
|
|
34
|
+
> 接口变更,适配中);配置仍可通过 profile 的 `cordis.patch.yml` 或
|
|
35
|
+
> `~/.dsh/plugins/adaptive-perf/config.json` 生效。
|
|
36
|
+
|
|
37
|
+
|
|
33
38
|
## 安装
|
|
34
39
|
|
|
35
40
|
> 适配的 DSH 版本见本包 `package.json` 的 `dsh.host` 字段
|
|
@@ -119,10 +124,10 @@ dsh plugin --profile web remove @chaoset/adaptive-perf
|
|
|
119
124
|
|
|
120
125
|
```json
|
|
121
126
|
{
|
|
122
|
-
"delegation": { "tools": ["subagent", "subagent_fork", "send_message", "list_agents", "interrupt_agent"], "keywords": ["子代理", "子agent", "委托", "分派", "subagent", "delegate"] },
|
|
123
|
-
"workflow": { "tools": ["workflow"], "keywords": ["工作流", "workflow", "编排"] },
|
|
124
|
-
"ralph": { "tools": ["ralph"], "keywords": ["ralph"] },
|
|
125
|
-
"goal": { "tools": ["create_goal", "get_goal", "update_goal"], "keywords": ["长期目标", "跨轮次", "goal"] }
|
|
127
|
+
"delegation": { "tools": ["subagent", "subagent_fork", "send_message", "list_agents", "interrupt_agent"], "keywords": ["子代理", "子agent", "委托", "分派", "派给", "子任务", "subagent", "delegate", "fork"] },
|
|
128
|
+
"workflow": { "tools": ["workflow"], "keywords": ["工作流", "workflow", "编排", "多阶段"] },
|
|
129
|
+
"ralph": { "tools": ["ralph"], "keywords": ["ralph", "全新agent", "fresh agent"] },
|
|
130
|
+
"goal": { "tools": ["create_goal", "get_goal", "update_goal"], "keywords": ["长期目标", "跨轮次", "目标追踪", "goal"] }
|
|
126
131
|
}
|
|
127
132
|
```
|
|
128
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chaoset/adaptive-perf",
|
|
3
|
-
"version": "0.10.
|
|
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.
|
|
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.
|
|
41
|
-
"@deepseek-ai/dsh-terminal": "^0.1.
|
|
42
|
-
"@deepseek-ai/dsh-terminal-bash": "^0.1.
|
|
43
|
-
"@deepseek-ai/dsh-tool-bash-persistent": "^0.1.
|
|
44
|
-
"@deepseek-ai/dsh-fs-local": "^0.1.
|
|
45
|
-
"@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.
|
|
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",
|