relay-dsh-plugin-manager 0.2.0 → 0.2.1-rc.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 CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project are documented here.
4
4
 
5
+ ## [0.2.1] - 2026-09-01
6
+
7
+ ### Compatibility
8
+
9
+ - Publicly document support for official DSH `0.1.2-alpha.3` at commit
10
+ `dd6322d604e00eec1ba5e0c8541159906a21094a` while retaining verified support
11
+ for DSH `0.1.2-alpha.2` and `0.1.1-rc.2`.
12
+ - Move the package's DSH development dependencies to `0.1.2-alpha.3`, so the
13
+ release verification exercises the newly advertised host version.
14
+ - Runtime plugin behavior is unchanged from `0.2.0`.
15
+
5
16
  ## [0.1.1] - 2026-08-31
6
17
 
7
18
  ### Changed
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Manage DeepSeek Harness Plugins from Chat
2
2
 
3
- > **Now supports the latest DSH `0.1.2-alpha.2`.** The same plugin release is verified on DSH `0.1.2-alpha.2` and `0.1.1-rc.2`. [Install it and try the latest DSH](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [Compatibility details](docs/dsh-0.1.2-alpha.2.md).
3
+ > **Now supports the latest DSH `0.1.2-alpha.3`.** Plugin `0.2.1` is verified on DSH `0.1.2-alpha.3`, `0.1.2-alpha.2`, and `0.1.1-rc.2`. [Install it and try the latest DSH](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [Compatibility details](docs/dsh-0.1.2-alpha.3.md).
4
+
5
+ > **Release channels:** `latest` → `0.2.1`; `next` → `0.2.1-rc.1`.
4
6
 
5
7
  ```bash
6
- npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
7
- npx @deepseek-ai/dsh@0.1.2-alpha.2 web
8
+ npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add relay-dsh-plugin-manager@0.2.1
9
+ npx @deepseek-ai/dsh@0.1.2-alpha.3 web
8
10
  ```
9
11
 
10
12
  [![npm version](https://img.shields.io/npm/v/relay-dsh-plugin-manager?label=npm)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
@@ -12,7 +14,7 @@ npx @deepseek-ai/dsh@0.1.2-alpha.2 web
12
14
  [![npm downloads](https://img.shields.io/npm/dm/relay-dsh-plugin-manager?label=downloads)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
13
15
  [![GitHub stars](https://img.shields.io/github/stars/yangbobo2021/relay-dsh-plugin-manager?style=flat)](https://github.com/yangbobo2021/relay-dsh-plugin-manager/stargazers)
14
16
  [![MIT license](https://img.shields.io/github/license/yangbobo2021/relay-dsh-plugin-manager)](LICENSE)
15
- [![DSH compatibility](https://img.shields.io/badge/DSH-0.1.1--rc.2%20%7C%200.1.2--alpha.2-2f7d68)](https://github.com/deepseek-ai/deepseek-harness)
17
+ [![DSH compatibility](https://img.shields.io/badge/DSH-0.1.1--rc.2%20%7C%200.1.2--alpha.2%20%7C%200.1.2--alpha.3-2f7d68)](https://github.com/deepseek-ai/deepseek-harness)
16
18
  [![npm trusted publishing](https://img.shields.io/badge/npm_trusted_publishing-enabled-2f9e44)](.github/workflows/release.yml)
17
19
 
18
20
  English | [中文](README.zh.md)
@@ -55,7 +57,7 @@ dsh web
55
57
  ```
56
58
 
57
59
  If `dsh` is not on `PATH`, replace it with
58
- `pnpm dlx @deepseek-ai/dsh@0.1.1-rc.2` in both commands.
60
+ `pnpm dlx @deepseek-ai/dsh@0.1.2-alpha.3` in both commands.
59
61
 
60
62
  The plugin appears under **Settings > Plugins > Recommended plugins**, the tab
61
63
  that Settings > Plugins opens on. It presents the recommended conversation-backend
package/README.zh.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # 在 DeepSeek Harness 对话中管理插件
2
2
 
3
- > **现已支持最新 DSH `0.1.2-alpha.2`。** 同一插件版本已在 DSH `0.1.2-alpha.2` 与 `0.1.1-rc.2` 上完成兼容验证。[安装插件,立即体验最新版 DSH](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [兼容性详情](docs/dsh-0.1.2-alpha.2.md)。
3
+ > **现已支持最新 DSH `0.1.2-alpha.3`。** 插件 `0.2.1` 已在 DSH `0.1.2-alpha.3`、`0.1.2-alpha.2` 与 `0.1.1-rc.2` 上完成兼容验证。[安装插件,立即体验最新版 DSH](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [兼容性详情](docs/dsh-0.1.2-alpha.3.md)。
4
+
5
+ > **发布通道:** `latest` → `0.2.1`;`next` → `0.2.1-rc.1`。
4
6
 
5
7
  ```bash
6
- npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
7
- npx @deepseek-ai/dsh@0.1.2-alpha.2 web
8
+ npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add relay-dsh-plugin-manager@0.2.1
9
+ npx @deepseek-ai/dsh@0.1.2-alpha.3 web
8
10
  ```
9
11
 
10
12
  [![npm 版本](https://img.shields.io/npm/v/relay-dsh-plugin-manager?label=npm)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
@@ -12,7 +14,7 @@ npx @deepseek-ai/dsh@0.1.2-alpha.2 web
12
14
  [![npm 月下载量](https://img.shields.io/npm/dm/relay-dsh-plugin-manager?label=downloads)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
13
15
  [![GitHub Stars](https://img.shields.io/github/stars/yangbobo2021/relay-dsh-plugin-manager?style=flat)](https://github.com/yangbobo2021/relay-dsh-plugin-manager/stargazers)
14
16
  [![MIT 许可证](https://img.shields.io/github/license/yangbobo2021/relay-dsh-plugin-manager)](LICENSE)
15
- [![DSH 兼容版本](https://img.shields.io/badge/DSH-0.1.1--rc.2%20%7C%200.1.2--alpha.2-2f7d68)](https://github.com/deepseek-ai/deepseek-harness)
17
+ [![DSH 兼容版本](https://img.shields.io/badge/DSH-0.1.1--rc.2%20%7C%200.1.2--alpha.2%20%7C%200.1.2--alpha.3-2f7d68)](https://github.com/deepseek-ai/deepseek-harness)
16
18
  [![npm 可信发布](https://img.shields.io/badge/npm_trusted_publishing-enabled-2f9e44)](.github/workflows/release.yml)
17
19
 
18
20
  [English](README.md) | 中文
@@ -54,7 +56,7 @@ dsh web
54
56
  ```
55
57
 
56
58
  如果 `PATH` 中没有 `dsh`,请在两条命令中将它替换为
57
- `pnpm dlx @deepseek-ai/dsh@0.1.1-rc.2`。
59
+ `pnpm dlx @deepseek-ai/dsh@0.1.2-alpha.3`。
58
60
 
59
61
  安装后,**设置 > 插件** 会默认打开 **推荐插件** 标签页,在这里介绍推荐的
60
62
  对话后端插件,并附一份简短帮助。实际的插件管理仍在 Chat 对话中完成。
@@ -1,11 +1,12 @@
1
- # DSH 双版本兼容
1
+ # DSH 三版本兼容
2
2
 
3
- 同一个 `0.2.0` 稳定包的兼容目标:
3
+ 同一个 `0.2.1` 稳定包的兼容目标:
4
4
 
5
5
  | DSH | 官方提交 |
6
6
  | --- | --- |
7
7
  | `0.1.1-rc.2` | `b150a551b8d465e31e418e1b2eaf5e79bbb7d28e` |
8
8
  | `0.1.2-alpha.2` | `0a53fb55bea101816fa226bb964ae2bed71c343b` |
9
+ | `0.1.2-alpha.3` | `dd6322d604e00eec1ba5e0c8541159906a21094a` |
9
10
 
10
11
  不按 DSH 版本分别发包;不要求旧用户先升级管理器。没有自定义精确版本白名单。
11
12
  DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然执行的安装拦截。
@@ -13,14 +14,16 @@ DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然
13
14
 
14
15
  ## 本插件变更
15
16
 
17
+ `0.2.1` 不改变既有运行时功能;本次补丁公开记录 `0.1.2-alpha.3` 验收结果,并把发布 CI 的官方 DSH 基线更新到对应提交。
18
+
16
19
  保留原有管理流程,不增加自定义 DSH 精确版本白名单或兼容拦截。声明覆盖两版宿主,并让受控完整生命周期脚本兼容旧版无 launch token、新版必须 token 的启动方式。
17
20
 
18
21
  ## 验收方式与边界
19
22
 
20
- 开发类型检查及构建使用准备好的官方 `0.1.2-alpha.2` 源码。构建一次后,将相同 tarball
21
- 分别安装到两版官方 DSH 的独立临时 profile,检查 Host 启动、浏览器装配、功能注册及
23
+ 开发类型检查及构建使用准备好的官方 `0.1.2-alpha.3` 源码。构建一次后,将相同 tarball
24
+ 分别安装到三版官方 DSH 的独立临时 profile,检查 Host 启动、浏览器装配、功能注册及
22
25
  适用的受控功能;不修改官方源码或日常运行环境。
23
- 跨插件结果在 Relay 的 `dsh-lab/dual-compatibility-20260831/` 中记录;插件独立测试命令:
26
+ 跨插件结果在 Relay 的 `dsh-lab/dsh-0.1.2-alpha.3-20260901/` 中记录;插件独立测试命令:
24
27
 
25
28
  ```sh
26
29
  npm ci --ignore-scripts
@@ -29,6 +32,6 @@ export DSH_ROOT=/path/to/prepared/official/deepseek-harness
29
32
  npm run verify
30
33
  ```
31
34
 
32
- 两版核心回归不等于所有外部服务、平台或未来 DSH 版本均已验证。
35
+ 三版核心回归不等于所有外部服务、平台或未来 DSH 版本均已验证。
33
36
  Claude 真实识图/fork 仍暂缓;Codex Default 模式原生提问限制、Workbench 刷新后尺寸不保留
34
- 均不在本次兼容修复中关闭。所有公开 npm/GitHub 发布后的完整升级路径也需要发布后再验收。
37
+ 均不在本次兼容修复中关闭。公开 npm/GitHub 发布后的完整升级路径将在发布完成后再次验收。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relay-dsh-plugin-manager",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-rc.1",
4
4
  "description": "Conversation-first plugin discovery and lifecycle management for DeepSeek Harness.",
5
5
  "keywords": [
6
6
  "deepseek-harness",
@@ -133,15 +133,15 @@
133
133
  "@deepseek-ai/cordis": "4.0.2",
134
134
  "@deepseek-ai/cordis-plugin-include": "1.0.7",
135
135
  "@deepseek-ai/cordis-plugin-loader": "1.0.3",
136
- "@deepseek-ai/dsh-agent": "0.1.2-alpha.2",
137
- "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.2",
138
- "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.2",
139
- "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.2",
140
- "@deepseek-ai/dsh-commands": "0.1.2-alpha.2",
141
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.2",
142
- "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.2",
143
- "@deepseek-ai/dsh-tools": "0.1.2-alpha.2",
144
- "@deepseek-ai/dsh-user-questions": "0.1.2-alpha.2",
136
+ "@deepseek-ai/dsh-agent": "0.1.2-alpha.3",
137
+ "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.3",
138
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.3",
139
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.3",
140
+ "@deepseek-ai/dsh-commands": "0.1.2-alpha.3",
141
+ "@deepseek-ai/dsh-llm": "0.1.2-alpha.3",
142
+ "@deepseek-ai/dsh-system-prompt": "0.1.2-alpha.3",
143
+ "@deepseek-ai/dsh-tools": "0.1.2-alpha.3",
144
+ "@deepseek-ai/dsh-user-questions": "0.1.2-alpha.3",
145
145
  "@types/node": "^24.0.0",
146
146
  "@types/react": "~18.3.1",
147
147
  "@types/react-dom": "~18.3.0",
@@ -150,9 +150,9 @@
150
150
  "tsdown": "0.22.2",
151
151
  "typescript": "6.0.3",
152
152
  "vitest": "^4.0.0",
153
- "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.2",
154
- "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.2",
155
- "@deepseek-ai/dsh-api-session-controller": "0.1.2-alpha.2",
156
- "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-alpha.2"
153
+ "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.3",
154
+ "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.3",
155
+ "@deepseek-ai/dsh-api-session-controller": "0.1.2-alpha.3",
156
+ "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-alpha.3"
157
157
  }
158
158
  }