relay-dsh-plugin-events 0.2.0 → 0.2.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 +7 -7
- package/README.zh.md +6 -6
- package/docs/{dsh-0.1.2-alpha.2.md → dsh-0.1.2-alpha.3.md} +10 -7
- package/lib/client.js +19 -19
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Relay Events for DeepSeek Harness
|
|
2
2
|
|
|
3
|
-
> **Now supports the latest DSH `0.1.2-alpha.
|
|
3
|
+
> **Now supports the latest DSH `0.1.2-alpha.3`.** Plugin `0.2.1` is verified on DSH `0.1.2-alpha.3`, `0.1.2-alpha.2`, and `0.1.1-rc.2`. [Install it and try the latest DSH](https://www.npmjs.com/package/relay-dsh-plugin-events) · [Compatibility details](docs/dsh-0.1.2-alpha.3.md).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.
|
|
7
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add relay-dsh-plugin-events@0.2.1
|
|
7
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.3 web
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
10
|
+
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
11
11
|
|
|
12
12
|
English | [中文](README.zh.md)
|
|
13
13
|
|
|
@@ -17,7 +17,7 @@ delivery to the owning existing Session, recovery, and a Waiting Events settings
|
|
|
17
17
|
surface without adding an execution backend.
|
|
18
18
|
|
|
19
19
|
The older `internal` npm channel remains available for integration testing and
|
|
20
|
-
does not carry this compatibility guarantee. Use the exact `0.2.
|
|
20
|
+
does not carry this compatibility guarantee. Use the exact `0.2.1`
|
|
21
21
|
versions in the latest-DSH command above; do not substitute `@internal`.
|
|
22
22
|
|
|
23
23
|
```bash
|
|
@@ -39,5 +39,5 @@ GitHub checkout intentionally does not track `lib/`; do not install `#main` as i
|
|
|
39
39
|
it were a built release.
|
|
40
40
|
|
|
41
41
|
Tested official DSH references: `0.1.1-rc.2` at
|
|
42
|
-
`b150a551b8d465e31e418e1b2eaf5e79bbb7d28e
|
|
43
|
-
`0a53fb55bea101816fa226bb964ae2bed71c343b`.
|
|
42
|
+
`b150a551b8d465e31e418e1b2eaf5e79bbb7d28e`, `0.1.2-alpha.2` at
|
|
43
|
+
`0a53fb55bea101816fa226bb964ae2bed71c343b`, and `0.1.2-alpha.3` at `dd6322d604e00eec1ba5e0c8541159906a21094a`.
|
package/README.zh.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# 面向 DeepSeek Harness 的 Relay Events
|
|
2
2
|
|
|
3
|
-
> **现已支持最新 DSH `0.1.2-alpha.
|
|
3
|
+
> **现已支持最新 DSH `0.1.2-alpha.3`。** 插件 `0.2.1` 已在 DSH `0.1.2-alpha.3`、`0.1.2-alpha.2` 与 `0.1.1-rc.2` 上完成兼容验证。[安装插件,立即体验最新版 DSH](https://www.npmjs.com/package/relay-dsh-plugin-events) · [兼容性详情](docs/dsh-0.1.2-alpha.3.md)。
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.
|
|
7
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add relay-dsh-plugin-events@0.2.1
|
|
7
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.3 web
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
10
|
+
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
11
11
|
|
|
12
12
|
[English](README.md) | 中文
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ Wait/Event/Delivery 核心。它提供 Agent 工具、通用 JSON 事件入口
|
|
|
16
16
|
Session 投递、故障恢复以及 Waiting Events 设置界面,但不增加执行后端。
|
|
17
17
|
|
|
18
18
|
旧的 `internal` npm 通道继续用于集成测试,不包含此次兼容保证。请使用上方最新版
|
|
19
|
-
DSH 命令中精确的 `0.2.
|
|
19
|
+
DSH 命令中精确的 `0.2.1` 版本,不要替换为 `@internal`。
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
dsh plugin --profile web add --save-exact relay-dsh-plugin-events@internal
|
|
@@ -34,4 +34,4 @@ dsh web
|
|
|
34
34
|
版本安装。
|
|
35
35
|
|
|
36
36
|
已验证的官方 DSH:`0.1.1-rc.2` / `b150a551b8d465e31e418e1b2eaf5e79bbb7d28e`
|
|
37
|
-
|
|
37
|
+
、`0.1.2-alpha.2` / `0a53fb55bea101816fa226bb964ae2bed71c343b`,以及 `0.1.2-alpha.3` / `dd6322d604e00eec1ba5e0c8541159906a21094a`。
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
# DSH
|
|
1
|
+
# DSH 三版本兼容
|
|
2
2
|
|
|
3
|
-
同一个 `0.2.
|
|
3
|
+
同一个 `0.2.1` 稳定包的兼容目标:
|
|
4
4
|
|
|
5
5
|
| DSH | 官方提交 |
|
|
6
6
|
| --- | --- |
|
|
7
7
|
| `0.1.1-rc.2` | `b150a551b8d465e31e418e1b2eaf5e79bbb7d28e` |
|
|
8
8
|
| `0.1.2-alpha.2` | `0a53fb55bea101816fa226bb964ae2bed71c343b` |
|
|
9
|
+
| `0.1.2-alpha.3` | `dd6322d604e00eec1ba5e0c8541159906a21094a` |
|
|
9
10
|
|
|
10
11
|
不按 DSH 版本分别发包;不要求旧用户先升级管理器。没有自定义精确版本白名单。
|
|
11
12
|
DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然执行的安装拦截。
|
|
@@ -13,14 +14,16 @@ DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然
|
|
|
13
14
|
|
|
14
15
|
## 本插件变更
|
|
15
16
|
|
|
17
|
+
`0.2.1` 不改变既有运行时功能;本次补丁公开记录 `0.1.2-alpha.3` 验收结果,并把发布 CI 的官方 DSH 基线更新到对应提交。
|
|
18
|
+
|
|
16
19
|
保留原有事件路由、去重、Wait 和投递实现;更新兼容声明,参与两版宿主的 HTTP 与受控回放验收。
|
|
17
20
|
|
|
18
21
|
## 验收方式与边界
|
|
19
22
|
|
|
20
|
-
开发类型检查及构建使用准备好的官方 `0.1.2-alpha.
|
|
21
|
-
|
|
23
|
+
开发类型检查及构建使用准备好的官方 `0.1.2-alpha.3` 源码。构建一次后,将相同 tarball
|
|
24
|
+
分别安装到三版官方 DSH 的独立临时 profile,检查 Host 启动、浏览器装配、功能注册及
|
|
22
25
|
适用的受控功能;不修改官方源码或日常运行环境。
|
|
23
|
-
跨插件结果在 Relay 的 `dsh-lab/
|
|
26
|
+
跨插件结果在 Relay 的 `dsh-lab/dsh-0.1.2-alpha.3-20260901/` 中记录;插件独立测试命令:
|
|
24
27
|
|
|
25
28
|
```sh
|
|
26
29
|
npm ci --ignore-scripts
|
|
@@ -29,6 +32,6 @@ export DSH_ROOT=/path/to/prepared/official/deepseek-harness
|
|
|
29
32
|
npm run verify
|
|
30
33
|
```
|
|
31
34
|
|
|
32
|
-
|
|
35
|
+
三版核心回归不等于所有外部服务、平台或未来 DSH 版本均已验证。
|
|
33
36
|
Claude 真实识图/fork 仍暂缓;Codex Default 模式原生提问限制、Workbench 刷新后尺寸不保留
|
|
34
|
-
|
|
37
|
+
均不在本次兼容修复中关闭。公开 npm/GitHub 发布后的完整升级路径将在发布完成后再次验收。
|
package/lib/client.js
CHANGED
|
@@ -18,30 +18,30 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var WaitingEventsSection_module_css_default = {
|
|
21
|
-
"
|
|
22
|
-
"actions": "bDRFYa_actions",
|
|
23
|
-
"statusBadge": "bDRFYa_statusBadge",
|
|
24
|
-
"monitorMain": "bDRFYa_monitorMain",
|
|
25
|
-
"empty": "bDRFYa_empty",
|
|
26
|
-
"counts": "bDRFYa_counts",
|
|
27
|
-
"failure": "bDRFYa_failure",
|
|
28
|
-
"iconButton": "bDRFYa_iconButton",
|
|
29
|
-
"total": "bDRFYa_total",
|
|
21
|
+
"stateDot": "bDRFYa_stateDot",
|
|
30
22
|
"monitors": "bDRFYa_monitors",
|
|
31
|
-
"
|
|
32
|
-
"registration": "bDRFYa_registration",
|
|
23
|
+
"waits": "bDRFYa_waits",
|
|
33
24
|
"message": "bDRFYa_message",
|
|
34
|
-
"
|
|
25
|
+
"summary": "bDRFYa_summary",
|
|
26
|
+
"failure": "bDRFYa_failure",
|
|
27
|
+
"registrations": "bDRFYa_registrations",
|
|
35
28
|
"waitText": "bDRFYa_waitText",
|
|
36
|
-
"rowState": "bDRFYa_rowState",
|
|
37
|
-
"stateDot": "bDRFYa_stateDot",
|
|
38
|
-
"monitorTimes": "bDRFYa_monitorTimes",
|
|
39
29
|
"toolbar": "bDRFYa_toolbar",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
30
|
+
"counts": "bDRFYa_counts",
|
|
31
|
+
"monitorTimes": "bDRFYa_monitorTimes",
|
|
32
|
+
"rowState": "bDRFYa_rowState",
|
|
33
|
+
"title": "bDRFYa_title",
|
|
34
|
+
"statusBadge": "bDRFYa_statusBadge",
|
|
35
|
+
"actions": "bDRFYa_actions",
|
|
36
|
+
"empty": "bDRFYa_empty",
|
|
37
|
+
"total": "bDRFYa_total",
|
|
38
|
+
"iconButton": "bDRFYa_iconButton",
|
|
42
39
|
"sessionButton": "bDRFYa_sessionButton",
|
|
43
|
-
"
|
|
44
|
-
"section": "bDRFYa_section"
|
|
40
|
+
"monitorMain": "bDRFYa_monitorMain",
|
|
41
|
+
"section": "bDRFYa_section",
|
|
42
|
+
"registrationHeader": "bDRFYa_registrationHeader",
|
|
43
|
+
"registration": "bDRFYa_registration",
|
|
44
|
+
"error": "bDRFYa_error"
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/client/WaitingEventsSection.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relay-dsh-plugin-events",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Durable provider-neutral Wait, Event, and Delivery runtime for DeepSeek Harness.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"./package.json": "./package.json"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
|
+
"README.zh.md",
|
|
44
45
|
"README.md",
|
|
45
46
|
"SPEC.md",
|
|
46
47
|
"docs",
|