@deepseek-ai/dsh-client-ui-chat 0.1.5-alpha.2 → 0.1.5-rc.1

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.
Files changed (2) hide show
  1. package/lib/client.js +1 -2
  2. package/package.json +31 -31
package/lib/client.js CHANGED
@@ -4067,8 +4067,7 @@ window.__ModuleLoader__.load({
4067
4067
  (0, react_jsx_runtime.jsx)("dd", { children: exactCount(usage.uncachedInputTokens, t) }),
4068
4068
  (0, react_jsx_runtime.jsx)("dt", { children: t("message.turnUsage.cacheRead") }),
4069
4069
  (0, react_jsx_runtime.jsx)("dd", { children: exactCount(usage.cacheReadTokens, t) }),
4070
- (0, react_jsx_runtime.jsx)("dt", { children: t("message.turnUsage.cacheWrite") }),
4071
- (0, react_jsx_runtime.jsx)("dd", { children: exactCount(usage.cacheWriteTokens, t) }),
4070
+ usage.cacheWriteTokens !== 0 && (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [(0, react_jsx_runtime.jsx)("dt", { children: t("message.turnUsage.cacheWrite") }), (0, react_jsx_runtime.jsx)("dd", { children: exactCount(usage.cacheWriteTokens, t) })] }),
4072
4071
  (0, react_jsx_runtime.jsx)("dt", { children: t("message.turnUsage.output") }),
4073
4072
  (0, react_jsx_runtime.jsx)("dd", { children: exactCount(usage.outputTokens, t) })
4074
4073
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-chat",
3
3
  "description": "Chat Conversation target, node definitions, renderers, and details surface",
4
- "version": "0.1.5-alpha.2",
4
+ "version": "0.1.5-rc.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -51,37 +51,37 @@
51
51
  "@types/react-dom": "~18.3.0",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
+ "@deepseek-ai/dsh-agent": "^0.1.5-rc.1",
55
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-rc.1",
56
+ "@deepseek-ai/dsh-api-session-controller": "^0.1.5-rc.1",
57
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-rc.1",
58
+ "@deepseek-ai/dsh-attachment": "^0.1.5-rc.1",
59
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-rc.1",
60
+ "@deepseek-ai/dsh-client-store": "^0.1.5-rc.1",
61
+ "@deepseek-ai/dsh-client-ui-approval": "^0.1.5-rc.1",
62
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.5-rc.1",
63
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.5-rc.1",
64
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-rc.1",
54
65
  "@deepseek-ai/cordis": "^4.0.2",
55
- "@deepseek-ai/dsh-agent": "^0.1.5-alpha.2",
56
- "@deepseek-ai/dsh-api-remotes": "^0.1.5-alpha.2",
57
- "@deepseek-ai/dsh-api-session-controller": "^0.1.5-alpha.2",
58
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-alpha.2",
59
- "@deepseek-ai/dsh-api-workspace-files": "^0.1.5-alpha.2",
60
- "@deepseek-ai/dsh-attachment": "^0.1.5-alpha.2",
61
- "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.2",
62
- "@deepseek-ai/dsh-client-store": "^0.1.5-alpha.2",
63
- "@deepseek-ai/dsh-client-ui-approval": "^0.1.5-alpha.2",
64
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.5-alpha.2",
65
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.5-alpha.2",
66
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.2",
67
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.2",
68
- "@deepseek-ai/dsh-client-ui-sidebar-right": "^0.1.5-alpha.2",
69
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.2",
70
- "@deepseek-ai/dsh-client-ui-workspace": "^0.1.5-alpha.2",
71
- "@deepseek-ai/dsh-commands": "^0.1.5-alpha.2",
72
- "@deepseek-ai/dsh-compaction": "^0.1.5-alpha.2",
73
- "@deepseek-ai/dsh-llm": "^0.1.5-alpha.2",
74
- "@deepseek-ai/dsh-llm-retry": "^0.1.5-alpha.2",
75
- "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
76
- "@deepseek-ai/dsh-session-stats": "^0.1.5-alpha.2",
77
- "@deepseek-ai/dsh-session-turn-outline": "^0.1.5-alpha.2",
78
- "@deepseek-ai/dsh-settings": "^0.1.5-alpha.2",
79
- "@deepseek-ai/dsh-token-meter": "^0.1.5-alpha.2",
80
- "@deepseek-ai/dsh-tools": "^0.1.5-alpha.2",
81
- "@deepseek-ai/dsh-util-workspace-path": "^0.1.5-alpha.2",
82
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-alpha.2",
83
- "@deepseek-ai/dsh-client-ui-sidebar-documentpreview": "^0.1.5-alpha.2",
84
- "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.2"
66
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-rc.1",
67
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-rc.1",
68
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-rc.1",
69
+ "@deepseek-ai/dsh-client-ui-sidebar-right": "^0.1.5-rc.1",
70
+ "@deepseek-ai/dsh-client-ui-sidebar-documentpreview": "^0.1.5-rc.1",
71
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-rc.1",
72
+ "@deepseek-ai/dsh-client-ui-workspace": "^0.1.5-rc.1",
73
+ "@deepseek-ai/dsh-compaction": "^0.1.5-rc.1",
74
+ "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
75
+ "@deepseek-ai/dsh-llm-retry": "^0.1.5-rc.1",
76
+ "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
77
+ "@deepseek-ai/dsh-session-stats": "^0.1.5-rc.1",
78
+ "@deepseek-ai/dsh-api-workspace-files": "^0.1.5-rc.1",
79
+ "@deepseek-ai/dsh-settings": "^0.1.5-rc.1",
80
+ "@deepseek-ai/dsh-token-meter": "^0.1.5-rc.1",
81
+ "@deepseek-ai/dsh-tools": "^0.1.5-rc.1",
82
+ "@deepseek-ai/dsh-util-workspace-path": "^0.1.5-rc.1",
83
+ "@deepseek-ai/dsh-session-turn-outline": "^0.1.5-rc.1",
84
+ "@deepseek-ai/dsh-commands": "^0.1.5-rc.1"
85
85
  },
86
86
  "dependencies": {
87
87
  "@deepseek-ai/schemastery": "^3.18.2"