@deepseek-ai/dsh-web-app 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/bundle/web-app/README.md
5
- README.md: c352ec937ecfa51f36eae1970067a62aed51b643
6
- README.zh.md: cc3b5e5660cd7fdb38f6d9084669491b1df27ee7
5
+ README.md: 0f71be178c25c0e6687a6e51ff777a9d6ac76a5a
6
+ README.zh.md: ea7747c0b814dc36d222d0d7445732159f589d7b
package/README.md CHANGED
@@ -73,7 +73,7 @@ The bundle is one patch plus one runtime glue plugin. The storage stack and proj
73
73
 
74
74
  ### Patch semantics
75
75
 
76
- A patch replaces the targeted row's whole `config`, so each web row restates every key it owns: the persona, the `DSH_TOOLS_MODE` PTC mode opt-in, and the `session-query-sqlite` values on the base rows, then `insert` adds the web host rows, transport, and browser roster. The per-agent tool rows the base mounts process-wide are disabled here and the preset roster takes over; the reasoning for each host-plane versus preset-plane decision is inline in the patch.
76
+ A patch replaces the targeted row's whole `config`, so each web row restates every key it owns: the persona prefix and suffix templates, the `DSH_TOOLS_MODE` PTC mode opt-in, and the `session-query-sqlite` values on the base rows, then `insert` adds the web host rows, transport, and browser roster. The per-agent tool rows the base mounts process-wide are disabled here and the preset roster takes over; the reasoning for each host-plane versus preset-plane decision is inline in the patch.
77
77
 
78
78
  ### Readiness
79
79
 
@@ -124,7 +124,7 @@ Read these pages when you want to go deeper into the shared core, the browser re
124
124
 
125
125
  #### What the model sees
126
126
 
127
- When `surfaceContext` is true, the `harness:source` section identifies the on-disk Harness implementation without claiming it is the working directory, and the `app:web-surface` global section (first-party order −800) orients the model to the GUI: the canonical local URL, the "this page" referent, the update contract (the reload receiver is always on; no-refresh reloads additionally need the `pnpm run dev:web` watcher), and the instruction not to start replacement servers. `DSH_WEB_URL` additionally appears in the managed bash environment with its description, resolved per invocation from the live server. When it is false, neither section nor the variable is registered.
127
+ When `surfaceContext` is true, the `harness:source` section identifies the on-disk Harness implementation without claiming it is the working directory, and the `app:web-surface` global section (first-party order 10100, after reusable instructions) orients the model to the GUI: the canonical local URL, the "this page" referent, the update contract (the reload receiver is always on; no-refresh reloads additionally need the `pnpm run dev:web` watcher), and the instruction not to start replacement servers. `DSH_WEB_URL` additionally appears in the managed bash environment with its description, resolved per invocation from the live server. When it is false, neither section nor the variable is registered.
128
128
 
129
129
  #### Token effect
130
130
 
@@ -132,7 +132,7 @@ One source line and one prompt paragraph per session plus two managed-environmen
132
132
 
133
133
  #### KV Cache effect
134
134
 
135
- The prompt section sits near the system prompt's head and is stable for the life of the process (the port is a boot fact), so it does not invalidate the cache across turns.
135
+ Source and Web sections follow first-party reusable instructions. Different checkout paths or local ports leave that preceding prefix unchanged when tools and configuration match; provider cache reuse is not guaranteed.
136
136
 
137
137
  ## Known Limitations and Deferred Work
138
138
 
package/README.zh.md CHANGED
@@ -73,7 +73,7 @@ dsh --profile web --no-open --port 8080
73
73
 
74
74
  ### patch 语义
75
75
 
76
- patch 会替换目标行的整个 `config`,因此每个 Web 行都重述自己拥有的每个键:基础行上的 persona、`DSH_TOOLS_MODE` PTC mode 开关与 `session-query-sqlite` 值,随后 `insert` 添加 Web 宿主行、传输层与浏览器名录。base 以进程级挂载的按 agent 工具行在这里被禁用,由 preset 名录接管;每项宿主层与 preset 层归属决策的理由以行内注释写在 patch 里。
76
+ patch 会替换目标行的整个 `config`,因此每个 Web 行都重述自己拥有的每个键:基础行上的 persona 前缀与后缀模板、`DSH_TOOLS_MODE` PTC mode 开关与 `session-query-sqlite` 值,随后 `insert` 添加 Web 宿主行、传输层与浏览器名录。base 以进程级挂载的按 agent 工具行在这里被禁用,由 preset 名录接管;每项宿主层与 preset 层归属决策的理由以行内注释写在 patch 里。
77
77
 
