relay-dsh-plugin-claude 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 +6 -6
- package/README.zh.md +6 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **Now supports DSH `0.1.2-rc.1` while retaining `0.1.2-alpha.3` compatibility.** Plugin `0.2.2` is verified on both releases. [Install it from npm](https://www.npmjs.com/package/relay-dsh-plugin-claude) · [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-claude@0.2.2
|
|
@@ -15,7 +15,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 web
|
|
|
15
15
|
[](https://github.com/yangbobo2021/relay-dsh-plugin-claude/stargazers)
|
|
16
16
|
[](LICENSE)
|
|
17
17
|
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
18
|
-
[](https://www.npmjs.com/package/relay-dsh-plugin-claude/v/0.2.
|
|
18
|
+
[](https://www.npmjs.com/package/relay-dsh-plugin-claude/v/0.2.2)
|
|
19
19
|
|
|
20
20
|
English | [中文](README.zh.md)
|
|
21
21
|
|
|
@@ -118,7 +118,7 @@ Use `@latest` to install the current stable release:
|
|
|
118
118
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@latest
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
At the time of writing, `latest` resolves to stable version `0.2.
|
|
121
|
+
At the time of writing, `latest` resolves to stable version `0.2.2`. The linked
|
|
122
122
|
npm page is the source of truth for the current version.
|
|
123
123
|
|
|
124
124
|
#### npm prerelease (recommended during DSH preview)
|
|
@@ -131,7 +131,7 @@ contains the latest model-selection synchronization fix:
|
|
|
131
131
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@next
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
At the time of writing, `next` resolves to `0.2.
|
|
134
|
+
At the time of writing, `next` resolves to `0.2.3-rc.1`.
|
|
135
135
|
|
|
136
136
|
#### GitHub development build
|
|
137
137
|
|
|
@@ -145,7 +145,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/rel
|
|
|
145
145
|
full Commit SHA instead. For example:
|
|
146
146
|
|
|
147
147
|
```bash
|
|
148
|
-
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.
|
|
148
|
+
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.3-rc.1
|
|
149
149
|
```
|
|
150
150
|
|
|
151
151
|
The official DSH CLI initializes the `web` Profile if it does not exist, asks
|
|
@@ -361,7 +361,7 @@ Report bugs and feature requests in this repository's
|
|
|
361
361
|
|
|
362
362
|
### Published stable installation
|
|
363
363
|
|
|
364
|
-
Stable `0.2.
|
|
364
|
+
Stable `0.2.2` targets DSH `0.1.1-rc.2` and the `0.1.2` preview line through `0.1.2-rc.1`; install it from npm `latest` or Git tag `v0.2.2`.
|
|
365
365
|
|
|
366
366
|
```sh
|
|
367
367
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@latest
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **现已支持 DSH `0.1.2-rc.1`,并保留对 `0.1.2-alpha.3` 的兼容。** 插件 `0.2.2` 已在两个版本上完成验证。[从 npm 安装](https://www.npmjs.com/package/relay-dsh-plugin-claude) · [兼容性证据](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-claude@0.2.2
|
|
@@ -15,7 +15,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 web
|
|
|
15
15
|
[](https://github.com/yangbobo2021/relay-dsh-plugin-claude/stargazers)
|
|
16
16
|
[](LICENSE)
|
|
17
17
|
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
18
|
-
[](https://www.npmjs.com/package/relay-dsh-plugin-claude/v/0.2.
|
|
18
|
+
[](https://www.npmjs.com/package/relay-dsh-plugin-claude/v/0.2.2)
|
|
19
19
|
|
|
20
20
|
[English](README.md) | 中文
|
|
21
21
|
|
|
@@ -113,7 +113,7 @@ claude
|
|
|
113
113
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@latest
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
本文更新时,`latest` 指向稳定版 `0.2.
|
|
116
|
+
本文更新时,`latest` 指向稳定版 `0.2.2`。最新版本请以链接中的 npm 页面
|
|
117
117
|
为准。
|
|
118
118
|
|
|
119
119
|
#### npm 预发布版(DSH 预览阶段推荐)
|
|
@@ -125,7 +125,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude
|
|
|
125
125
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@next
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
本文更新时,`next` 指向 `0.2.
|
|
128
|
+
本文更新时,`next` 指向 `0.2.3-rc.1`。
|
|
129
129
|
|
|
130
130
|
#### GitHub 开发版
|
|
131
131
|
|
|
@@ -139,7 +139,7 @@ npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/rel
|
|
|
139
139
|
SHA。例如:
|
|
140
140
|
|
|
141
141
|
```bash
|
|
142
|
-
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.
|
|
142
|
+
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.3-rc.1
|
|
143
143
|
```
|
|
144
144
|
|
|
145
145
|
官方 DSH CLI 会在需要时初始化 `web` Profile,通过 `pnpm` 安装所选软件包和
|
|
@@ -331,7 +331,7 @@ npm pack
|
|
|
331
331
|
|
|
332
332
|
### 已发布稳定版安装
|
|
333
333
|
|
|
334
|
-
稳定版 `0.2.
|
|
334
|
+
稳定版 `0.2.2` 面向 DSH `0.1.1-rc.2` 以及截至 `0.1.2-rc.1` 的 `0.1.2` 预览版本线;可通过 npm `latest` 或 Git Tag `v0.2.2` 安装。
|
|
335
335
|
|
|
336
336
|
```sh
|
|
337
337
|
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add relay-dsh-plugin-claude@latest
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relay-dsh-plugin-claude",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3-rc.1",
|
|
4
4
|
"description": "Claude Code integration plugin for DeepSeek Harness, providing native Claude conversations powered by the Claude Agent SDK, with model selection, approvals, questions, tools, and session continuation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@anthropic-ai/claude-agent-sdk": "^0.3.241",
|
|
94
94
|
"@anthropic-ai/sdk": "^0.120.0",
|
|
95
95
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
96
|
-
"relay-dsh-plugin-session-import": "0.2.
|
|
96
|
+
"relay-dsh-plugin-session-import": "0.2.3-rc.1",
|
|
97
97
|
"sharp": "^0.35.3",
|
|
98
98
|
"zod": "4.4.3"
|
|
99
99
|
},
|
|
@@ -129,6 +129,6 @@
|
|
|
129
129
|
"tsdown": "0.22.2",
|
|
130
130
|
"typescript": "6.0.3",
|
|
131
131
|
"vitest": "^4.1.8",
|
|
132
|
-
"relay-dsh-plugin-session-import": "github:yangbobo2021/relay-dsh-plugin-session-import#
|
|
132
|
+
"relay-dsh-plugin-session-import": "github:yangbobo2021/relay-dsh-plugin-session-import#1b789b387e334f65ba364b1ed5fb91c861c5d045"
|
|
133
133
|
}
|
|
134
134
|
}
|