relay-dsh-plugin-claude 0.2.3-rc.2 → 0.2.3
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 +4 -4
- package/README.zh.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Claude Code Conversations for DeepSeek Harness
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **Stable `0.2.3` is verified on official DSH `0.1.5-rc.2` and `0.1.6-alpha.1`.** Imported history now supplies the settlement stream required by current DSH while remaining valid on rc.2; peer metadata declares both exact 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.6-alpha.1-20260915).
|
|
4
4
|
|
|
5
|
-
> **Release channels:** `latest` → `0.2.
|
|
5
|
+
> **Release channels:** `latest` → `0.2.3`; `next` → `0.2.3-rc.2`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-claude@next
|
|
@@ -361,10 +361,10 @@ 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.3` additionally supports official DSH `0.1.5-rc.2` and `0.1.6-alpha.1`; install it from npm `latest` or Git tag `v0.2.3`.
|
|
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
|
|
368
368
|
# Git tag alternative, after publication:
|
|
369
|
-
npx @deepseek-ai/dsh@0.1.
|
|
369
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.3
|
|
370
370
|
```
|
package/README.zh.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# 在 DeepSeek Harness 中使用 Claude Code 对话
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **稳定版 `0.2.3` 已在官方 DSH `0.1.5-rc.2` 和 `0.1.6-alpha.1` 上验证。** 导入历史现在会提供新版 DSH 要求的结算 stream,同时保持 rc.2 有效;peer 元数据已声明两个精确版本。[从 npm 安装](https://www.npmjs.com/package/relay-dsh-plugin-claude) · [兼容性证据](https://github.com/yangbobo2021/Relay/tree/codex/relay-foundation/dsh-lab/dsh-0.1.6-alpha.1-20260915)。
|
|
4
4
|
|
|
5
|
-
> **发布通道:** `latest` → `0.2.
|
|
5
|
+
> **发布通道:** `latest` → `0.2.3`;`next` → `0.2.3-rc.2`。
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-claude@next
|
|
@@ -331,10 +331,10 @@ npm pack
|
|
|
331
331
|
|
|
332
332
|
### 已发布稳定版安装
|
|
333
333
|
|
|
334
|
-
稳定版 `0.2.
|
|
334
|
+
稳定版 `0.2.3` 进一步支持官方 DSH `0.1.5-rc.2` 和 `0.1.6-alpha.1`;可通过 npm `latest` 或 Git Tag `v0.2.3` 安装。
|
|
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
|
|
338
338
|
# Git tag alternative, after publication:
|
|
339
|
-
npx @deepseek-ai/dsh@0.1.
|
|
339
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add github:yangbobo2021/relay-dsh-plugin-claude#v0.2.3
|
|
340
340
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relay-dsh-plugin-claude",
|
|
3
|
-
"version": "0.2.3
|
|
3
|
+
"version": "0.2.3",
|
|
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.3
|
|
96
|
+
"relay-dsh-plugin-session-import": "0.2.3",
|
|
97
97
|
"sharp": "^0.35.3",
|
|
98
98
|
"zod": "4.4.3"
|
|
99
99
|
},
|