78
78
  ### 就绪宣告
79
79
 
@@ -124,7 +124,7 @@ URL 行与浏览器交接都是就绪信号:监督方一观察到该行就发
124
124
 
125
125
  #### 模型看到什么
126
126
 
127
- 当 `surfaceContext` 为 true 时,`harness:source` 段落标明磁盘上的 Harness 实现,但不会声称它就是工作目录;全局段落 `app:web-surface`(first-party 顺序 −800)则向模型说明 GUI:规范的本地 URL、「this page」指代什么、更新约定(重载接收端始终开启;无刷新重载还需要 `pnpm run dev:web` watcher),以及不要启动替代服务器的指令。`DSH_WEB_URL` 还会连同描述出现在受管 bash 环境中,每次调用时从运行中的服务器解析。当它为 false 时,这两个段落和该变量都不会注册。
127
+ 当 `surfaceContext` 为 true 时,`harness:source` 段落标明磁盘上的 Harness 实现,但不会声称它就是工作目录;全局段落 `app:web-surface`(first-party 顺序 10100,位于可复用指令之后)则向模型说明 GUI:规范的本地 URL、「this page」指代什么、更新约定(重载接收端始终开启;无刷新重载还需要 `pnpm run dev:web` watcher),以及不要启动替代服务器的指令。`DSH_WEB_URL` 还会连同描述出现在受管 bash 环境中,每次调用时从运行中的服务器解析。当它为 false 时,这两个段落和该变量都不会注册。
128
128
 
129
129
  #### Token 影响
130
130
 
@@ -132,7 +132,7 @@ URL 行与浏览器交接都是就绪信号:监督方一观察到该行就发
132
132
 
133
133
  #### KV Cache 影响
134
134
 
135
- 该提示词段落位于系统提示词靠前位置,且在进程整个生命周期内稳定(端口是启动期事实),因此不会使跨轮次缓存失效。
135
+ 源码与 Web 段落位于第一方可复用指令之后。工具与配置一致时,不同 checkout 路径或本地端口不会改变前置前缀;不保证提供方复用缓存。
136
136
 
137
137
  ## 已知限制与延期工作
138
138
 
package/cordis.patch.yml CHANGED
@@ -15,8 +15,9 @@
15
15
 
16
16
  - id: system-prompt
17
17
  config:
18
- persona: >-
19
- You are a coding agent powered by the {{model}} model. Your working directory is {{cwd}}.
18
+ personaSuffix: Your working directory is {{cwd}}.
19
+ personaPrefix: >-
20
+ You are a coding agent powered by the {{model}} model.
20
21
 
21
22
  # Full-text session search is opt-in (the base row's `openAt: never`). This
22
23
  # restatement keeps the Web values on one ephemeral in-memory index; a
@@ -58,6 +59,19 @@
58
59
  - id: session-log-download
59
60
  name: '@deepseek-ai/dsh-session-log-export'
60
61
 
62
+ # Session-header "Open In..." split button over the host application
63
+ # resolution (macOS/Windows/Linux; a host with no resolved application
64
+ # renders no button). Two halves: the host routes and the browser surface.
65
+ - id: open-in-app
66
+ name: '@deepseek-ai/dsh-host-open-in-app'
67
+ config:
68
+ probeTimeoutMs: 10000
69
+ iconTimeoutMs: 10000
70
+ launchWatchMs: 1000
71
+
72
+ - id: ui-open-in-app
73
+ name: '@deepseek-ai/dsh-client-ui-open-in-app'
74
+
61
75
  - id: workspace
62
76
  name: '@deepseek-ai/dsh-workspace'
63
77
 
@@ -168,6 +182,11 @@
168
182
  # its literals, for example: ['app.internal', ...ctx.webRuntime.trustedHosts].
169
183
  trustedHosts: !!js ctx.webRuntime.trustedHosts
170
184
 
185
+ # Raw Blob and ReadableStream uploads run independently of Connection's
186
+ # RPC and generation service.
187
+ - id: file-upload
188
+ name: '@deepseek-ai/dsh-client-file-upload'
189
+
171
190
  - id: api-remotes
172
191
  name: '@deepseek-ai/dsh-api-remotes'
173
192
 
@@ -347,9 +366,6 @@
347
366
  - id: tool-fs-search
