@michengai/dsh-skills-manager 0.1.36 → 0.1.37

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 CHANGED
@@ -6,6 +6,12 @@ The five most recent published versions are listed below.
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## 0.1.37 - 2026-09-03
10
+
11
+ - Updated the direct DSH development dependencies from `0.1.2-alpha.5` to `0.1.2-rc.1` without changing the published peer-dependency contract.
12
+ - Rebased the dependency-version regression assertion on RC.1 and verified the complete package gate.
13
+ - Verified plugin registration, the Skill provider, SessionStore access, and the HTTP state endpoint against the real RC.1 Cordis host services.
14
+
9
15
  ## 0.1.36 - 2026-09-03
10
16
 
11
17
  - Separated maintained runtime source under `src` from generated `lib` package artifacts, with a reproducible Host and AMD-client build.
@@ -6,6 +6,12 @@
6
6
 
7
7
  ## 未发布
8
8
 
9
+ ## 0.1.37 - 2026-09-03
10
+
11
+ - 将直接 DSH 开发依赖从 `0.1.2-alpha.5` 升级至 `0.1.2-rc.1`,不改动已发布的 peer 依赖兼容范围。
12
+ - 将依赖版本回归断言同步到 RC.1,并完成完整发布门禁验证。
13
+ - 使用真实 RC.1 Cordis 宿主服务验证插件注册、Skill Provider、SessionStore 访问和 HTTP 状态接口。
14
+
9
15
  ## 0.1.36 - 2026-09-03
10
16
 
11
17
  - 将可维护运行源码统一迁移到 `src`,`lib` 改为可复现生成的 Host 与 AMD 客户端发布产物。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-skills-manager",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
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": {
@@ -64,14 +64,14 @@
64
64
  "react": "^18.2.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.5",
68
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-alpha.5",
69
- "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.5",
70
- "@deepseek-ai/dsh-host-webserver": "0.1.2-alpha.5",
71
- "@deepseek-ai/dsh-session": "0.1.2-alpha.5",
72
- "@deepseek-ai/dsh-skill": "0.1.2-alpha.5",
73
- "@deepseek-ai/dsh-tools": "0.1.2-alpha.5",
74
- "@deepseek-ai/dsh-web-app": "0.1.2-alpha.5",
67
+ "@deepseek-ai/dsh-client-locale": "0.1.2-rc.1",
68
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1",
69
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
70
+ "@deepseek-ai/dsh-host-webserver": "0.1.2-rc.1",
71
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
72
+ "@deepseek-ai/dsh-skill": "0.1.2-rc.1",
73
+ "@deepseek-ai/dsh-tools": "0.1.2-rc.1",
74
+ "@deepseek-ai/dsh-web-app": "0.1.2-rc.1",
75
75
  "esbuild": "0.25.0"
76
76
  },
77
77
  "engines": {