relay-dsh-plugin-manager 0.3.1 → 0.3.2-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 +2 -2
- package/README.zh.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **Stable `0.3.1` is verified on official DSH `0.1.5-rc.2` and `0.1.6-alpha.1`.** No implementation adaptation was required; its peer metadata declares both exact releases. [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.6-alpha.1-20260915).
|
|
4
4
|
|
|
5
|
-
> **Release channels:** `latest` → `0.3.1`; `next` → `0.3.
|
|
5
|
+
> **Release channels:** `latest` → `0.3.1`; `next` → `0.3.2-rc.1`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-manager@next
|
|
@@ -191,4 +191,4 @@ for installation combinations and compatibility notes.
|
|
|
191
191
|
## Feedback
|
|
192
192
|
|
|
193
193
|
Report bugs and feature requests in the
|
|
194
|
-
[issue tracker](https://github.com/yangbobo2021/relay-dsh-plugin-manager/issues).
|
|
194
|
+
[issue tracker](https://github.com/yangbobo2021/relay-dsh-plugin-manager/issues).
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **稳定版 `0.3.1` 已在官方 DSH `0.1.5-rc.2` 和 `0.1.6-alpha.1` 上验证。** 无需修改实现,peer 元数据已声明两个精确版本。[从 npm 安装](https://www.npmjs.com/package/relay-dsh-plugin-manager) · [兼容性证据](https://github.com/yangbobo2021/Relay/tree/codex/relay-foundation/dsh-lab/dsh-0.1.6-alpha.1-20260915)。
|
|
4
4
|
|
|
5
|
-
> **发布通道:** `latest` → `0.3.1`;`next` → `0.3.
|
|
5
|
+
> **发布通道:** `latest` → `0.3.1`;`next` → `0.3.2-rc.1`。
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-manager@next
|
|
@@ -168,4 +168,4 @@ npm/GitHub 别名。Agent 从候选池中构造“最小完整答案”:覆盖
|
|
|
168
168
|
## 反馈
|
|
169
169
|
|
|
170
170
|
问题和需求可以提交到本仓库的
|
|
171
|
-
[Issue Tracker](https://github.com/yangbobo2021/relay-dsh-plugin-manager/issues)。
|
|
171
|
+
[Issue Tracker](https://github.com/yangbobo2021/relay-dsh-plugin-manager/issues)。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relay-dsh-plugin-manager",
|
|
3
|
-
"version": "0.3.1",
|
|
3
|
+
"version": "0.3.2-rc.1",
|
|
4
4
|
"description": "Conversation-first plugin discovery and lifecycle management for DeepSeek Harness.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -158,4 +158,4 @@
|
|
|
158
158
|
"@deepseek-ai/dsh-api-session-controller": "0.1.2-rc.1",
|
|
159
159
|
"@deepseek-ai/dsh-api-workspace-controller": "0.1.2-rc.1"
|
|
160
160
|
}
|
|
161
|
-
}
|
|
161
|
+
}
|