relay-dsh-plugin-manager 0.2.2 → 0.2.3-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/README.md +3 -3
- package/README.zh.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Manage DeepSeek Harness Plugins from Chat
|
|
2
2
|
|
|
3
|
-
> **Now supports DSH `0.1.2-rc.1` while retaining `0.1.2-alpha.3` compatibility.**
|
|
3
|
+
> **Now supports DSH `0.1.2-rc.1` while retaining `0.1.2-alpha.3` compatibility.** Stable `0.2.2` and preview `0.2.3-rc.1` contain the verified compatibility changes. [Install it from npm](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [Compatibility evidence](https://github.com/yangbobo2021/Relay/tree/codex/relay-foundation/dsh-lab/dsh-0.1.2-rc.1-20260903).
|
|
4
4
|
|
|
5
|
-
> **Release channels:** `latest` → `0.2.2`; `next` → `0.2.
|
|
5
|
+
> **Release channels:** `latest` → `0.2.2`; `next` → `0.2.3-rc.1`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-manager@0.2.2
|
|
@@ -14,7 +14,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 web
|
|
|
14
14
|
[](https://www.npmjs.com/package/relay-dsh-plugin-manager)
|
|
15
15
|
[](https://github.com/yangbobo2021/relay-dsh-plugin-manager/stargazers)
|
|
16
16
|
[](LICENSE)
|
|
17
|
-
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
18
18
|
[](.github/workflows/release.yml)
|
|
19
19
|
|
|
20
20
|
English | [中文](README.zh.md)
|
package/README.zh.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# 在 DeepSeek Harness 对话中管理插件
|
|
2
2
|
|
|
3
|
-
> **现已支持 DSH `0.1.2-rc.1`,并保留对 `0.1.2-alpha.3` 的兼容。**
|
|
3
|
+
> **现已支持 DSH `0.1.2-rc.1`,并保留对 `0.1.2-alpha.3` 的兼容。** 稳定版 `0.2.2` 与预览版 `0.2.3-rc.1` 均包含已验证的兼容修改。[从 npm 安装](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [兼容性证据](https://github.com/yangbobo2021/Relay/tree/codex/relay-foundation/dsh-lab/dsh-0.1.2-rc.1-20260903)。
|
|
4
4
|
|
|
5
|
-
> **发布通道:** `latest` → `0.2.2`;`next` → `0.2.
|
|
5
|
+
> **发布通道:** `latest` → `0.2.2`;`next` → `0.2.3-rc.1`。
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-manager@0.2.2
|
|
@@ -14,7 +14,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 web
|
|
|
14
14
|
[](https://www.npmjs.com/package/relay-dsh-plugin-manager)
|
|
15
15
|
[](https://github.com/yangbobo2021/relay-dsh-plugin-manager/stargazers)
|
|
16
16
|
[](LICENSE)
|
|
17
|
-
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
18
18
|
[](.github/workflows/release.yml)
|
|
19
19
|
|
|
20
20
|
[English](README.md) | 中文
|