dsh-tool-adapt 0.2.9 → 0.2.10

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/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -34,6 +34,10 @@ That card registers on both settings seats DSH has used: the legacy
34
34
  `<package name>#<row id>`) on ≥ 0.1.7-rc.2, where the **插件** panel (the first
35
35
  sidebar panel icon) shows a
36
36
  configure control for the row only while that exact key is registered.
37
+ `@deepseek-ai/schemastery` is a private `dependencies` entry whose floor must be
38
+ ≥ 3.18.4 (`^3.18.4`): the profile hoists an older line (3.18.2) that satisfies a
39
+ lower floor, and an entry whose Config exposes no volatile field is dropped from
40
+ `SettingsForms.describe()` — the card then renders nothing with no error.
37
41
  A legacy `plugins/tool-adapt.config.json` is migrated once if the
38
42
  settings user layer is empty; the old file is kept for rollback. The
39
43
  `GET/POST /api/tool-adapt/status|set` routes remain as a compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-tool-adapt",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "EN: Compatibility and safety adaptation layer for non-DeepSeek models in DeepSeek Harness Web. ZH: 面向 DeepSeek Harness Web 非 DeepSeek 模型的兼容与安全适配层。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -19,7 +19,7 @@
19
19
  "test": "node --test"
20
20
  },
21
21
  "dependencies": {
22
- "@deepseek-ai/schemastery": "^3.18.1"
22
+ "@deepseek-ai/schemastery": "^3.18.4"
23
23
  },
24
24
  "dsh": {
25
25
  "bundle": {