relay-dsh-plugin-events 0.2.0-rc.1 → 0.2.0
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 +2 -2
- package/README.zh.md +2 -2
- package/docs/dsh-0.1.2-alpha.2.md +3 -3
- package/lib/client.js +15 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> **Now supports the latest DSH `0.1.2-alpha.2`.** The same plugin release is verified on DSH `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.2.md).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-events@0.2.0
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-events@0.2.0
|
|
7
7
|
npx @deepseek-ai/dsh@0.1.2-alpha.2 web
|
|
8
8
|
```
|
|
9
9
|
|
|
@@ -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.0
|
|
20
|
+
does not carry this compatibility guarantee. Use the exact `0.2.0`
|
|
21
21
|
versions in the latest-DSH command above; do not substitute `@internal`.
|
|
22
22
|
|
|
23
23
|
```bash
|
package/README.zh.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> **现已支持最新 DSH `0.1.2-alpha.2`。** 同一插件版本已在 DSH `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.2.md)。
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-events@0.2.0
|
|
6
|
+
npx @deepseek-ai/dsh@0.1.2-alpha.2 plugin --profile web add relay-dsh-plugin-events@0.2.0
|
|
7
7
|
npx @deepseek-ai/dsh@0.1.2-alpha.2 web
|
|
8
8
|
```
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ Wait/Event/Delivery 核心。它提供 Agent 工具、通用 JSON 事件入口
|
|
|
16
16
|
Session 投递、故障恢复以及 Waiting Events 设置界面,但不增加执行后端。
|
|
17
17
|
|
|
18
18
|
旧的 `internal` npm 通道继续用于集成测试,不包含此次兼容保证。请使用上方最新版
|
|
19
|
-
DSH 命令中精确的 `0.2.0
|
|
19
|
+
DSH 命令中精确的 `0.2.0` 版本,不要替换为 `@internal`。
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
dsh plugin --profile web add --save-exact relay-dsh-plugin-events@internal
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# DSH
|
|
1
|
+
# DSH 双版本兼容
|
|
2
2
|
|
|
3
|
-
同一个 `0.2.0
|
|
3
|
+
同一个 `0.2.0` 稳定包的兼容目标:
|
|
4
4
|
|
|
5
5
|
| DSH | 官方提交 |
|
|
6
6
|
| --- | --- |
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
不按 DSH 版本分别发包;不要求旧用户先升级管理器。没有自定义精确版本白名单。
|
|
11
11
|
DSH 可选 peer 使用版本范围表达声明,不把它当成旧宿主必然执行的安装拦截。
|
|
12
|
-
|
|
12
|
+
稳定版通过 npm `latest` 发布;候选版 `0.2.0-rc.1` 保留在 `next` 通道。
|
|
13
13
|
|
|
14
14
|
## 本插件变更
|
|
15
15
|
|
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
|
-
"empty": "bDRFYa_empty",
|
|
22
|
-
"monitorMain": "bDRFYa_monitorMain",
|
|
23
21
|
"title": "bDRFYa_title",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
22
|
+
"actions": "bDRFYa_actions",
|
|
23
|
+
"statusBadge": "bDRFYa_statusBadge",
|
|
24
|
+
"monitorMain": "bDRFYa_monitorMain",
|
|
25
|
+
"empty": "bDRFYa_empty",
|
|
26
26
|
"counts": "bDRFYa_counts",
|
|
27
|
-
"section": "bDRFYa_section",
|
|
28
27
|
"failure": "bDRFYa_failure",
|
|
29
|
-
"
|
|
30
|
-
"message": "bDRFYa_message",
|
|
31
|
-
"error": "bDRFYa_error",
|
|
32
|
-
"monitorTimes": "bDRFYa_monitorTimes",
|
|
28
|
+
"iconButton": "bDRFYa_iconButton",
|
|
33
29
|
"total": "bDRFYa_total",
|
|
30
|
+
"monitors": "bDRFYa_monitors",
|
|
31
|
+
"error": "bDRFYa_error",
|
|
34
32
|
"registration": "bDRFYa_registration",
|
|
33
|
+
"message": "bDRFYa_message",
|
|
35
34
|
"registrationHeader": "bDRFYa_registrationHeader",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
35
|
+
"waitText": "bDRFYa_waitText",
|
|
36
|
+
"rowState": "bDRFYa_rowState",
|
|
38
37
|
"stateDot": "bDRFYa_stateDot",
|
|
39
|
-
"
|
|
38
|
+
"monitorTimes": "bDRFYa_monitorTimes",
|
|
40
39
|
"toolbar": "bDRFYa_toolbar",
|
|
41
|
-
"rowState": "bDRFYa_rowState",
|
|
42
40
|
"waits": "bDRFYa_waits",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
41
|
+
"registrations": "bDRFYa_registrations",
|
|
42
|
+
"sessionButton": "bDRFYa_sessionButton",
|
|
43
|
+
"summary": "bDRFYa_summary",
|
|
44
|
+
"section": "bDRFYa_section"
|
|
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.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Durable provider-neutral Wait, Event, and Delivery runtime for DeepSeek Harness.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public",
|
|
23
|
-
"tag": "
|
|
23
|
+
"tag": "latest"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prepare:dsh": "scripts/link-dsh-development-peers.sh",
|