@deepseek-ai/dsh-client-ui-workflow-run 0.1.3-alpha.2 → 0.1.5-alpha.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 CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
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
- README.md: 1919b387f87c8d0af112f59415e6c821db5adab0
6
- README.zh.md: b87a4f956713c947a49b92b6b50e119e6f073bb8
5
+ README.md: 2f61cbee94414349030c67a45c03057f21fd9afe
6
+ README.zh.md: ac5beb0296553f2bf05f51e136c08f5d1cda5dcd
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-workflow-run` is the browser plugin that reconstructs durable top-level workflow runs as independent Chat nodes in the dsh web client. It consumes the four `tool-workflow/*` Session events owned by `dsh-tool-workflow`, registers one `ConversationNodeDefinition`, and renders through the keyed `conversation.chat.node` slot without changing the existing workflow tool card. The run and each phase are controlled disclosures: a mount opens running, failed, cancelled, and interrupted levels and closes fully completed levels, and users can toggle either level with the full row, Enter, or Space. A member opens a child Session only while every current fact agrees, and the node shows run, phase, member identity, and status only.
12
+ Use `dsh-client-ui-workflow-run` to inspect each durable top-level workflow run as an independent Chat node. Expand a run to see its phases and expand a phase to see members; running, failed, cancelled, and interrupted levels open by default, while completed levels remain closed. A running member can open its child Session only when it belongs to the current Session and is available locally. The node shows identities and statuses only; scripts, outputs, errors, logs, usage, topology, and controls remain outside this surface.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-client-ui-workflow-run` 是浏览器插件,把持久化的顶层工作流运行重建为 dsh Web 客户端中的独立 Chat 节点。它消费由 `dsh-tool-workflow` 拥有的四类 `tool-workflow/*` Session 事件,注册一个 `ConversationNodeDefinition`,并通过 keyed `conversation.chat.node` slot 渲染,不改变现有工作流工具卡。运行与每个阶段都是受控 disclosure:挂载时运行中、失败、已取消与已中断层级默认展开,全部完成的层级默认折叠,用户可以点击整行或按 Enter、Space 切换任一层级。只有当所有实时事实同时成立时,成员才可打开子 Session;节点只显示运行、阶段、成员身份与状态。
12
+ 使用 `dsh-client-ui-workflow-run` 可以把每个持久化的顶层工作流运行作为独立 Chat 节点查看。展开运行可查看阶段,展开阶段可查看成员;运行中、失败、已取消与已中断的层级默认展开,已完成层级保持折叠。只有当运行中的成员属于当前 Session 且可在本地访问时,才能打开其子 Session。节点只显示身份与状态;脚本、输出、错误、日志、用量、拓扑与控制操作不属于本界面。
13
13
 
14
14
  ## 目录
15
15
 
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.3-alpha.2",
4
+ "version": "0.1.5-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -50,20 +50,20 @@
50
50
  "devDependencies": {
51
51
  "@types/react": "~18.3.1",
52
52
  "react": "^18.2.0",
53
- "@deepseek-ai/dsh-api-session-controller": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-client-store": "^0.1.3-alpha.2",
56
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-client-ui-chat": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
60
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
61
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
62
- "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
63
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
64
- "@deepseek-ai/dsh-tool-workflow": "^0.1.3-alpha.2",
53
+ "@deepseek-ai/dsh-api-session-controller": "^0.1.5-alpha.2",
54
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.2",
55
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.2",
56
+ "@deepseek-ai/dsh-client-ui-chat": "^0.1.5-alpha.2",
57
+ "@deepseek-ai/dsh-client-store": "^0.1.5-alpha.2",
58
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.5-alpha.2",
59
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.2",
60
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.2",
61
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.2",
62
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
63
+ "@deepseek-ai/dsh-tool-workflow": "^0.1.5-alpha.2",
64
+ "@deepseek-ai/dsh-workflow": "^0.1.5-alpha.2",
65
65
  "@deepseek-ai/cordis": "^4.0.2",
66
- "@deepseek-ai/dsh-workflow": "^0.1.3-alpha.2"
66
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.2"
67
67
  },
68
68
  "scripts": {
69
69
  "bundle": "tsdown",