relay-dsh-plugin-session-import 0.2.2 → 0.2.3-rc.2
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 +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Relay DSH Session Import
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **Release candidate `0.2.3-rc.2` is verified on official DSH `0.1.5-rc.2` and `0.1.6-alpha.1`.** No implementation adaptation was required. [Install it from npm](https://www.npmjs.com/package/relay-dsh-plugin-session-import) · [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.2`; `next` → `0.2.
|
|
5
|
+
> **Release channels:** `latest` → `0.2.2`; `next` → `0.2.3-rc.2`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx @deepseek-ai/dsh@0.1.
|
|
9
|
-
npx @deepseek-ai/dsh@0.1.
|
|
8
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-session-import@next relay-dsh-plugin-codex@next
|
|
9
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 web
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
[](https://github.com/deepseek-ai/deepseek-harness)
|
package/README.zh.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Relay DSH 会话导入中心
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> **候选版本 `0.2.3-rc.2` 已在官方 DSH `0.1.5-rc.2` 和 `0.1.6-alpha.1` 上验证。** 无需修改实现。[从 npm 安装](https://www.npmjs.com/package/relay-dsh-plugin-session-import) · [兼容性证据](https://github.com/yangbobo2021/Relay/tree/codex/relay-foundation/dsh-lab/dsh-0.1.6-alpha.1-20260915)。
|
|
4
4
|
|
|
5
|
-
> **发布通道:** `latest` → `0.2.2`;`next` → `0.2.
|
|
5
|
+
> **发布通道:** `latest` → `0.2.2`;`next` → `0.2.3-rc.2`。
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx @deepseek-ai/dsh@0.1.
|
|
9
|
-
npx @deepseek-ai/dsh@0.1.
|
|
8
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-session-import@next relay-dsh-plugin-codex@next
|
|
9
|
+
npx @deepseek-ai/dsh@0.1.6-alpha.1 web
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
[](https://github.com/deepseek-ai/deepseek-harness)
|