relay-dsh-plugin-manager 0.2.0-rc.1 → 0.2.0
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/README.md +1 -1
- package/README.zh.md +1 -1
- package/docs/dsh-0.1.2-alpha.2.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
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).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
|
|
7
7
|
npx @deepseek-ai/dsh@0.1.2-alpha.2 web
|
|
8
8
|
```
|
|
9
9
|
|
package/README.zh.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
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)。
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-manager@0.2.0
|
|
7
7
|
npx @deepseek-ai/dsh@0.1.2-alpha.2 web
|
|
8
8
|
```
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# DSH
|
|
1
|
+
# DSH 双版本兼容
|
|
2
2
|
|
|
3
|
-
同一个 `0.2.0
|
|
3
|
+
同一个 `0.2.0` 稳定包的兼容目标:
|
|
4
4
|
|
|
5
5
|
| DSH | 官方提交 |
|
|
6
6
|
| --- | --- |
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
不按 DSH 版本分别发包;不要求旧用户先升级管理器。没有自定义精确版本白名单。
|
|
11
11
|
DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然执行的安装拦截。
|
|
12
|
-
|
|
12
|
+
稳定版通过 npm `latest` 发布;候选版 `0.2.0-rc.1` 保留在 `next` 通道。
|
|
13
13
|
|
|
14
14
|
## 本插件变更
|
|
15
15
|
|
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.0",
|
|
4
4
|
"description": "Conversation-first plugin discovery and lifecycle management for DeepSeek Harness.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public",
|
|
29
|
-
"tag": "
|
|
29
|
+
"tag": "latest"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"clean": "node -e \"require('node:fs').rmSync('lib',{recursive:true,force:true})\"",
|