@deepseek-ai/dsh-client-ui-subagent 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-subagent/README.md
5
- README.md: f2e06368abdf148840b78390281488d8d009e3bf
6
- README.zh.md: 2a4e4eac47193c7043add9dcb8d74895e30a01ff
5
+ README.md: 66e102678d1e1fec7578183b2d0ac881f0ea72e2
6
+ README.zh.md: 3d9c1abdcc13415d0cd8316ea3bf882670c995c5
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-subagent` is the web client's subagent conversation feature: users browse and open subagent conversations from the parent session's header, continue them through reason-specific read-only composer states, and reference running children with the `@` source. From the parent session's header, users browse the complete subagent-origin descendant lineage — each row shows mode, running activity, token usage, and active-turn duration — and open any depth with the child's exact address. A one-shot child always opens a read-only composer identifying the transcript as a completed execution record; a continuable child routes follow-up prompts through its FIFO inbox while it runs. Subagent-origin Session rows are omitted from the ordinary sidebar, so the parent header catalog is their navigation entry point.
12
+ Use this package to browse every subagent conversation beneath a parent session, open any descendant, and see whether it is running together with its token use and active-turn duration. Completed one-shot conversations open as read-only execution records. Continuable conversations accept follow-up prompts in submission order while they run and provide Stop independently. The ordinary session sidebar omits subagent conversations, so the parent header catalog is their navigation entry point. The separate `@` source inserts a running child's label into a user message without resolving it into a continuation address.
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-subagent` 是 Web 客户端的 subagent 对话功能:用户从父会话的页头浏览并打开 subagent 对话,通过按原因区分的只读编辑器状态续接对话,并用 `@` source 引用运行中的 child。用户从父会话的页头浏览完整的 subagent 来源后代谱系——每一行显示 mode、运行活动、token 用量与活跃轮次耗时——并能以子会话的确切地址打开任意深度。one-shot child 始终打开一个把 transcript 说明为已完成执行记录的只读编辑器;可继续 child 在运行期间把后续提示词经其 FIFO inbox 路由。普通侧边栏会省略带 subagent origin 的会话行,因此父级页头目录是它们的导航入口。
12
+ 使用本包可浏览父会话下的每个 subagent 对话、打开任意后代,并查看其是否正在运行以及 token 用量和活跃轮次耗时。已完成的 one-shot 对话会作为只读执行记录打开。可继续对话在运行期间按提交顺序接收后续提示词,并独立提供 Stop。普通会话侧边栏会省略 subagent 对话,因此父会话页头目录是它们的导航入口。独立的 `@` source 会把运行中 child label 插入用户消息,但不会把它解析成继续执行地址。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-subagent",
3
3
  "description": "Subagent conversation catalog, continuation routing UI, and '@' reference source",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -46,20 +46,20 @@
46
46
  "@types/react-dom": "~18.3.0",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
49
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
50
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
51
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
49
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.2",
50
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.2",
51
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.5-alpha.2",
52
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.2",
53
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.2",
54
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.5-alpha.2",
55
+ "@deepseek-ai/dsh-subagent": "^0.1.5-alpha.2",
56
+ "@deepseek-ai/dsh-token-meter": "^0.1.5-alpha.2",
57
+ "@deepseek-ai/dsh-api-session-controller": "^0.1.5-alpha.2",
55
58
  "@deepseek-ai/cordis": "^4.0.2",
56
- "@deepseek-ai/dsh-api-session-controller": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
60
- "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
61
- "@deepseek-ai/dsh-token-meter": "^0.1.3-alpha.2",
62
- "@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2"
59
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-alpha.2",
60
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
61
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.2",
62
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.2"
63
63
  },
64
64
  "files": [
65
65
  "lib/index.js",