348
367
  disabled: true
349
368
 
350
- - id: tool-str-replace-editor
351
- disabled: true
352
-
353
369
  # The `skill` REGISTRY stays in the host plane. It is host+per-scope layered
354
370
  # (the tools-registry shape): deployment-level providers — repository plugins,
355
371
  # a host skill-filesystem row — register into its global layer, while a preset's
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.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -41,87 +41,90 @@
41
41
  "dependencies": {
42
42
  "commander": "^15.0.0",
43
43
  "open": "^11.0.0",
44
- "@deepseek-ai/dsh-tool-subagent": "^0.1.2-alpha.5",
45
- "@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.5",
46
- "@deepseek-ai/dsh-app-boot": "^0.1.2-alpha.5",
47
- "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.5",
48
- "@deepseek-ai/dsh-client-hmr": "^0.1.2-alpha.5",
49
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.5",
50
- "@deepseek-ai/dsh-client-modules": "^0.1.2-alpha.5",
51
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.5",
52
- "@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.2-alpha.5",
53
- "@deepseek-ai/dsh-client-ui-attachment": "^0.1.2-alpha.5",
54
- "@deepseek-ai/dsh-client-ui-approval": "^0.1.2-alpha.5",
55
- "@deepseek-ai/dsh-client-ui-brand-official": "^0.1.2-alpha.5",
56
- "@deepseek-ai/dsh-client-ui-commands": "^0.1.2-alpha.5",
57
- "@deepseek-ai/dsh-client-ui-chat": "^0.1.2-alpha.5",
58
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-alpha.5",
59
- "@deepseek-ai/dsh-client-ui-cordis": "^0.1.2-alpha.5",
60
- "@deepseek-ai/dsh-client-ui-deliverables": "^0.1.2-alpha.5",
61
- "@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.2-alpha.5",
62
- "@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.2-alpha.5",
63
- "@deepseek-ai/dsh-client-ui-message-feedback": "^0.1.2-alpha.5",
64
- "@deepseek-ai/dsh-client-ui-goal": "^0.1.2-alpha.5",
65
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.2-alpha.5",
66
- "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.5",
67
- "@deepseek-ai/dsh-client-ui-settings-models": "^0.1.2-alpha.5",
68
- "@deepseek-ai/dsh-client-ui-settings-plugin-inventory": "^0.1.2-alpha.5",
69
- "@deepseek-ai/dsh-client-ui-permission-presets": "^0.1.2-alpha.5",
70
- "@deepseek-ai/dsh-client-ui-plan": "^0.1.2-alpha.5",
71
- "@deepseek-ai/dsh-client-ui-schedule": "^0.1.2-alpha.5",
72
- "@deepseek-ai/dsh-client-ui-session": "^0.1.2-alpha.5",
73
- "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.2-alpha.5",
74
- "@deepseek-ai/dsh-client-ui-user-questions": "^0.1.2-alpha.5",
75
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.5",
76
- "@deepseek-ai/dsh-client-ui-settings-general": "^0.1.2-alpha.5",
77
- "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.2-alpha.5",
78
- "@deepseek-ai/dsh-client-ui-skill": "^0.1.2-alpha.5",
79
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.2-alpha.5",
80
- "@deepseek-ai/dsh-client-ui-reference": "^0.1.2-alpha.5",
81
- "@deepseek-ai/dsh-client-ui-subagent": "^0.1.2-alpha.5",
82
- "@deepseek-ai/dsh-client-ui-jobs": "^0.1.2-alpha.5",
83
- "@deepseek-ai/dsh-client-ui-theme": "^0.1.2-alpha.5",
84
- "@deepseek-ai/dsh-client-ui-tool": "^0.1.2-alpha.5",
85
- "@deepseek-ai/dsh-client-ui-workflow-run": "^0.1.2-alpha.5",
86
- "@deepseek-ai/dsh-client-ui-trajectory": "^0.1.2-alpha.5",
87
- "@deepseek-ai/dsh-client-ui-workspace": "^0.1.2-alpha.5",
88
- "@deepseek-ai/dsh-cmdline": "^0.1.2-alpha.5",
89
- "@deepseek-ai/dsh-client-ui-model-selection": "^0.1.2-alpha.5",
90
- "@deepseek-ai/dsh-cordis-client-runner": "^0.1.2-alpha.5",
91
- "@deepseek-ai/dsh-cordis-host-runner": "^0.1.2-alpha.5",
92
- "@deepseek-ai/dsh-host-frontend-static": "^0.1.2-alpha.5",
93
- "@deepseek-ai/dsh-host-directory-picker-auto": "^0.1.2-alpha.5",
94
- "@deepseek-ai/dsh-web-frontend": "^0.1.2-alpha.5",
95
- "@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.2-alpha.5",
96
- "@deepseek-ai/dsh-host-directory-picker-native": "^0.1.2-alpha.5",
97
- "@deepseek-ai/dsh-host-plugin-inventory": "^0.1.2-alpha.5",
98
- "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.5",
99
- "@deepseek-ai/dsh-file-reference": "^0.1.2-alpha.5",
100
- "@deepseek-ai/dsh-file-reference-local": "^0.1.2-alpha.5",
101
- "@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.5",
102
- "@deepseek-ai/dsh-message-feedback": "^0.1.2-alpha.5",
103
- "@deepseek-ai/dsh-session-log-export": "^0.1.2-alpha.5",
104
- "@deepseek-ai/dsh-session-stats": "^0.1.2-alpha.5",
105
- "@deepseek-ai/dsh-session-reference": "^0.1.2-alpha.5",
106
- "@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.2-alpha.5",
107
- "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.5",
108
- "@deepseek-ai/dsh-api-settings-controller": "^0.1.2-alpha.5",
109
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.5",
110
- "@deepseek-ai/dsh-subprocess": "^0.1.2-alpha.5",
44
+ "@deepseek-ai/dsh-agent-presets": "^0.1.3-alpha.2",
45
+ "@deepseek-ai/dsh-tool-subagent": "^0.1.3-alpha.2",
46
+ "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
47
+ "@deepseek-ai/dsh-app-boot": "^0.1.3-alpha.2",
48
+ "@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.2",
49
+ "@deepseek-ai/dsh-client-file-upload": "^0.1.3-alpha.2",
50
+ "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
51
+ "@deepseek-ai/dsh-client-modules": "^0.1.3-alpha.2",
52
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
53
+ "@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.3-alpha.2",
54
+ "@deepseek-ai/dsh-client-hmr": "^0.1.3-alpha.2",
55
+ "@deepseek-ai/dsh-client-ui-attachment": "^0.1.3-alpha.2",
56
+ "@deepseek-ai/dsh-client-ui-approval": "^0.1.3-alpha.2",
57
+ "@deepseek-ai/dsh-client-ui-brand-official": "^0.1.3-alpha.2",
58
+ "@deepseek-ai/dsh-client-ui-commands": "^0.1.3-alpha.2",
59
+ "@deepseek-ai/dsh-client-ui-chat": "^0.1.3-alpha.2",
60
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.3-alpha.2",
61
+ "@deepseek-ai/dsh-client-ui-deliverables": "^0.1.3-alpha.2",
62
+ "@deepseek-ai/dsh-client-ui-directory-picker-browse": "^0.1.3-alpha.2",
63
+ "@deepseek-ai/dsh-client-ui-open-in-app": "^0.1.3-alpha.2",
64
+ "@deepseek-ai/dsh-client-ui-directory-picker-native": "^0.1.3-alpha.2",
65
+ "@deepseek-ai/dsh-client-ui-message-feedback": "^0.1.3-alpha.2",
66
+ "@deepseek-ai/dsh-client-ui-goal": "^0.1.3-alpha.2",
67
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.3-alpha.2",
68
+ "@deepseek-ai/dsh-client-ui-model-selection": "^0.1.3-alpha.2",
69
+ "@deepseek-ai/dsh-client-ui-settings-models": "^0.1.3-alpha.2",
70
+ "@deepseek-ai/dsh-client-ui-settings-plugin-inventory": "^0.1.3-alpha.2",
71
+ "@deepseek-ai/dsh-client-ui-permission-presets": "^0.1.3-alpha.2",
72
+ "@deepseek-ai/dsh-client-ui-plan": "^0.1.3-alpha.2",
73
+ "@deepseek-ai/dsh-client-ui-schedule": "^0.1.3-alpha.2",
74
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
75
+ "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.3-alpha.2",
76
+ "@deepseek-ai/dsh-client-ui-user-questions": "^0.1.3-alpha.2",
77
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.3-alpha.2",
78
+ "@deepseek-ai/dsh-client-ui-settings-general": "^0.1.3-alpha.2",
79
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.3-alpha.2",
80
+ "@deepseek-ai/dsh-client-ui-skill": "^0.1.3-alpha.2",
81
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.3-alpha.2",
82
+ "@deepseek-ai/dsh-client-ui-reference": "^0.1.3-alpha.2",
83
+ "@deepseek-ai/dsh-client-ui-subagent": "^0.1.3-alpha.2",
84
+ "@deepseek-ai/dsh-client-ui-cordis": "^0.1.3-alpha.2",
85
+ "@deepseek-ai/dsh-client-ui-jobs": "^0.1.3-alpha.2",
86
+ "@deepseek-ai/dsh-client-ui-theme": "^0.1.3-alpha.2",
87
+ "@deepseek-ai/dsh-client-ui-workflow-run": "^0.1.3-alpha.2",
88
+ "@deepseek-ai/dsh-client-ui-trajectory": "^0.1.3-alpha.2",
89
+ "@deepseek-ai/dsh-client-ui-workspace": "^0.1.3-alpha.2",
90
+ "@deepseek-ai/dsh-cmdline": "^0.1.3-alpha.2",
91
+ "@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.3-alpha.2",
92
+ "@deepseek-ai/dsh-cordis-client-runner": "^0.1.3-alpha.2",
93
+ "@deepseek-ai/dsh-cordis-host-runner": "^0.1.3-alpha.2",
94
+ "@deepseek-ai/dsh-web-frontend": "^0.1.3-alpha.2",
95
+ "@deepseek-ai/dsh-host-frontend-static": "^0.1.3-alpha.2",
96
+ "@deepseek-ai/dsh-host-directory-picker-auto": "^0.1.3-alpha.2",
97
+ "@deepseek-ai/dsh-host-directory-picker-browse": "^0.1.3-alpha.2",
98
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.3-alpha.2",
99
+ "@deepseek-ai/dsh-host-directory-picker-native": "^0.1.3-alpha.2",
100
+ "@deepseek-ai/dsh-host-open-in-app": "^0.1.3-alpha.2",
101
+ "@deepseek-ai/dsh-host-webserver": "^0.1.3-alpha.2",
102
+ "@deepseek-ai/dsh-host-plugin-inventory": "^0.1.3-alpha.2",
103
+ "@deepseek-ai/dsh-file-reference": "^0.1.3-alpha.2",
104
+ "@deepseek-ai/dsh-file-reference-local": "^0.1.3-alpha.2",
105
+ "@deepseek-ai/dsh-launch-environment": "^0.1.3-alpha.2",
106
+ "@deepseek-ai/dsh-session-reference": "^0.1.3-alpha.2",
107
+ "@deepseek-ai/dsh-session-log-export": "^0.1.3-alpha.2",
108
+ "@deepseek-ai/dsh-session-stats": "^0.1.3-alpha.2",
109
+ "@deepseek-ai/dsh-session-turn-outline": "^0.1.3-alpha.2",
110
+ "@deepseek-ai/dsh-api-session-controller": "^0.1.3-alpha.2",
111
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.3-alpha.2",
112
+ "@deepseek-ai/dsh-api-settings-controller": "^0.1.3-alpha.2",
113
+ "@deepseek-ai/dsh-subprocess": "^0.1.3-alpha.2",
111
114
  "@deepseek-ai/schemastery": "^3.18.2",
112
- "@deepseek-ai/dsh-workspace": "^0.1.2-alpha.5",
113
- "@deepseek-ai/dsh-session-turn-outline": "^0.1.2-alpha.5"
115
+ "@deepseek-ai/dsh-workspace": "^0.1.3-alpha.2",
116
+ "@deepseek-ai/dsh-message-feedback": "^0.1.3-alpha.2"
114
117
  },
115
118
  "peerDependencies": {
116
- "@deepseek-ai/dsh-shell-env": "^0.1.2-alpha.5",
117
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5",
118
119
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
120
+ "@deepseek-ai/dsh-shell-env": "^0.1.3-alpha.2",
121
+ "@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
119
122
  "@deepseek-ai/cordis": "^4.0.2"
120
123
  },
121
124
  "devDependencies": {
122
125
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
123
- "@deepseek-ai/dsh-shell-env": "^0.1.2-alpha.5",
124
- "@deepseek-ai/cordis": "^4.0.2",
125
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5"
126
+ "@deepseek-ai/dsh-shell-env": "^0.1.3-alpha.2",
127
+ "@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
128
+ "@deepseek-ai/cordis": "^4.0.2"
126
129
  }
127
130
  }