@deepseek-ai/dsh-client-ui-workflow-run 0.1.0-rc.8 → 0.1.1-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.i18n.yaml +1 -1
- package/README.zh.md +1 -1
- package/package.json +19 -19
package/README.i18n.yaml
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/client/ui-workflow-run/README.md
|
|
5
5
|
README.md: 5093050ac7bd7e5d8a8779c4fe9848ee4f7da28b
|
|
6
|
-
README.zh.md:
|
|
6
|
+
README.zh.md: 5c18bbaa8281f278f7a7707f89940737eb2dad40
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | 中文
|
|
4
4
|
|
|
5
|
-
这个浏览器插件把持久化的顶层工作流运行重建为独立 Chat 节点。它消费由 [`dsh-tool-workflow`](../../workflow/tool-workflow/README.md) 拥有的四类 `tool-workflow/*` Session 事件,注册一个 `ConversationNodeDefinition`,并通过 keyed `conversation.chat.node` slot 渲染,不改变现有工作流工具卡。
|
|
5
|
+
这个浏览器插件把持久化的顶层工作流运行重建为独立 Chat 节点。它消费由 [`dsh-tool-workflow`](../../workflow/tool-workflow/README.zh.md) 拥有的四类 `tool-workflow/*` Session 事件,注册一个 `ConversationNodeDefinition`,并通过 keyed `conversation.chat.node` slot 渲染,不改变现有工作流工具卡。
|
|
6
6
|
|
|
7
7
|
## 持久状态与回放
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-workflow-run",
|
|
3
3
|
"description": "Durable workflow-run Conversation Node and nested member disclosure for dsh web",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -47,28 +47,28 @@
|
|
|
47
47
|
],
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
55
|
-
"@deepseek-ai/dsh-
|
|
56
|
-
"@deepseek-ai/
|
|
57
|
-
"@deepseek-ai/
|
|
50
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-tool-workflow": "^0.1.1-rc.2",
|
|
56
|
+
"@deepseek-ai/dsh-workflow": "^0.1.1-rc.2",
|
|
57
|
+
"@deepseek-ai/cordis": "^4.0.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/react": "~18.3.1",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
63
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.
|
|
64
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.
|
|
65
|
-
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.
|
|
66
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.
|
|
68
|
-
"@deepseek-ai/dsh-
|
|
69
|
-
"@deepseek-ai/dsh-
|
|
70
|
-
"@deepseek-ai/dsh-tool-workflow": "^0.1.
|
|
71
|
-
"@deepseek-ai/dsh-workflow": "^0.1.
|
|
62
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2",
|
|
63
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
|
|
64
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.1-rc.2",
|
|
65
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2",
|
|
66
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.1-rc.2",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2",
|
|
68
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
69
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
70
|
+
"@deepseek-ai/dsh-tool-workflow": "^0.1.1-rc.2",
|
|
71
|
+
"@deepseek-ai/dsh-workflow": "^0.1.1-rc.2",
|
|
72
72
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|