@deepseek-ai/dsh-web-app 0.1.6-alpha.1 → 0.1.6-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 +2 -2
- package/README.md +2 -2
- package/README.zh.md +2 -2
- package/cordis.patch.yml +36 -11
- package/package.json +96 -84
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/bundle/web-app/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: d74489dd294bbf0f8c09df02ffc42984517267cd
|
|
6
|
+
README.zh.md: 9d80190bcf332e1271f1f00bceee34c72416cce4
|
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ Each browser session composes its own agent from the shipped presets (the `stand
|
|
|
73
73
|
<details>
|
|
74
74
|
<summary>Implementation internals — click to expand</summary>
|
|
75
75
|
|
|
76
|
-
The bundle is one patch plus one runtime glue plugin. The storage stack and projection cache come from `dsh-base`; the web overlay's workspace and message-feedback rows consume that shared `storageDomain` service. The patch restates the surface-specific values the base deliberately omits, inserts the web-only host rows and browser roster, then moves the agent plane behind presets. The glue plugin owns dist serving, trust sampling, prompt sections, the bash variable, and the readiness announcements.
|
|
76
|
+
The bundle is one patch plus one runtime glue plugin. The storage stack and projection cache come from `dsh-base`; the web overlay's workspace and message-feedback rows consume that shared `storageDomain` service. The patch restates the surface-specific values the base deliberately omits, inserts the web-only host rows and browser roster, then moves the agent plane behind presets. The glue plugin owns dist serving, trust sampling, prompt sections, the bash variable, and the readiness announcements. The `office-to-pdf` row mounts one lazy [Office conversion provider](../../document/office-to-pdf/README.md) for Host consumers, including Desktop compositions using this bundle. The conversion service's Remote methods authorize preview reads, while Document Preview owns the Office viewer and Client cache.
|
|
77
77
|
|
|
78
78
|
### Patch semantics
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ A patch replaces the targeted row's whole `config`, so each web row restates eve
|
|
|
81
81
|
|
|
82
82
|
### Readiness
|
|
83
83
|
|
|
84
|
-
The URL line and browser handoff are readiness signals: supervisors RPC as soon as they observe the line, and a browser requests the page as soon as it opens, so both run only after the Loader tree settles, the required-startup audit passes, and Connection authentication is available — or immediately in a hand-built tree without a Loader. Optional plugin failures do not suppress readiness; a required startup failure or a tree disposed mid-boot announces nothing.
|
|
84
|
+
The URL line and browser handoff are readiness signals: supervisors RPC as soon as they observe the line, and a browser requests the page as soon as it opens, so both run only after the Loader tree settles, the required-startup audit passes, and Connection authentication is available — or immediately in a hand-built tree without a Loader. Client combo JavaScript and source maps remain unmaterialized at this point. Optional plugin failures do not suppress readiness; a required startup failure or a tree disposed mid-boot announces nothing.
|
|
85
85
|
|
|
86
86
|
### LAN trust sampling
|
|
87
87
|
|
package/README.zh.md
CHANGED
|
@@ -73,7 +73,7 @@ dsh --profile web --no-open --port 8080
|
|
|
73
73
|
<details>
|
|
74
74
|
<summary>实现细节——点击展开</summary>
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
此 bundle 由一个补丁和一个运行时胶水插件组成。存储栈与投影缓存来自 `dsh-base`;Web 叠加层的工作区和消息反馈条目消费共享的 `storageDomain` 服务。补丁重述 base 有意省略的界面专用值,插入 Web 专用宿主条目和浏览器插件列表,再将 Agent 层移到预设后面。胶水插件负责 dist 服务、信任采样、提示词段落、bash 变量和就绪通知。`office-to-pdf` 条目为宿主消费者挂载一个延迟创建引擎的 [Office 转换提供方](../../document/office-to-pdf/README.zh.md),使用此 bundle 的 Desktop 组合也共享该提供方。 转换服务的 Remote 方法负责预览读取授权,Document Preview 负责 Office 查看器和客户端缓存。
|
|
77
77
|
|
|
78
78
|
### patch 语义
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ patch 会替换目标行的整个 `config`,因此每个 Web 行都重述自己
|
|
|
81
81
|
|
|
82
82
|
### 就绪宣告
|
|
83
83
|
|
|
84
|
-
URL 行与浏览器交接都是就绪信号:监督方一观察到该行就发起 RPC,浏览器一打开就请求页面,因此两者只在 Loader 配置树结算、通过 required 启动检查且 Connection 认证可用后运行——在没有 Loader
|
|
84
|
+
URL 行与浏览器交接都是就绪信号:监督方一观察到该行就发起 RPC,浏览器一打开就请求页面,因此两者只在 Loader 配置树结算、通过 required 启动检查且 Connection 认证可用后运行——在没有 Loader 的手工构建树中则立即运行。此时 client combo JavaScript 和 source map 仍未物化。可选插件失败不会阻止就绪宣告;required 启动失败或启动中途被释放的树不会宣告任何内容。
|
|
85
85
|
|
|
86
86
|
### LAN 信任采样
|
|
87
87
|
|
package/cordis.patch.yml
CHANGED
|
@@ -145,8 +145,9 @@
|
|
|
145
145
|
# assembly fact of dsh-web-app, never user config), mounts the
|
|
146
146
|
# frontend-static fallback owner, registers the web-surface prompt
|
|
147
147
|
# section and the bash runtime variable, prints the URL line, and opens the
|
|
148
|
-
# canonical local URL after the full tree settles
|
|
149
|
-
#
|
|
148
|
+
# canonical local URL after the full Loader tree settles and the required-
|
|
149
|
+
# entry audit passes. The
|
|
150
|
+
# webStartup provider supplies invocation-only values; after the server binds, this row samples
|
|
150
151
|
# LAN trust once and provides `webRuntime`. A complete agent-preset persona
|
|
151
152
|
# suppresses the prompt section for that agent while retaining the host-owned
|
|
152
153
|
# shell variable.
|
|
@@ -224,14 +225,21 @@
|
|
|
224
225
|
name: '@deepseek-ai/dsh-client-ui-sidebar-right'
|
|
225
226
|
|
|
226
227
|
|
|
228
|
+
- id: office-to-pdf
|
|
229
|
+
name: '@deepseek-ai/dsh-office-to-pdf'
|
|
230
|
+
|
|
227
231
|
# The right Sidebar's document tab: bounded file reads with selectable
|
|
228
|
-
# Markdown, code, HTML, PDF, and plain-text renderers.
|
|
232
|
+
# Markdown, code, HTML, PDF, Office, and plain-text renderers.
|
|
229
233
|
- id: ui-sidebar-documentpreview
|
|
230
234
|
name: '@deepseek-ai/dsh-client-ui-sidebar-documentpreview'
|
|
231
235
|
|
|
232
|
-
#
|
|
236
|
+
# Sandboxed HTTP(S) Browser tabs, including loopback targets.
|
|
237
|
+
- id: ui-sidebar-browser
|
|
238
|
+
name: '@deepseek-ai/dsh-client-ui-sidebar-browser'
|
|
239
|
+
|
|
233
240
|
- id: ui-sidebar-terminal
|
|
234
241
|
name: '@deepseek-ai/dsh-client-ui-sidebar-terminal'
|
|
242
|
+
# The right Sidebar's workspace file tree tab type.
|
|
235
243
|
- id: ui-sidebar-files
|
|
236
244
|
name: '@deepseek-ai/dsh-client-ui-sidebar-files'
|
|
237
245
|
|
|
@@ -244,6 +252,14 @@
|
|
|
244
252
|
- id: ui-settings-models
|
|
245
253
|
name: '@deepseek-ai/dsh-client-ui-settings-models'
|
|
246
254
|
|
|
255
|
+
# Plugin management: the sidebar Plugins page installs, enables, disables,
|
|
256
|
+
# and removes the profile's bundles through the `pluginManager` Remote.
|
|
257
|
+
# Without a profile-backed Host it reports itself unavailable.
|
|
258
|
+
- id: ui-plugin-manager
|
|
259
|
+
name: '@deepseek-ai/dsh-client-ui-plugin-manager'
|
|
260
|
+
|
|
261
|
+
# Read-only Plugin list tab in the Settings Plugins section; the built-in
|
|
262
|
+
# bundles the sidebar page leaves out are inspected here.
|
|
247
263
|
- id: ui-settings-plugin-inventory
|
|
248
264
|
name: '@deepseek-ai/dsh-client-ui-settings-plugin-inventory'
|
|
249
265
|
|
|
@@ -273,20 +289,26 @@
|
|
|
273
289
|
- id: ui-cordis
|
|
274
290
|
name: '@deepseek-ai/dsh-client-ui-cordis'
|
|
275
291
|
|
|
276
|
-
#
|
|
277
|
-
#
|
|
278
|
-
|
|
279
|
-
name: '@deepseek-ai/dsh-client-ui-workflow-run'
|
|
280
|
-
|
|
281
|
-
# Turn tail: the produced-files row under each closing assistant message.
|
|
282
|
-
# Remove this entry to turn the surface off; the tail hole renders empty.
|
|
292
|
+
# Turn tail: the changed-files card and delivery cards under each closing
|
|
293
|
+
# assistant message. Remove this entry to turn the surface off; the tail
|
|
294
|
+
# hole renders empty.
|
|
283
295
|
- id: ui-deliverables
|
|
284
296
|
name: '@deepseek-ai/dsh-client-ui-deliverables'
|
|
285
297
|
|
|
298
|
+
# Records each top-level turn's changed files from git working-tree
|
|
299
|
+
# snapshots; the changed-files card above renders its events.
|
|
300
|
+
- id: workspace-changes
|
|
301
|
+
name: '@deepseek-ai/dsh-workspace-changes'
|
|
302
|
+
|
|
286
303
|
|
|
287
304
|
- id: ui-workspace
|
|
288
305
|
name: '@deepseek-ai/dsh-client-ui-workspace'
|
|
289
306
|
|
|
307
|
+
# Durable workflow lifecycle as an independent Chat node after the
|
|
308
|
+
# existing generic workflow tool row.
|
|
309
|
+
- id: ui-workflow-run
|
|
310
|
+
name: '@deepseek-ai/dsh-client-ui-workflow-run'
|
|
311
|
+
|
|
290
312
|
# Input triggers: the '/' | '@' pipeline (ui-input-trigger), the command surface over
|
|
291
313
|
# it (ui-commands), and the reference sources (ui-skill / ui-reference).
|
|
292
314
|
- id: ui-input-trigger
|
|
@@ -369,6 +391,9 @@
|
|
|
369
391
|
# exists, so there is no agent to key by. Behind a preset realm those variables
|
|
370
392
|
# would never reach the model's shell at all.
|
|
371
393
|
|
|
394
|
+
- id: tool-plugin-manager
|
|
395
|
+
disabled: true
|
|
396
|
+
|
|
372
397
|
- id: tool-bash
|
|
373
398
|
disabled: true
|
|
374
399
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-web-app",
|
|
3
3
|
"description": "The dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)",
|
|
4
|
-
"version": "0.1.6-alpha.
|
|
4
|
+
"version": "0.1.6-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -41,97 +41,109 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"commander": "^15.0.0",
|
|
43
43
|
"open": "^11.0.0",
|
|
44
|
-
"@deepseek-ai/dsh-
|
|
45
|
-
"@deepseek-ai/dsh-api-
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-api-
|
|
48
|
-
"@deepseek-ai/dsh-api-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-client-
|
|
53
|
-
"@deepseek-ai/dsh-client-
|
|
54
|
-
"@deepseek-ai/dsh-client-
|
|
55
|
-
"@deepseek-ai/dsh-client-
|
|
56
|
-
"@deepseek-ai/dsh-client-ui-
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-
|
|
58
|
-
"@deepseek-ai/dsh-client-ui-
|
|
59
|
-
"@deepseek-ai/dsh-client-ui-
|
|
60
|
-
"@deepseek-ai/dsh-client-ui-
|
|
61
|
-
"@deepseek-ai/dsh-client-ui-
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/dsh-client-ui-deliverables": "^0.1.6-alpha.
|
|
64
|
-
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.6-alpha.
|
|
65
|
-
"@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.6-alpha.
|
|
66
|
-
"@deepseek-ai/dsh-client-ui-goal": "^0.1.6-alpha.
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-
|
|
71
|
-
"@deepseek-ai/dsh-client-ui-
|
|
72
|
-
"@deepseek-ai/dsh-client-ui-
|
|
73
|
-
"@deepseek-ai/dsh-client-ui-
|
|
74
|
-
"@deepseek-ai/dsh-client-ui-
|
|
75
|
-
"@deepseek-ai/dsh-client-ui-
|
|
76
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.
|
|
77
|
-
"@deepseek-ai/dsh-client-ui-schedule": "^0.1.6-alpha.
|
|
78
|
-
"@deepseek-ai/dsh-client-ui-
|
|
79
|
-
"@deepseek-ai/dsh-
|
|
80
|
-
"@deepseek-ai/dsh-client-ui-settings-
|
|
81
|
-
"@deepseek-ai/dsh-client-ui-
|
|
82
|
-
"@deepseek-ai/dsh-client-ui-
|
|
83
|
-
"@deepseek-ai/dsh-client-ui-
|
|
84
|
-
"@deepseek-ai/dsh-client-ui-
|
|
85
|
-
"@deepseek-ai/dsh-client-ui-
|
|
86
|
-
"@deepseek-ai/dsh-client-ui-
|
|
87
|
-
"@deepseek-ai/dsh-client-ui-
|
|
88
|
-
"@deepseek-ai/dsh-client-ui-
|
|
89
|
-
"@deepseek-ai/dsh-client-ui-
|
|
90
|
-
"@deepseek-ai/dsh-client-ui-
|
|
91
|
-
"@deepseek-ai/dsh-client-ui-
|
|
92
|
-
"@deepseek-ai/dsh-client-ui-
|
|
93
|
-
"@deepseek-ai/dsh-client-ui-
|
|
94
|
-
"@deepseek-ai/dsh-client-ui-
|
|
95
|
-
"@deepseek-ai/dsh-client-ui-
|
|
96
|
-
"@deepseek-ai/dsh-
|
|
97
|
-
"@deepseek-ai/dsh-
|
|
98
|
-
"@deepseek-ai/dsh-
|
|
99
|
-
"@deepseek-ai/dsh-
|
|
100
|
-
"@deepseek-ai/dsh-client-ui-
|
|
101
|
-
"@deepseek-ai/dsh-
|
|
102
|
-
"@deepseek-ai/dsh-
|
|
103
|
-
"@deepseek-ai/dsh-
|
|
104
|
-
"@deepseek-ai/dsh-
|
|
105
|
-
"@deepseek-ai/dsh-
|
|
106
|
-
"@deepseek-ai/dsh-
|
|
107
|
-
"@deepseek-ai/dsh-host-
|
|
108
|
-
"@deepseek-ai/dsh-host-
|
|
109
|
-
"@deepseek-ai/dsh-host-
|
|
110
|
-
"@deepseek-ai/dsh-host-
|
|
111
|
-
"@deepseek-ai/dsh-
|
|
112
|
-
"@deepseek-ai/dsh-message-feedback": "^0.1.6-alpha.
|
|
113
|
-
"@deepseek-ai/dsh-
|
|
114
|
-
"@deepseek-ai/dsh-
|
|
115
|
-
"@deepseek-ai/dsh-
|
|
116
|
-
"@deepseek-ai/dsh-session-
|
|
117
|
-
"@deepseek-ai/dsh-
|
|
118
|
-
"@deepseek-ai/dsh-
|
|
119
|
-
"@deepseek-ai/dsh-
|
|
44
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.6-alpha.2",
|
|
45
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.6-alpha.2",
|
|
46
|
+
"@deepseek-ai/dsh-agent-presets": "^0.1.6-alpha.2",
|
|
47
|
+
"@deepseek-ai/dsh-api-settings-controller": "^0.1.6-alpha.2",
|
|
48
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.6-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.6-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-client-file-upload": "^0.1.6-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-hmr": "^0.1.6-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-client-modules": "^0.1.6-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-client-resources": "^0.1.6-alpha.2",
|
|
55
|
+
"@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.6-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-client-ui-approval": "^0.1.6-alpha.2",
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-attachment": "^0.1.6-alpha.2",
|
|
58
|
+
"@deepseek-ai/dsh-client-ui-brand-official": "^0.1.6-alpha.2",
|
|
59
|
+
"@deepseek-ai/dsh-client-ui-commands": "^0.1.6-alpha.2",
|
|
60
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.6-alpha.2",
|
|
61
|
+
"@deepseek-ai/dsh-client-ui-cordis": "^0.1.6-alpha.2",
|
|
62
|
+
"@deepseek-ai/dsh-app-boot": "^0.1.6-alpha.2",
|
|
63
|
+
"@deepseek-ai/dsh-client-ui-deliverables": "^0.1.6-alpha.2",
|
|
64
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.6-alpha.2",
|
|
65
|
+
"@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.6-alpha.2",
|
|
66
|
+
"@deepseek-ai/dsh-client-ui-goal": "^0.1.6-alpha.2",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-chat": "^0.1.6-alpha.2",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.6-alpha.2",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-jobs": "^0.1.6-alpha.2",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-layout": "^0.1.6-alpha.2",
|
|
71
|
+
"@deepseek-ai/dsh-client-ui-message-feedback": "^0.1.6-alpha.2",
|
|
72
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "^0.1.6-alpha.2",
|
|
73
|
+
"@deepseek-ai/dsh-client-ui-open-in-app": "^0.1.6-alpha.2",
|
|
74
|
+
"@deepseek-ai/dsh-client-ui-reference": "^0.1.6-alpha.2",
|
|
75
|
+
"@deepseek-ai/dsh-client-ui-plan": "^0.1.6-alpha.2",
|
|
76
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.2",
|
|
77
|
+
"@deepseek-ai/dsh-client-ui-schedule": "^0.1.6-alpha.2",
|
|
78
|
+
"@deepseek-ai/dsh-client-ui-permission-presets": "^0.1.6-alpha.2",
|
|
79
|
+
"@deepseek-ai/dsh-workspace-changes": "^0.1.6-alpha.2",
|
|
80
|
+
"@deepseek-ai/dsh-client-ui-settings-general": "^0.1.6-alpha.2",
|
|
81
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.6-alpha.2",
|
|
82
|
+
"@deepseek-ai/dsh-client-ui-session": "^0.1.6-alpha.2",
|
|
83
|
+
"@deepseek-ai/dsh-client-ui-plugin-manager": "^0.1.6-alpha.2",
|
|
84
|
+
"@deepseek-ai/dsh-client-ui-settings-models": "^0.1.6-alpha.2",
|
|
85
|
+
"@deepseek-ai/dsh-client-ui-settings-plugin-inventory": "^0.1.6-alpha.2",
|
|
86
|
+
"@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.6-alpha.2",
|
|
87
|
+
"@deepseek-ai/dsh-client-ui-settings-unarchive-sessions": "^0.1.6-alpha.2",
|
|
88
|
+
"@deepseek-ai/dsh-client-ui-sidebar": "^0.1.6-alpha.2",
|
|
89
|
+
"@deepseek-ai/dsh-client-ui-sidebar-browser": "^0.1.6-alpha.2",
|
|
90
|
+
"@deepseek-ai/dsh-client-ui-sidebar-files": "^0.1.6-alpha.2",
|
|
91
|
+
"@deepseek-ai/dsh-client-ui-sidebar-right": "^0.1.6-alpha.2",
|
|
92
|
+
"@deepseek-ai/dsh-client-ui-sidebar-documentpreview": "^0.1.6-alpha.2",
|
|
93
|
+
"@deepseek-ai/dsh-client-ui-theme": "^0.1.6-alpha.2",
|
|
94
|
+
"@deepseek-ai/dsh-client-ui-tool": "^0.1.6-alpha.2",
|
|
95
|
+
"@deepseek-ai/dsh-client-ui-user-questions": "^0.1.6-alpha.2",
|
|
96
|
+
"@deepseek-ai/dsh-client-ui-trajectory": "^0.1.6-alpha.2",
|
|
97
|
+
"@deepseek-ai/dsh-client-ui-workflow-run": "^0.1.6-alpha.2",
|
|
98
|
+
"@deepseek-ai/dsh-cmdline": "^0.1.6-alpha.2",
|
|
99
|
+
"@deepseek-ai/dsh-api-workspace-files": "^0.1.6-alpha.2",
|
|
100
|
+
"@deepseek-ai/dsh-client-ui-workspace": "^0.1.6-alpha.2",
|
|
101
|
+
"@deepseek-ai/dsh-client-ui-subagent": "^0.1.6-alpha.2",
|
|
102
|
+
"@deepseek-ai/dsh-client-ui-skill": "^0.1.6-alpha.2",
|
|
103
|
+
"@deepseek-ai/dsh-cordis-client-runner": "^0.1.6-alpha.2",
|
|
104
|
+
"@deepseek-ai/dsh-cordis-host-runner": "^0.1.6-alpha.2",
|
|
105
|
+
"@deepseek-ai/dsh-file-reference": "^0.1.6-alpha.2",
|
|
106
|
+
"@deepseek-ai/dsh-host-directory-picker-auto": "^0.1.6-alpha.2",
|
|
107
|
+
"@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.6-alpha.2",
|
|
108
|
+
"@deepseek-ai/dsh-host-directory-picker-native": "^0.1.6-alpha.2",
|
|
109
|
+
"@deepseek-ai/dsh-host-frontend-static": "^0.1.6-alpha.2",
|
|
110
|
+
"@deepseek-ai/dsh-host-open-in-app": "^0.1.6-alpha.2",
|
|
111
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.6-alpha.2",
|
|
112
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.6-alpha.2",
|
|
113
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.6-alpha.2",
|
|
114
|
+
"@deepseek-ai/dsh-file-reference-local": "^0.1.6-alpha.2",
|
|
115
|
+
"@deepseek-ai/dsh-launch-environment": "^0.1.6-alpha.2",
|
|
116
|
+
"@deepseek-ai/dsh-session-log-export": "^0.1.6-alpha.2",
|
|
117
|
+
"@deepseek-ai/dsh-session-reference": "^0.1.6-alpha.2",
|
|
118
|
+
"@deepseek-ai/dsh-session-stats": "^0.1.6-alpha.2",
|
|
119
|
+
"@deepseek-ai/dsh-session-turn-outline": "^0.1.6-alpha.2",
|
|
120
|
+
"@deepseek-ai/dsh-subprocess": "^0.1.6-alpha.2",
|
|
121
|
+
"@deepseek-ai/dsh-tool-subagent": "^0.1.6-alpha.2",
|
|
122
|
+
"@deepseek-ai/dsh-workspace": "^0.1.6-alpha.2",
|
|
120
123
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
121
|
-
"@deepseek-ai/dsh-api-terminal-controller": "^0.1.6-alpha.
|
|
122
|
-
"@deepseek-ai/dsh-client-ui-sidebar-terminal": "^0.1.6-alpha.
|
|
123
|
-
"@deepseek-ai/dsh-web-frontend": "^0.1.6-alpha.
|
|
124
|
+
"@deepseek-ai/dsh-api-terminal-controller": "^0.1.6-alpha.2",
|
|
125
|
+
"@deepseek-ai/dsh-client-ui-sidebar-terminal": "^0.1.6-alpha.2",
|
|
126
|
+
"@deepseek-ai/dsh-web-frontend": "^0.1.6-alpha.2",
|
|
127
|
+
"@deepseek-ai/dsh-office-to-pdf": "^0.1.6-alpha.2"
|
|
124
128
|
},
|
|
125
129
|
"peerDependencies": {
|
|
126
130
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
127
131
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
128
|
-
"@deepseek-ai/dsh-shell-env": "^0.1.6-alpha.
|
|
129
|
-
"@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.
|
|
132
|
+
"@deepseek-ai/dsh-shell-env": "^0.1.6-alpha.2",
|
|
133
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2"
|
|
130
134
|
},
|
|
131
135
|
"devDependencies": {
|
|
136
|
+
"@deepseek-ai/libreoffice-kit": "0.0.1",
|
|
132
137
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
138
|
+
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
133
139
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
134
|
-
"@deepseek-ai/dsh-
|
|
135
|
-
"@deepseek-ai/dsh-
|
|
140
|
+
"@deepseek-ai/dsh-fs": "^0.1.6-alpha.2",
|
|
141
|
+
"@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.2",
|
|
142
|
+
"@deepseek-ai/dsh-sandbox-policy": "^0.1.6-alpha.2",
|
|
143
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
|
|
144
|
+
"@deepseek-ai/dsh-shell-env": "^0.1.6-alpha.2",
|
|
145
|
+
"@deepseek-ai/dsh-typert-registry": "^0.1.6-alpha.2",
|
|
146
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
|
|
147
|
+
"@deepseek-ai/dsh-session": "^0.1.6-alpha.2"
|
|
136
148
|
}
|
|
137
149
|
}
|