relay-dsh-plugin-manager 0.3.0 → 0.3.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 CHANGED
@@ -1,12 +1,12 @@
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.** The stable channel includes the evidence-backed DSH Registry search provider and anonymous operational analytics. [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).
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 channel:** install `relay-dsh-plugin-manager@latest` to receive the current stable manager.
5
+ > **Release channels:** `latest` → `0.3.1`; `next` → `0.3.1-rc.2`.
6
6
 
7
7
  ```bash
8
- npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-manager@latest
9
- npx @deepseek-ai/dsh@0.1.2-rc.1 web
8
+ npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-manager@next
9
+ npx @deepseek-ai/dsh@0.1.6-alpha.1 web
10
10
  ```
11
11
 
12
12
  [![npm version](https://img.shields.io/npm/v/relay-dsh-plugin-manager?label=npm)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
package/README.zh.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # 在 DeepSeek Harness 对话中管理插件
2
2
 
3
- > **现已支持 DSH `0.1.2-rc.1`,并保留对 `0.1.2-alpha.3` 的兼容。** 稳定通道已接入有证据边界的 DSH Registry 搜索和匿名运行统计。[从 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)。
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
- > **发布通道:** 安装 `relay-dsh-plugin-manager@latest` 即可获得当前稳定版管理器。
5
+ > **发布通道:** `latest` → `0.3.1`;`next` → `0.3.1-rc.2`。
6
6
 
7
7
  ```bash
8
- npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-manager@latest
9
- npx @deepseek-ai/dsh@0.1.2-rc.1 web
8
+ npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-manager@next
9
+ npx @deepseek-ai/dsh@0.1.6-alpha.1 web
10
10
  ```
11
11
 
12
12
  [![npm 版本](https://img.shields.io/npm/v/relay-dsh-plugin-manager?label=npm)](https://www.npmjs.com/package/relay-dsh-plugin-manager)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relay-dsh-plugin-manager",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Conversation-first plugin discovery and lifecycle management for DeepSeek Harness.",
5
5
  "keywords": [
6
6
  "deepseek-harness",
@@ -92,13 +92,13 @@
92
92
  "@deepseek-ai/cordis": ">=4.0.1 <5",
93
93
  "@deepseek-ai/cordis-plugin-include": ">=1.0.6 <2",
94
94
  "@deepseek-ai/cordis-plugin-loader": ">=1.0.2 <2",
95
- "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
96
- "@deepseek-ai/dsh-client-locale": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
97
- "@deepseek-ai/dsh-client-ui-settings": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
98
- "@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
99
- "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
100
- "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0",
101
- "@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0"
95
+ "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
96
+ "@deepseek-ai/dsh-client-locale": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
97
+ "@deepseek-ai/dsh-client-ui-settings": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
98
+ "@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
99
+ "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
100
+ "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1",
101
+ "@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <0.1.2-0 || >=0.1.2-alpha.2 <0.1.3-0 || 0.1.5-rc.2 || 0.1.6-alpha.1"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "@deepseek-ai/cordis": {