@deepseek-ai/dsh-client-ui-cordis 0.1.2-alpha.5 → 0.1.3-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: ceb93b56299ca202da1f8d96ea3b14e1efa2263a
6
- README.zh.md: e56b4d8adff969644370f2599fc63a0308bef90e
5
+ README.md: 538d32aff7725ffc86086fde0a57e8417e615d81
6
+ README.zh.md: 14431e982d2d3a9410057b2df2cb1aa800244515
package/README.md CHANGED
@@ -89,7 +89,7 @@ Read these pages when the package-level contract is not enough. They move from t
89
89
  - [Host runner](../cordis-host-runner/README.md) — the inventory and lifecycle verbs behind the panel.
90
90
  - [Tool package](../tool-cordis/README.md) — the model-facing tools whose calls these cards render.
91
91
  - [Extensions subsystem](../../../docs/subsystems/extensions.md) — the generated `ctx.dynamicCordisRunner` API and forwarded `cordis/*` events.
92
- - [Dynamic client render and attachment ownership Agent Note](../../../.agents/notes/implemented/architecture/2026-08-17-dynamic-client-render-and-attachment-ownership.md) — how slot-registered browser UI is owned by its package.
92
+ - [Slots subsystem](../../../docs/subsystems/slots.md) — how slot-registered browser UI is owned by its package.
93
93
 
94
94
  -----
95
95
 
package/README.zh.md CHANGED
@@ -89,7 +89,7 @@ kind: "package-reference"
89
89
  - [Host runner](../cordis-host-runner/README.zh.md)——面板背后的清单与生命周期动词。
90
90
  - [工具包](../tool-cordis/README.zh.md)——调用被这些卡片渲染的模型侧工具。
91
91
  - [extensions 子系统](../../../docs/subsystems/extensions.zh.md)——生成的 `ctx.dynamicCordisRunner` API 与转发的 `cordis/*` 事件。
92
- - [动态客户端渲染与附件归属 Agent Note](../../../.agents/notes/implemented/architecture/2026-08-17-dynamic-client-render-and-attachment-ownership.zh.md)——槽位注册的浏览器 UI 如何归其包所有。
92
+ - [slots 子系统](../../../docs/subsystems/slots.zh.md)——槽位注册的浏览器 UI 如何归其包所有。
93
93
 
94
94
  -----
95
95
 
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.2-alpha.5",
4
+ "version": "0.1.3-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-api-remotes": "^0.1.2-alpha.5",
52
- "@deepseek-ai/dsh-cordis-client-runner": "^0.1.2-alpha.5",
53
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
54
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.5",
55
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.5",
56
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.2-alpha.5",
57
- "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.5",
58
- "@deepseek-ai/dsh-client-ui-session": "^0.1.2-alpha.5",
59
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.5",
60
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.5",
61
- "@deepseek-ai/dsh-client-ui-tool": "^0.1.2-alpha.5",
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",
62
61
  "@deepseek-ai/cordis": "^4.0.2",
63
- "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.2-alpha.5"
62
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.3-alpha.2",
63
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2"
64
64
  },
65
65
  "files": [
66
66
  "lib/index.js",