@michengai/dsh-skills-manager 0.1.45 → 0.1.46
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 +5 -5
- package/CHANGELOG.zh-CN.md +5 -5
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/package.json +20 -21
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
The five most recent published versions are listed below.
|
|
6
6
|
|
|
7
|
+
## 0.1.46 - 2026-09-10
|
|
8
|
+
|
|
9
|
+
- Upgrade official development dependencies to `0.1.5-rc.1` and explicitly support Host versions `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, and `0.1.5-rc.1`; remove the retired `dsh-client-runtime` peer and client loading metadata to avoid pulling in the legacy runtime.
|
|
10
|
+
- Add real-Host compatibility tests across all four versions for Agent-scoped skill reads, enable/disable policy refresh, and source-file preservation; retain existing skill management and source policies.
|
|
11
|
+
|
|
7
12
|
## 0.1.45 - 2026-09-09
|
|
8
13
|
|
|
9
14
|
- Stop scanning resources inside ordinary skill bundles and skip `node_modules`, while retaining nested discovery beside a root skill. Hide overlapping project Agent roots so they cannot bypass user disable policies.
|
|
@@ -21,8 +26,3 @@ The five most recent published versions are listed below.
|
|
|
21
26
|
## 0.1.42 - 2026-09-07
|
|
22
27
|
|
|
23
28
|
- Fixed the release-contract check so valid package version updates no longer block verification and npm publishing.
|
|
24
|
-
|
|
25
|
-
## 0.1.41 - 2026-09-07
|
|
26
|
-
|
|
27
|
-
- Added independent in-product update checks with automatic updates when a verified DSH update service is available and a profile-specific manual fallback otherwise.
|
|
28
|
-
- Removed the update-button dependency on `react-dom/client` so the client can load on Hosts that do not register that module id.
|
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
以下记录最近发布的五个版本。
|
|
6
6
|
|
|
7
|
+
## 0.1.46 - 2026-09-10
|
|
8
|
+
|
|
9
|
+
- 官方开发依赖升级至 `0.1.5-rc.1`,peer 精确兼容 `0.1.0-rc.8`、`0.1.1-rc.2`、`0.1.2-rc.1`、`0.1.5-rc.1`;移除已退役的 `dsh-client-runtime` peer 与客户端加载声明,避免引入旧运行时。
|
|
10
|
+
- 新增四版本真实宿主兼容测试,覆盖 Agent 作用域技能读取、启停权限刷新与源文件保护;技能管理与来源策略保持原有行为。
|
|
11
|
+
|
|
7
12
|
## 0.1.45 - 2026-09-09
|
|
8
13
|
|
|
9
14
|
- 修复 bundle 内部资源耗尽扫描预算的问题:普通 bundle 作为叶子并跳过 `node_modules`,根技能仍允许嵌套发现。重叠的项目 Agent 来源现在隐藏,防止绕过用户停用策略。
|
|
@@ -21,8 +26,3 @@
|
|
|
21
26
|
## 0.1.42 - 2026-09-07
|
|
22
27
|
|
|
23
28
|
- 修复发布契约校验,合法的包版本升级不再阻断验证和 npm 发布。
|
|
24
|
-
|
|
25
|
-
## 0.1.41 - 2026-09-07
|
|
26
|
-
|
|
27
|
-
- 新增独立的插件内检查更新能力:仅在已验证的 DSH 更新服务可用时自动更新,其余环境提供与 Profile 对应的手工更新命令。
|
|
28
|
-
- 更新按钮图标不再依赖 `react-dom/client`,避免宿主未注册该模块 id 时客户端无法加载。
|
package/README.md
CHANGED
|
@@ -63,7 +63,8 @@ For a ready-to-use workbench, download [DSH Codex Desktop](https://github.com/Mi
|
|
|
63
63
|
|
|
64
64
|
- A working DeepSeek Harness Web installation with `dsh` available in PowerShell.
|
|
65
65
|
- Examples use the `web` profile; replace it with the target profile.
|
|
66
|
-
-
|
|
66
|
+
- Plugin `0.1.46` is tested with DeepSeek Harness `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, and `0.1.5-rc.1`. Development dependencies remain pinned to `0.1.5-rc.1`; other Host versions are not implicitly supported.
|
|
67
|
+
- Source installation and development require Node.js `^22.19.0 || >=24.0.0`. npm installation does not require running `npm install` in an arbitrary directory.
|
|
67
68
|
|
|
68
69
|
## Installation
|
|
69
70
|
|
package/README.zh-CN.md
CHANGED
|
@@ -64,7 +64,8 @@ DSH 本地技能移入回收站前需要确认;永久删除前仍可恢复:
|
|
|
64
64
|
|
|
65
65
|
- 已可正常运行 DeepSeek Harness Web,且可在 PowerShell 中使用 `dsh`。
|
|
66
66
|
- 以下示例使用 `web` profile;请替换为实际目标 profile。
|
|
67
|
-
-
|
|
67
|
+
- `0.1.46` 已验证兼容 DeepSeek Harness `0.1.0-rc.8`、`0.1.1-rc.2`、`0.1.2-rc.1`、`0.1.5-rc.1`;开发依赖固定使用 `0.1.5-rc.1`,不自动声明支持其他版本。
|
|
68
|
+
- 从源码安装或二次开发需要 Node.js `^22.19.0 || >=24.0.0`;仅从 npm 安装无需在任意目录执行 `npm install`。
|
|
68
69
|
|
|
69
70
|
## 安装
|
|
70
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@michengai/dsh-skills-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.46",
|
|
4
4
|
"description": "NPM-installable DSH Web plugin for safely loading and managing skills across DSH and common local Agents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"client": {
|
|
34
34
|
"inject": [
|
|
35
|
-
"@deepseek-ai/dsh-client-runtime",
|
|
36
35
|
"@deepseek-ai/dsh-client-ui-slots",
|
|
37
36
|
"@deepseek-ai/dsh-client-locale"
|
|
38
37
|
],
|
|
@@ -44,7 +43,8 @@
|
|
|
44
43
|
"test": "npm run build && node test/build-test.mjs && node test/core-test.mjs && node test/readonly-discovery.test.mjs && node test/locale-test.mjs",
|
|
45
44
|
"verify": "npm test && npm run pack:check && node scripts/check-generated.mjs",
|
|
46
45
|
"pack:check": "npm pack --dry-run --json",
|
|
47
|
-
"prepublishOnly": "npm run verify"
|
|
46
|
+
"prepublishOnly": "npm run verify",
|
|
47
|
+
"test:compat": "node scripts/test-host-compatibility.mjs"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -52,28 +52,27 @@
|
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@deepseek-ai/cordis": ">=4.0.1 <5.0.0",
|
|
55
|
-
"@deepseek-ai/dsh-client-locale": "
|
|
56
|
-
"@deepseek-ai/dsh-client-
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
59
|
-
"@deepseek-ai/dsh-
|
|
60
|
-
"@deepseek-ai/dsh-
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/dsh-web-app": ">=0.1.0-rc.5 <0.2.0",
|
|
55
|
+
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
56
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
58
|
+
"@deepseek-ai/dsh-host-webserver": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
59
|
+
"@deepseek-ai/dsh-session": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
60
|
+
"@deepseek-ai/dsh-skill": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
61
|
+
"@deepseek-ai/dsh-tools": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
62
|
+
"@deepseek-ai/dsh-web-app": "0.1.0-rc.8 || 0.1.1-rc.2 || 0.1.2-rc.1 || 0.1.5-rc.1",
|
|
64
63
|
"react": "^18.2.0"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
67
66
|
"@deepseek-ai/cordis": "4.0.2",
|
|
68
|
-
"@deepseek-ai/dsh-client-locale": "0.1.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.
|
|
71
|
-
"@deepseek-ai/dsh-host-webserver": "0.1.
|
|
72
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
73
|
-
"@deepseek-ai/dsh-scope": "0.1.
|
|
74
|
-
"@deepseek-ai/dsh-skill": "0.1.
|
|
75
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
76
|
-
"@deepseek-ai/dsh-web-app": "0.1.
|
|
67
|
+
"@deepseek-ai/dsh-client-locale": "0.1.5-rc.1",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.1",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1",
|
|
70
|
+
"@deepseek-ai/dsh-host-webserver": "0.1.5-rc.1",
|
|
71
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.1",
|
|
72
|
+
"@deepseek-ai/dsh-scope": "0.1.5-rc.1",
|
|
73
|
+
"@deepseek-ai/dsh-skill": "0.1.5-rc.1",
|
|
74
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.1",
|
|
75
|
+
"@deepseek-ai/dsh-web-app": "0.1.5-rc.1",
|
|
77
76
|
"esbuild": "0.25.0"
|
|
78
77
|
},
|
|
79
78
|
"engines": {
|