@deepseek-ai/dsh-client-ui-cordis 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/extensions/ui-cordis/README.md
5
- README.md: 538d32aff7725ffc86086fde0a57e8417e615d81
6
- README.zh.md: 14431e982d2d3a9410057b2df2cb1aa800244515
5
+ README.md: 1cd6d778148d1afdcfc470b20b7e5ac437a21921
6
+ README.zh.md: 46a0524e67adbd7ae578a8df47d71107a2f86b29
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-cordis` gives a web client the browser surfaces for dynamic Cordis packages: a frame-wide panel that operates every definition the host holds, tool cards that render `cordis_define`, `cordis_run`, `cordis_stop`, and `cordis_undefine` calls in the conversation, and an `@pluginId` input source that completes the session's defined plugins. The panel is global on purpose — a model-driven run blocks on a person's approval, and that approval must be reachable no matter which session is in view. The package authors nothing the model sees: everything it operates comes from the browser runner and the host's inventory, and the cards render call and result content the conversation already logged.
12
+ `dsh-client-ui-cordis` adds a frame-wide control panel, conversation tool cards, and `@pluginId` completion for dynamic Cordis packages in a web client. A person can approve or decline a blocked model request from any session, run, stop, or remove definitions, and inspect their live status. Conversation cards replay recorded calls and results. The package adds no model-visible content or session events, and definitions must be run again after the page reloads.
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-cordis` 给 web 客户端提供动态 Cordis 包的浏览器面:一个覆盖整个框架的面板,操作 host 持有的全部定义;会话里渲染 `cordis_define`、`cordis_run`、`cordis_stop` 与 `cordis_undefine` 调用的工具卡片;以及一个补全本会话已定义插件的 `@pluginId` 输入源。面板做成全局是刻意的——模型驱动的 run 阻塞在人的审批上,而无论当前在看哪个会话,这个审批都必须可达。本包不撰写任何模型可见的内容:它所操作的一切都来自浏览器 runner 与 host 的清单,卡片渲染的是会话已经记录下的 call 与 result 内容。
12
+ `dsh-client-ui-cordis` 为 web 客户端中的动态 Cordis 包提供框架级控制面板、会话工具卡片与 `@pluginId` 补全。人可以从任意会话批准或拒绝阻塞模型的请求、运行、停止或移除定义,并查看其实时状态。会话卡片会回放已记录的调用与结果。本包不增加模型可见内容或会话事件;页面刷新后,定义必须重新运行。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-cordis",
3
3
  "description": "Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -48,19 +48,19 @@
48
48
  "devDependencies": {
49
49
  "@types/react": "~18.3.1",
50
50
  "react": "^18.2.0",
51
- "@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-cordis-client-runner": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
56
- "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
60
- "@deepseek-ai/dsh-client-ui-tool": "^0.1.3-alpha.2",
51
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-alpha.2",
52
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-alpha.2",
53
+ "@deepseek-ai/dsh-cordis-client-runner": "^0.1.5-alpha.2",
54
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.2",
55
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
56
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.2",
57
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.5-alpha.2",
58
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.2",
59
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.2",
60
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.2",
61
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.5-alpha.2",
61
62
  "@deepseek-ai/cordis": "^4.0.2",
62
- "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.3-alpha.2",
63
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2"
63
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.5-alpha.2"
64
64
  },
65
65
  "files": [
66
66
  "lib/index.js",