dsh-edge 0.2.0 → 0.3.0-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 +13 -10
- package/README.zh.md +13 -10
- package/THIRD_PARTY_NOTICES.md +447 -348
- package/dist/assets/{index-BNMwCG9c.css → index-C6eRlFa6.css} +1 -1
- package/dist/assets/{index-CA9Bpko5.js → index-ClqxG24t.js} +35 -35
- package/dist/index.html +3 -3
- package/dist/plugins/@deepseek-ai/dsh-api-gateway/client.js +84 -55
- package/dist/plugins/@deepseek-ai/dsh-client-connection/client.js +10 -6
- package/dist/plugins/@deepseek-ai/dsh-client-runtime/client.js +15 -6
- package/dist/plugins/@deepseek-ai/dsh-client-ui-attachment/client.js +782 -0
- package/dist/plugins/@deepseek-ai/dsh-client-ui-conversation/client.js +188 -72
- package/dist/plugins/@deepseek-ai/dsh-client-ui-permission-presets/client.js +46 -13
- package/dist/plugins/@deepseek-ai/dsh-client-ui-sidebar/client.js +1 -1
- package/dist/plugins/@deepseek-ai/dsh-client-ui-subagent/client.js +287 -128
- package/dist/plugins/@deepseek-ai/dsh-client-ui-user-questions/client.js +46 -9
- package/dist/plugins/@deepseek-ai/dsh-client-ui-workspace/client.js +26 -0
- package/package.json +25 -22
- package/scripts/cli.mjs +56 -1
- package/scripts/install.d.mts +31 -0
- package/scripts/install.mjs +304 -16
- package/scripts/legal-files.mjs +5 -1
- package/scripts/wrangler-config-core.mjs +28 -0
- package/scripts/wrangler-config.d.mts +1 -0
- package/worker/direct/index.js +1021 -991
- package/worker/isolated/index.js +677 -647
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
## DeepSeek Harness
|
|
9
9
|
|
|
10
|
-
`dsh-edge` assembles published DeepSeek Harness packages and applies
|
|
10
|
+
`dsh-edge` assembles published DeepSeek Harness packages and applies 5 version-bound adaptations to the pinned `0.1.1-rc.1` release. DeepSeek Harness remains under its upstream MIT license:
|
|
11
11
|
|
|
12
12
|
```text
|
|
13
13
|
MIT License
|
|
@@ -35,7 +35,7 @@ SOFTWARE.
|
|
|
35
35
|
|
|
36
36
|
## Bundled component inventory
|
|
37
37
|
|
|
38
|
-
The following
|
|
38
|
+
The following 463 package versions form the conservative, platform-neutral production closure used to assemble the Web and Worker artifacts in this distribution. Platform-specific build binaries that are not distributed in those artifacts are excluded; tree shaking can omit additional code. The inventory and legal texts are generated during packaging rather than referring recipients to a source checkout. License expressions are SPDX identifiers supplied by each package. Dependencies installed separately by npm remain declared in this package's `package.json`.
|
|
39
39
|
|
|
40
40
|
| Component | License |
|
|
41
41
|
| --- | --- |
|
|
@@ -80,179 +80,180 @@ The following 459 package versions form the conservative, platform-neutral produ
|
|
|
80
80
|
| `@deepseek-ai/cordis-plugin-loader@1.0.2` | `MIT` |
|
|
81
81
|
| `@deepseek-ai/cordis-plugin-timer@1.1.3` | `MIT` |
|
|
82
82
|
| `@deepseek-ai/cosmokit@1.8.2` | `MIT` |
|
|
83
|
-
| `@deepseek-ai/dsh-agent@0.1.
|
|
84
|
-
| `@deepseek-ai/dsh-agent-default-model@0.1.
|
|
85
|
-
| `@deepseek-ai/dsh-agent-instructions@0.1.
|
|
86
|
-
| `@deepseek-ai/dsh-agent-loop@0.1.
|
|
87
|
-
| `@deepseek-ai/dsh-agent-presets@0.1.
|
|
88
|
-
| `@deepseek-ai/dsh-anonymous-user-id@0.1.
|
|
89
|
-
| `@deepseek-ai/dsh-api-gateway@0.1.
|
|
90
|
-
| `@deepseek-ai/dsh-api-remotes@0.1.
|
|
91
|
-
| `@deepseek-ai/dsh-app-boot@0.1.
|
|
92
|
-
| `@deepseek-ai/dsh-atomic-write@0.1.
|
|
93
|
-
| `@deepseek-ai/dsh-attachment@0.1.
|
|
94
|
-
| `@deepseek-ai/dsh-attachment-local@0.1.
|
|
95
|
-
| `@deepseek-ai/dsh-
|
|
96
|
-
| `@deepseek-ai/dsh-
|
|
97
|
-
| `@deepseek-ai/dsh-bash-
|
|
98
|
-
| `@deepseek-ai/dsh-
|
|
99
|
-
| `@deepseek-ai/dsh-
|
|
100
|
-
| `@deepseek-ai/dsh-client-
|
|
101
|
-
| `@deepseek-ai/dsh-client-
|
|
102
|
-
| `@deepseek-ai/dsh-client-
|
|
103
|
-
| `@deepseek-ai/dsh-client-
|
|
104
|
-
| `@deepseek-ai/dsh-client-
|
|
105
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
106
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
107
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
108
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
109
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
110
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
111
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
112
|
-
| `@deepseek-ai/dsh-client-ui-directory-picker-
|
|
113
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
114
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
115
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
116
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
117
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
118
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
119
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
120
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
121
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
122
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
123
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
124
|
-
| `@deepseek-ai/dsh-client-ui-settings
|
|
125
|
-
| `@deepseek-ai/dsh-client-ui-settings-
|
|
126
|
-
| `@deepseek-ai/dsh-client-ui-settings-
|
|
127
|
-
| `@deepseek-ai/dsh-client-ui-settings-
|
|
128
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
129
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
130
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
131
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
132
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
133
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
134
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
135
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
136
|
-
| `@deepseek-ai/dsh-client-ui-
|
|
137
|
-
| `@deepseek-ai/dsh-
|
|
138
|
-
| `@deepseek-ai/dsh-
|
|
139
|
-
| `@deepseek-ai/dsh-code-runtime
|
|
140
|
-
| `@deepseek-ai/dsh-
|
|
141
|
-
| `@deepseek-ai/dsh-command-
|
|
142
|
-
| `@deepseek-ai/dsh-command-
|
|
143
|
-
| `@deepseek-ai/dsh-
|
|
144
|
-
| `@deepseek-ai/dsh-
|
|
145
|
-
| `@deepseek-ai/dsh-compaction
|
|
146
|
-
| `@deepseek-ai/dsh-compaction-
|
|
147
|
-
| `@deepseek-ai/dsh-
|
|
148
|
-
| `@deepseek-ai/dsh-cordis-
|
|
149
|
-
| `@deepseek-ai/dsh-
|
|
150
|
-
| `@deepseek-ai/dsh-credentials
|
|
151
|
-
| `@deepseek-ai/dsh-
|
|
152
|
-
| `@deepseek-ai/dsh-file-reference
|
|
153
|
-
| `@deepseek-ai/dsh-
|
|
154
|
-
| `@deepseek-ai/dsh-fs
|
|
155
|
-
| `@deepseek-ai/dsh-fs-
|
|
156
|
-
| `@deepseek-ai/dsh-fs-
|
|
157
|
-
| `@deepseek-ai/dsh-
|
|
158
|
-
| `@deepseek-ai/dsh-goal
|
|
159
|
-
| `@deepseek-ai/dsh-
|
|
160
|
-
| `@deepseek-ai/dsh-
|
|
161
|
-
| `@deepseek-ai/dsh-host-
|
|
162
|
-
| `@deepseek-ai/dsh-host-directory-picker
|
|
163
|
-
| `@deepseek-ai/dsh-host-directory-picker-
|
|
164
|
-
| `@deepseek-ai/dsh-host-directory-picker-
|
|
165
|
-
| `@deepseek-ai/dsh-host-
|
|
166
|
-
| `@deepseek-ai/dsh-host-
|
|
167
|
-
| `@deepseek-ai/dsh-host-
|
|
168
|
-
| `@deepseek-ai/dsh-
|
|
169
|
-
| `@deepseek-ai/dsh-
|
|
170
|
-
| `@deepseek-ai/dsh-jobs
|
|
171
|
-
| `@deepseek-ai/dsh-
|
|
172
|
-
| `@deepseek-ai/dsh-
|
|
173
|
-
| `@deepseek-ai/dsh-llm
|
|
174
|
-
| `@deepseek-ai/dsh-llm-
|
|
175
|
-
| `@deepseek-ai/dsh-llm-
|
|
176
|
-
| `@deepseek-ai/dsh-
|
|
177
|
-
| `@deepseek-ai/dsh-
|
|
178
|
-
| `@deepseek-ai/dsh-
|
|
179
|
-
| `@deepseek-ai/dsh-
|
|
180
|
-
| `@deepseek-ai/dsh-
|
|
181
|
-
| `@deepseek-ai/dsh-
|
|
182
|
-
| `@deepseek-ai/dsh-pwsh-
|
|
183
|
-
| `@deepseek-ai/dsh-
|
|
184
|
-
| `@deepseek-ai/dsh-
|
|
185
|
-
| `@deepseek-ai/dsh-sandbox
|
|
186
|
-
| `@deepseek-ai/dsh-sandbox-
|
|
187
|
-
| `@deepseek-ai/dsh-sandbox-
|
|
188
|
-
| `@deepseek-ai/dsh-
|
|
189
|
-
| `@deepseek-ai/dsh-
|
|
190
|
-
| `@deepseek-ai/dsh-session
|
|
191
|
-
| `@deepseek-ai/dsh-session-
|
|
192
|
-
| `@deepseek-ai/dsh-session-
|
|
193
|
-
| `@deepseek-ai/dsh-session-persistence
|
|
194
|
-
| `@deepseek-ai/dsh-session-
|
|
195
|
-
| `@deepseek-ai/dsh-session-projection
|
|
196
|
-
| `@deepseek-ai/dsh-session-
|
|
197
|
-
| `@deepseek-ai/dsh-session-query
|
|
198
|
-
| `@deepseek-ai/dsh-session-
|
|
199
|
-
| `@deepseek-ai/dsh-session-
|
|
200
|
-
| `@deepseek-ai/dsh-session-
|
|
201
|
-
| `@deepseek-ai/dsh-session-telemetry
|
|
202
|
-
| `@deepseek-ai/dsh-session-
|
|
203
|
-
| `@deepseek-ai/dsh-session-title
|
|
204
|
-
| `@deepseek-ai/dsh-session-title-llm@0.1.
|
|
205
|
-
| `@deepseek-ai/dsh-
|
|
206
|
-
| `@deepseek-ai/dsh-settings
|
|
207
|
-
| `@deepseek-ai/dsh-
|
|
208
|
-
| `@deepseek-ai/dsh-shell
|
|
209
|
-
| `@deepseek-ai/dsh-
|
|
210
|
-
| `@deepseek-ai/dsh-skill
|
|
211
|
-
| `@deepseek-ai/dsh-skill-
|
|
212
|
-
| `@deepseek-ai/dsh-
|
|
213
|
-
| `@deepseek-ai/dsh-spill
|
|
214
|
-
| `@deepseek-ai/dsh-spill-
|
|
215
|
-
| `@deepseek-ai/dsh-
|
|
216
|
-
| `@deepseek-ai/dsh-storage
|
|
217
|
-
| `@deepseek-ai/dsh-storage-
|
|
218
|
-
| `@deepseek-ai/dsh-
|
|
219
|
-
| `@deepseek-ai/dsh-subagent
|
|
220
|
-
| `@deepseek-ai/dsh-subagent-in-process
|
|
221
|
-
| `@deepseek-ai/dsh-subagent-
|
|
222
|
-
| `@deepseek-ai/dsh-
|
|
223
|
-
| `@deepseek-ai/dsh-subprocess
|
|
224
|
-
| `@deepseek-ai/dsh-
|
|
225
|
-
| `@deepseek-ai/dsh-
|
|
226
|
-
| `@deepseek-ai/dsh-
|
|
227
|
-
| `@deepseek-ai/dsh-
|
|
228
|
-
| `@deepseek-ai/dsh-tool-
|
|
229
|
-
| `@deepseek-ai/dsh-tool-
|
|
230
|
-
| `@deepseek-ai/dsh-tool-fs
|
|
231
|
-
| `@deepseek-ai/dsh-tool-
|
|
232
|
-
| `@deepseek-ai/dsh-tool-
|
|
233
|
-
| `@deepseek-ai/dsh-tool-
|
|
234
|
-
| `@deepseek-ai/dsh-tool-
|
|
235
|
-
| `@deepseek-ai/dsh-tool-
|
|
236
|
-
| `@deepseek-ai/dsh-tool-
|
|
237
|
-
| `@deepseek-ai/dsh-tool-
|
|
238
|
-
| `@deepseek-ai/dsh-tool-subagent
|
|
239
|
-
| `@deepseek-ai/dsh-tool-subagent-
|
|
240
|
-
| `@deepseek-ai/dsh-tool-
|
|
241
|
-
| `@deepseek-ai/dsh-tool-
|
|
242
|
-
| `@deepseek-ai/dsh-tool-
|
|
243
|
-
| `@deepseek-ai/dsh-
|
|
244
|
-
| `@deepseek-ai/dsh-
|
|
245
|
-
| `@deepseek-ai/dsh-typert-
|
|
246
|
-
| `@deepseek-ai/dsh-typert-
|
|
247
|
-
| `@deepseek-ai/dsh-
|
|
248
|
-
| `@deepseek-ai/dsh-user-
|
|
249
|
-
| `@deepseek-ai/dsh-
|
|
250
|
-
| `@deepseek-ai/dsh-web
|
|
251
|
-
| `@deepseek-ai/dsh-web-
|
|
252
|
-
| `@deepseek-ai/dsh-web-
|
|
253
|
-
| `@deepseek-ai/dsh-
|
|
254
|
-
| `@deepseek-ai/dsh-workflow
|
|
255
|
-
| `@deepseek-ai/dsh-
|
|
83
|
+
| `@deepseek-ai/dsh-agent@0.1.1-rc.1` | `MIT` |
|
|
84
|
+
| `@deepseek-ai/dsh-agent-default-model@0.1.1-rc.1` | `MIT` |
|
|
85
|
+
| `@deepseek-ai/dsh-agent-instructions@0.1.1-rc.1` | `MIT` |
|
|
86
|
+
| `@deepseek-ai/dsh-agent-loop@0.1.1-rc.1` | `MIT` |
|
|
87
|
+
| `@deepseek-ai/dsh-agent-presets@0.1.1-rc.1` | `MIT` |
|
|
88
|
+
| `@deepseek-ai/dsh-anonymous-user-id@0.1.1-rc.1` | `MIT` |
|
|
89
|
+
| `@deepseek-ai/dsh-api-gateway@0.1.1-rc.1` | `MIT` |
|
|
90
|
+
| `@deepseek-ai/dsh-api-remotes@0.1.1-rc.1` | `MIT` |
|
|
91
|
+
| `@deepseek-ai/dsh-app-boot@0.1.1-rc.1` | `MIT` |
|
|
92
|
+
| `@deepseek-ai/dsh-atomic-write@0.1.1-rc.1` | `MIT` |
|
|
93
|
+
| `@deepseek-ai/dsh-attachment@0.1.1-rc.1` | `MIT` |
|
|
94
|
+
| `@deepseek-ai/dsh-attachment-local@0.1.1-rc.1` | `MIT` |
|
|
95
|
+
| `@deepseek-ai/dsh-authorization@0.1.1-rc.1` | `MIT` |
|
|
96
|
+
| `@deepseek-ai/dsh-base@0.1.1-rc.1` | `MIT` |
|
|
97
|
+
| `@deepseek-ai/dsh-bash-local@0.1.1-rc.1` | `MIT` |
|
|
98
|
+
| `@deepseek-ai/dsh-bash-sandbox@0.1.1-rc.1` | `MIT` |
|
|
99
|
+
| `@deepseek-ai/dsh-brand@0.1.1-rc.1` | `MIT` |
|
|
100
|
+
| `@deepseek-ai/dsh-client-connection@0.1.1-rc.1` | `MIT` |
|
|
101
|
+
| `@deepseek-ai/dsh-client-hmr@0.1.1-rc.1` | `MIT` |
|
|
102
|
+
| `@deepseek-ai/dsh-client-locale@0.1.1-rc.1` | `MIT` |
|
|
103
|
+
| `@deepseek-ai/dsh-client-modules@0.1.1-rc.1` | `MIT` |
|
|
104
|
+
| `@deepseek-ai/dsh-client-runtime@0.1.1-rc.1` | `MIT` |
|
|
105
|
+
| `@deepseek-ai/dsh-client-ui-agent-preset@0.1.1-rc.1` | `MIT` |
|
|
106
|
+
| `@deepseek-ai/dsh-client-ui-attachment@0.1.1-rc.1` | `MIT` |
|
|
107
|
+
| `@deepseek-ai/dsh-client-ui-brand-official@0.1.1-rc.1` | `MIT` |
|
|
108
|
+
| `@deepseek-ai/dsh-client-ui-commands@0.1.1-rc.1` | `MIT` |
|
|
109
|
+
| `@deepseek-ai/dsh-client-ui-conversation@0.1.1-rc.1` | `MIT` |
|
|
110
|
+
| `@deepseek-ai/dsh-client-ui-cordis@0.1.1-rc.1` | `MIT` |
|
|
111
|
+
| `@deepseek-ai/dsh-client-ui-deliverables@0.1.1-rc.1` | `MIT` |
|
|
112
|
+
| `@deepseek-ai/dsh-client-ui-directory-picker-browse@0.1.1-rc.1` | `MIT` |
|
|
113
|
+
| `@deepseek-ai/dsh-client-ui-directory-picker-native@0.1.1-rc.1` | `MIT` |
|
|
114
|
+
| `@deepseek-ai/dsh-client-ui-goal@0.1.1-rc.1` | `MIT` |
|
|
115
|
+
| `@deepseek-ai/dsh-client-ui-input-trigger@0.1.1-rc.1` | `MIT` |
|
|
116
|
+
| `@deepseek-ai/dsh-client-ui-jobs@0.1.1-rc.1` | `MIT` |
|
|
117
|
+
| `@deepseek-ai/dsh-client-ui-layout@0.1.1-rc.1` | `MIT` |
|
|
118
|
+
| `@deepseek-ai/dsh-client-ui-message-feedback@0.1.1-rc.1` | `MIT` |
|
|
119
|
+
| `@deepseek-ai/dsh-client-ui-model-selection@0.1.1-rc.1` | `MIT` |
|
|
120
|
+
| `@deepseek-ai/dsh-client-ui-permission-presets@0.1.1-rc.1` | `MIT` |
|
|
121
|
+
| `@deepseek-ai/dsh-client-ui-plan@0.1.1-rc.1` | `MIT` |
|
|
122
|
+
| `@deepseek-ai/dsh-client-ui-reference@0.1.1-rc.1` | `MIT` |
|
|
123
|
+
| `@deepseek-ai/dsh-client-ui-renderer@0.1.1-rc.1` | `MIT` |
|
|
124
|
+
| `@deepseek-ai/dsh-client-ui-settings@0.1.1-rc.1` | `MIT` |
|
|
125
|
+
| `@deepseek-ai/dsh-client-ui-settings-general@0.1.1-rc.1` | `MIT` |
|
|
126
|
+
| `@deepseek-ai/dsh-client-ui-settings-models@0.1.1-rc.1` | `MIT` |
|
|
127
|
+
| `@deepseek-ai/dsh-client-ui-settings-plugin-inventory@0.1.1-rc.1` | `MIT` |
|
|
128
|
+
| `@deepseek-ai/dsh-client-ui-settings-plugins@0.1.1-rc.1` | `MIT` |
|
|
129
|
+
| `@deepseek-ai/dsh-client-ui-sidebar@0.1.1-rc.1` | `MIT` |
|
|
130
|
+
| `@deepseek-ai/dsh-client-ui-skill@0.1.1-rc.1` | `MIT` |
|
|
131
|
+
| `@deepseek-ai/dsh-client-ui-subagent@0.1.1-rc.1` | `MIT` |
|
|
132
|
+
| `@deepseek-ai/dsh-client-ui-theme@0.1.1-rc.1` | `MIT` |
|
|
133
|
+
| `@deepseek-ai/dsh-client-ui-tool@0.1.1-rc.1` | `MIT` |
|
|
134
|
+
| `@deepseek-ai/dsh-client-ui-trajectory@0.1.1-rc.1` | `MIT` |
|
|
135
|
+
| `@deepseek-ai/dsh-client-ui-user-questions@0.1.1-rc.1` | `MIT` |
|
|
136
|
+
| `@deepseek-ai/dsh-client-ui-workflow-run@0.1.1-rc.1` | `MIT` |
|
|
137
|
+
| `@deepseek-ai/dsh-client-ui-workspace@0.1.1-rc.1` | `MIT` |
|
|
138
|
+
| `@deepseek-ai/dsh-cmdline@0.1.1-rc.1` | `MIT` |
|
|
139
|
+
| `@deepseek-ai/dsh-code-runtime@0.1.1-rc.1` | `MIT` |
|
|
140
|
+
| `@deepseek-ai/dsh-code-runtime-worker-thread@0.1.1-rc.1` | `MIT` |
|
|
141
|
+
| `@deepseek-ai/dsh-command-compact@0.1.1-rc.1` | `MIT` |
|
|
142
|
+
| `@deepseek-ai/dsh-command-feedback@0.1.1-rc.1` | `MIT` |
|
|
143
|
+
| `@deepseek-ai/dsh-command-goal@0.1.1-rc.1` | `MIT` |
|
|
144
|
+
| `@deepseek-ai/dsh-commands@0.1.1-rc.1` | `MIT` |
|
|
145
|
+
| `@deepseek-ai/dsh-compaction@0.1.1-rc.1` | `MIT` |
|
|
146
|
+
| `@deepseek-ai/dsh-compaction-basic@0.1.1-rc.1` | `MIT` |
|
|
147
|
+
| `@deepseek-ai/dsh-compaction-tool-result-pruner@0.1.1-rc.1` | `MIT` |
|
|
148
|
+
| `@deepseek-ai/dsh-cordis-client-runner@0.1.1-rc.1` | `MIT` |
|
|
149
|
+
| `@deepseek-ai/dsh-cordis-host-runner@0.1.1-rc.1` | `MIT` |
|
|
150
|
+
| `@deepseek-ai/dsh-credentials@0.1.1-rc.1` | `MIT` |
|
|
151
|
+
| `@deepseek-ai/dsh-credentials-local@0.1.1-rc.1` | `MIT` |
|
|
152
|
+
| `@deepseek-ai/dsh-file-reference@0.1.1-rc.1` | `MIT` |
|
|
153
|
+
| `@deepseek-ai/dsh-file-reference-local@0.1.1-rc.1` | `MIT` |
|
|
154
|
+
| `@deepseek-ai/dsh-fs@0.1.1-rc.1` | `MIT` |
|
|
155
|
+
| `@deepseek-ai/dsh-fs-local@0.1.1-rc.1` | `MIT` |
|
|
156
|
+
| `@deepseek-ai/dsh-fs-observation-policy@0.1.1-rc.1` | `MIT` |
|
|
157
|
+
| `@deepseek-ai/dsh-fs-sandbox@0.1.1-rc.1` | `MIT` |
|
|
158
|
+
| `@deepseek-ai/dsh-goal@0.1.1-rc.1` | `MIT` |
|
|
159
|
+
| `@deepseek-ai/dsh-goal-round-driver@0.1.1-rc.1` | `MIT` |
|
|
160
|
+
| `@deepseek-ai/dsh-home-paths@0.1.1-rc.1` | `MIT` |
|
|
161
|
+
| `@deepseek-ai/dsh-host-apiproxy@0.1.1-rc.1` | `MIT` |
|
|
162
|
+
| `@deepseek-ai/dsh-host-directory-picker@0.1.1-rc.1` | `MIT` |
|
|
163
|
+
| `@deepseek-ai/dsh-host-directory-picker-auto@0.1.1-rc.1` | `MIT` |
|
|
164
|
+
| `@deepseek-ai/dsh-host-directory-picker-browse@0.1.1-rc.1` | `MIT` |
|
|
165
|
+
| `@deepseek-ai/dsh-host-directory-picker-native@0.1.1-rc.1` | `MIT` |
|
|
166
|
+
| `@deepseek-ai/dsh-host-frontend-static@0.1.1-rc.1` | `MIT` |
|
|
167
|
+
| `@deepseek-ai/dsh-host-plugin-inventory@0.1.1-rc.1` | `MIT` |
|
|
168
|
+
| `@deepseek-ai/dsh-host-webserver@0.1.1-rc.1` | `MIT` |
|
|
169
|
+
| `@deepseek-ai/dsh-invariants@0.1.1-rc.1` | `MIT` |
|
|
170
|
+
| `@deepseek-ai/dsh-jobs@0.1.1-rc.1` | `MIT` |
|
|
171
|
+
| `@deepseek-ai/dsh-jobs-local@0.1.1-rc.1` | `MIT` |
|
|
172
|
+
| `@deepseek-ai/dsh-launch-environment@0.1.1-rc.1` | `MIT` |
|
|
173
|
+
| `@deepseek-ai/dsh-llm@0.1.1-rc.1` | `MIT` |
|
|
174
|
+
| `@deepseek-ai/dsh-llm-deepseek@0.1.1-rc.1` | `MIT` |
|
|
175
|
+
| `@deepseek-ai/dsh-llm-pi-ai@0.1.1-rc.1` | `MIT` |
|
|
176
|
+
| `@deepseek-ai/dsh-llm-retry@0.1.1-rc.1` | `MIT` |
|
|
177
|
+
| `@deepseek-ai/dsh-message-feedback@0.1.1-rc.1` | `MIT` |
|
|
178
|
+
| `@deepseek-ai/dsh-native-command@0.1.1-rc.1` | `MIT` |
|
|
179
|
+
| `@deepseek-ai/dsh-output-retention@0.1.1-rc.1` | `MIT` |
|
|
180
|
+
| `@deepseek-ai/dsh-permission-presets@0.1.1-rc.1` | `MIT` |
|
|
181
|
+
| `@deepseek-ai/dsh-plan-mode@0.1.1-rc.1` | `MIT` |
|
|
182
|
+
| `@deepseek-ai/dsh-pwsh-local@0.1.1-rc.1` | `MIT` |
|
|
183
|
+
| `@deepseek-ai/dsh-pwsh-sandbox@0.1.1-rc.1` | `MIT` |
|
|
184
|
+
| `@deepseek-ai/dsh-repeat-tool-reminder@0.1.1-rc.1` | `MIT` |
|
|
185
|
+
| `@deepseek-ai/dsh-sandbox@0.1.1-rc.1` | `MIT` |
|
|
186
|
+
| `@deepseek-ai/dsh-sandbox-local@0.1.1-rc.1` | `MIT` |
|
|
187
|
+
| `@deepseek-ai/dsh-sandbox-policy@0.1.1-rc.1` | `MIT` |
|
|
188
|
+
| `@deepseek-ai/dsh-sandbox-windows-acl@0.1.1-rc.1` | `MIT` |
|
|
189
|
+
| `@deepseek-ai/dsh-scope@0.1.1-rc.1` | `MIT` |
|
|
190
|
+
| `@deepseek-ai/dsh-session@0.1.1-rc.1` | `MIT` |
|
|
191
|
+
| `@deepseek-ai/dsh-session-checkpoint-policy@0.1.1-rc.1` | `MIT` |
|
|
192
|
+
| `@deepseek-ai/dsh-session-log-export@0.1.1-rc.1` | `MIT` |
|
|
193
|
+
| `@deepseek-ai/dsh-session-persistence@0.1.1-rc.1` | `MIT` |
|
|
194
|
+
| `@deepseek-ai/dsh-session-persistence-jsonl@0.1.1-rc.1` | `MIT` |
|
|
195
|
+
| `@deepseek-ai/dsh-session-projection@0.1.1-rc.1` | `MIT` |
|
|
196
|
+
| `@deepseek-ai/dsh-session-projection-cache@0.1.1-rc.1` | `MIT` |
|
|
197
|
+
| `@deepseek-ai/dsh-session-query@0.1.1-rc.1` | `MIT` |
|
|
198
|
+
| `@deepseek-ai/dsh-session-query-sqlite@0.1.1-rc.1` | `MIT` |
|
|
199
|
+
| `@deepseek-ai/dsh-session-reference@0.1.1-rc.1` | `MIT` |
|
|
200
|
+
| `@deepseek-ai/dsh-session-stats@0.1.1-rc.1` | `MIT` |
|
|
201
|
+
| `@deepseek-ai/dsh-session-telemetry@0.1.1-rc.1` | `MIT` |
|
|
202
|
+
| `@deepseek-ai/dsh-session-telemetry-otel@0.1.1-rc.1` | `MIT` |
|
|
203
|
+
| `@deepseek-ai/dsh-session-title@0.1.1-rc.1` | `MIT` |
|
|
204
|
+
| `@deepseek-ai/dsh-session-title-first-prompt-llm@0.1.1-rc.1` | `MIT` |
|
|
205
|
+
| `@deepseek-ai/dsh-session-title-llm@0.1.1-rc.1` | `MIT` |
|
|
206
|
+
| `@deepseek-ai/dsh-settings@0.1.1-rc.1` | `MIT` |
|
|
207
|
+
| `@deepseek-ai/dsh-settings-file@0.1.1-rc.1` | `MIT` |
|
|
208
|
+
| `@deepseek-ai/dsh-shell@0.1.1-rc.1` | `MIT` |
|
|
209
|
+
| `@deepseek-ai/dsh-shell-env@0.1.1-rc.1` | `MIT` |
|
|
210
|
+
| `@deepseek-ai/dsh-skill@0.1.1-rc.1` | `MIT` |
|
|
211
|
+
| `@deepseek-ai/dsh-skill-badge@0.1.1-rc.1` | `MIT` |
|
|
212
|
+
| `@deepseek-ai/dsh-skill-filesystem@0.1.1-rc.1` | `MIT` |
|
|
213
|
+
| `@deepseek-ai/dsh-spill@0.1.1-rc.1` | `MIT` |
|
|
214
|
+
| `@deepseek-ai/dsh-spill-local@0.1.1-rc.1` | `MIT` |
|
|
215
|
+
| `@deepseek-ai/dsh-spill-policy@0.1.1-rc.1` | `MIT` |
|
|
216
|
+
| `@deepseek-ai/dsh-storage@0.1.1-rc.1` | `MIT` |
|
|
217
|
+
| `@deepseek-ai/dsh-storage-domain@0.1.1-rc.1` | `MIT` |
|
|
218
|
+
| `@deepseek-ai/dsh-storage-json@0.1.1-rc.1` | `MIT` |
|
|
219
|
+
| `@deepseek-ai/dsh-subagent@0.1.1-rc.1` | `MIT` |
|
|
220
|
+
| `@deepseek-ai/dsh-subagent-fork-in-process@0.1.1-rc.1` | `MIT` |
|
|
221
|
+
| `@deepseek-ai/dsh-subagent-in-process-driver@0.1.1-rc.1` | `MIT` |
|
|
222
|
+
| `@deepseek-ai/dsh-subagent-spawn-in-process@0.1.1-rc.1` | `MIT` |
|
|
223
|
+
| `@deepseek-ai/dsh-subprocess@0.1.1-rc.1` | `MIT` |
|
|
224
|
+
| `@deepseek-ai/dsh-subprocess-local@0.1.1-rc.1` | `MIT` |
|
|
225
|
+
| `@deepseek-ai/dsh-system-prompt@0.1.1-rc.1` | `MIT` |
|
|
226
|
+
| `@deepseek-ai/dsh-timeout@0.1.1-rc.1` | `MIT` |
|
|
227
|
+
| `@deepseek-ai/dsh-token-meter@0.1.1-rc.1` | `MIT` |
|
|
228
|
+
| `@deepseek-ai/dsh-tool-bash@0.1.1-rc.1` | `MIT` |
|
|
229
|
+
| `@deepseek-ai/dsh-tool-call-timeout-policy@0.1.1-rc.1` | `MIT` |
|
|
230
|
+
| `@deepseek-ai/dsh-tool-fs@0.1.1-rc.1` | `MIT` |
|
|
231
|
+
| `@deepseek-ai/dsh-tool-fs-search@0.1.1-rc.1` | `MIT` |
|
|
232
|
+
| `@deepseek-ai/dsh-tool-goal@0.1.1-rc.1` | `MIT` |
|
|
233
|
+
| `@deepseek-ai/dsh-tool-jobs@0.1.1-rc.1` | `MIT` |
|
|
234
|
+
| `@deepseek-ai/dsh-tool-pwsh@0.1.1-rc.1` | `MIT` |
|
|
235
|
+
| `@deepseek-ai/dsh-tool-ralph@0.1.1-rc.1` | `MIT` |
|
|
236
|
+
| `@deepseek-ai/dsh-tool-skill@0.1.1-rc.1` | `MIT` |
|
|
237
|
+
| `@deepseek-ai/dsh-tool-str-replace-editor@0.1.1-rc.1` | `MIT` |
|
|
238
|
+
| `@deepseek-ai/dsh-tool-subagent@0.1.1-rc.1` | `MIT` |
|
|
239
|
+
| `@deepseek-ai/dsh-tool-subagent-control@0.1.1-rc.1` | `MIT` |
|
|
240
|
+
| `@deepseek-ai/dsh-tool-subagent-report@0.1.1-rc.1` | `MIT` |
|
|
241
|
+
| `@deepseek-ai/dsh-tool-todo@0.1.1-rc.1` | `MIT` |
|
|
242
|
+
| `@deepseek-ai/dsh-tool-web@0.1.1-rc.1` | `MIT` |
|
|
243
|
+
| `@deepseek-ai/dsh-tool-workflow@0.1.1-rc.1` | `MIT` |
|
|
244
|
+
| `@deepseek-ai/dsh-tools@0.1.1-rc.1` | `MIT` |
|
|
245
|
+
| `@deepseek-ai/dsh-typert-loader@0.1.1-rc.1` | `MIT` |
|
|
246
|
+
| `@deepseek-ai/dsh-typert-protocol@0.1.1-rc.1` | `MIT` |
|
|
247
|
+
| `@deepseek-ai/dsh-typert-registry@0.1.1-rc.1` | `MIT` |
|
|
248
|
+
| `@deepseek-ai/dsh-user-approval@0.1.1-rc.1` | `MIT` |
|
|
249
|
+
| `@deepseek-ai/dsh-user-questions@0.1.1-rc.1` | `MIT` |
|
|
250
|
+
| `@deepseek-ai/dsh-web@0.1.1-rc.1` | `MIT` |
|
|
251
|
+
| `@deepseek-ai/dsh-web-app@0.1.1-rc.1` | `MIT` |
|
|
252
|
+
| `@deepseek-ai/dsh-web-frontend@0.1.1-rc.1` | `MIT` |
|
|
253
|
+
| `@deepseek-ai/dsh-web-search-deepseek@0.1.1-rc.1` | `MIT` |
|
|
254
|
+
| `@deepseek-ai/dsh-workflow@0.1.1-rc.1` | `MIT` |
|
|
255
|
+
| `@deepseek-ai/dsh-workflow-worker-thread@0.1.1-rc.1` | `MIT` |
|
|
256
|
+
| `@deepseek-ai/dsh-workspace@0.1.1-rc.1` | `MIT` |
|
|
256
257
|
| `@deepseek-ai/node-addon-landlock-run@0.1.1` | `BSD-3-Clause` |
|
|
257
258
|
| `@deepseek-ai/schemastery@3.18.1` | `MIT` |
|
|
258
259
|
| `@earendil-works/pi-ai@0.82.1` | `MIT` |
|
|
@@ -360,6 +361,7 @@ The following 459 package versions form the conservative, platform-neutral produ
|
|
|
360
361
|
| `execa@10.0.0` | `MIT` |
|
|
361
362
|
| `expand-template@2.0.3` | `(MIT OR WTFPL)` |
|
|
362
363
|
| `extend@3.0.2` | `MIT` |
|
|
364
|
+
| `fast-png@8.0.0` | `MIT` |
|
|
363
365
|
| `fast-xml-builder@1.3.1` | `MIT` |
|
|
364
366
|
| `fast-xml-parser@5.11.0` | `MIT` |
|
|
365
367
|
| `fetch-blob@3.2.0` | `MIT` |
|
|
@@ -382,6 +384,7 @@ The following 459 package versions form the conservative, platform-neutral produ
|
|
|
382
384
|
| `inherits@2.0.4` | `ISC` |
|
|
383
385
|
| `ini@1.3.8` | `ISC` |
|
|
384
386
|
| `ini@6.0.0` | `ISC` |
|
|
387
|
+
| `iobuffer@6.0.1` | `MIT` |
|
|
385
388
|
| `is-docker@3.0.0` | `MIT` |
|
|
386
389
|
| `is-in-ssh@1.0.0` | `MIT` |
|
|
387
390
|
| `is-inside-container@1.0.0` | `MIT` |
|
|
@@ -390,6 +393,7 @@ The following 459 package versions form the conservative, platform-neutral produ
|
|
|
390
393
|
| `is-unicode-supported@2.1.0` | `MIT` |
|
|
391
394
|
| `is-unsafe@2.0.2` | `MIT` |
|
|
392
395
|
| `is-wsl@3.1.1` | `MIT` |
|
|
396
|
+
| `jpeg-js@0.4.4` | `BSD-3-Clause` |
|
|
393
397
|
| `js-tokens@4.0.0` | `MIT` |
|
|
394
398
|
| `js-yaml@4.3.1` | `MIT` |
|
|
395
399
|
| `json-bigint@1.0.0` | `MIT` |
|
|
@@ -788,6 +792,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
788
792
|
SOFTWARE.
|
|
789
793
|
```
|
|
790
794
|
|
|
795
|
+
### License/notice 1354462645ab
|
|
796
|
+
|
|
797
|
+
Applies to:
|
|
798
|
+
|
|
799
|
+
- `iobuffer@6.0.1` (`LICENSE`)
|
|
800
|
+
|
|
801
|
+
```text
|
|
802
|
+
The MIT License (MIT)
|
|
803
|
+
|
|
804
|
+
Copyright (c) 2015 Michaël Zasso
|
|
805
|
+
|
|
806
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
807
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
808
|
+
in the Software without restriction, including without limitation the rights
|
|
809
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
810
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
811
|
+
furnished to do so, subject to the following conditions:
|
|
812
|
+
|
|
813
|
+
The above copyright notice and this permission notice shall be included in all
|
|
814
|
+
copies or substantial portions of the Software.
|
|
815
|
+
|
|
816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
817
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
818
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
819
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
820
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
821
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
822
|
+
SOFTWARE.
|
|
823
|
+
```
|
|
824
|
+
|
|
791
825
|
### License/notice 1418710b026f
|
|
792
826
|
|
|
793
827
|
Applies to:
|
|
@@ -5118,6 +5152,36 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
|
5118
5152
|
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5119
5153
|
```
|
|
5120
5154
|
|
|
5155
|
+
### License/notice 8cc4f22b7c1e
|
|
5156
|
+
|
|
5157
|
+
Applies to:
|
|
5158
|
+
|
|
5159
|
+
- `fast-png@8.0.0` (`LICENSE`)
|
|
5160
|
+
|
|
5161
|
+
```text
|
|
5162
|
+
MIT License
|
|
5163
|
+
|
|
5164
|
+
Copyright (c) 2015 Michaël Zasso
|
|
5165
|
+
|
|
5166
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5167
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5168
|
+
in the Software without restriction, including without limitation the rights
|
|
5169
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5170
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5171
|
+
furnished to do so, subject to the following conditions:
|
|
5172
|
+
|
|
5173
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5174
|
+
copies or substantial portions of the Software.
|
|
5175
|
+
|
|
5176
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5177
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5178
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5179
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5180
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5181
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5182
|
+
SOFTWARE.
|
|
5183
|
+
```
|
|
5184
|
+
|
|
5121
5185
|
### License/notice 8d8c55319c77
|
|
5122
5186
|
|
|
5123
5187
|
Applies to:
|
|
@@ -6197,6 +6261,40 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
6197
6261
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6198
6262
|
```
|
|
6199
6263
|
|
|
6264
|
+
### License/notice b587d7daeed1
|
|
6265
|
+
|
|
6266
|
+
Applies to:
|
|
6267
|
+
|
|
6268
|
+
- `jpeg-js@0.4.4` (`LICENSE`)
|
|
6269
|
+
|
|
6270
|
+
```text
|
|
6271
|
+
Copyright (c) 2014, Eugene Ware
|
|
6272
|
+
All rights reserved.
|
|
6273
|
+
|
|
6274
|
+
Redistribution and use in source and binary forms, with or without
|
|
6275
|
+
modification, are permitted provided that the following conditions are met:
|
|
6276
|
+
|
|
6277
|
+
1. Redistributions of source code must retain the above copyright
|
|
6278
|
+
notice, this list of conditions and the following disclaimer.
|
|
6279
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
6280
|
+
notice, this list of conditions and the following disclaimer in the
|
|
6281
|
+
documentation and/or other materials provided with the distribution.
|
|
6282
|
+
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
6283
|
+
may be used to endorse or promote products derived from this software
|
|
6284
|
+
without specific prior written permission.
|
|
6285
|
+
|
|
6286
|
+
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
6287
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
6288
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6289
|
+
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
6290
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
6291
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
6292
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
6293
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
6294
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
6295
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6296
|
+
```
|
|
6297
|
+
|
|
6200
6298
|
### License/notice b72c84b52e8f
|
|
6201
6299
|
|
|
6202
6300
|
Applies to:
|
|
@@ -8779,179 +8877,180 @@ SOFTWARE.
|
|
|
8779
8877
|
|
|
8780
8878
|
Applies to:
|
|
8781
8879
|
|
|
8782
|
-
- `@deepseek-ai/dsh-agent@0.1.
|
|
8783
|
-
- `@deepseek-ai/dsh-agent-default-model@0.1.
|
|
8784
|
-
- `@deepseek-ai/dsh-agent-instructions@0.1.
|
|
8785
|
-
- `@deepseek-ai/dsh-agent-loop@0.1.
|
|
8786
|
-
- `@deepseek-ai/dsh-agent-presets@0.1.
|
|
8787
|
-
- `@deepseek-ai/dsh-anonymous-user-id@0.1.
|
|
8788
|
-
- `@deepseek-ai/dsh-api-gateway@0.1.
|
|
8789
|
-
- `@deepseek-ai/dsh-api-remotes@0.1.
|
|
8790
|
-
- `@deepseek-ai/dsh-app-boot@0.1.
|
|
8791
|
-
- `@deepseek-ai/dsh-atomic-write@0.1.
|
|
8792
|
-
- `@deepseek-ai/dsh-attachment@0.1.
|
|
8793
|
-
- `@deepseek-ai/dsh-attachment-local@0.1.
|
|
8794
|
-
- `@deepseek-ai/dsh-
|
|
8795
|
-
- `@deepseek-ai/dsh-
|
|
8796
|
-
- `@deepseek-ai/dsh-bash-
|
|
8797
|
-
- `@deepseek-ai/dsh-
|
|
8798
|
-
- `@deepseek-ai/dsh-
|
|
8799
|
-
- `@deepseek-ai/dsh-client-
|
|
8800
|
-
- `@deepseek-ai/dsh-client-
|
|
8801
|
-
- `@deepseek-ai/dsh-client-
|
|
8802
|
-
- `@deepseek-ai/dsh-client-
|
|
8803
|
-
- `@deepseek-ai/dsh-client-
|
|
8804
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8805
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8806
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8807
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8808
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8809
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8810
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8811
|
-
- `@deepseek-ai/dsh-client-ui-directory-picker-
|
|
8812
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8813
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8814
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8815
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8816
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8817
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8818
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8819
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8820
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8821
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8822
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8823
|
-
- `@deepseek-ai/dsh-client-ui-settings
|
|
8824
|
-
- `@deepseek-ai/dsh-client-ui-settings-
|
|
8825
|
-
- `@deepseek-ai/dsh-client-ui-settings-
|
|
8826
|
-
- `@deepseek-ai/dsh-client-ui-settings-
|
|
8827
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8828
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8829
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8830
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8831
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8832
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8833
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8834
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8835
|
-
- `@deepseek-ai/dsh-client-ui-
|
|
8836
|
-
- `@deepseek-ai/dsh-
|
|
8837
|
-
- `@deepseek-ai/dsh-
|
|
8838
|
-
- `@deepseek-ai/dsh-code-runtime
|
|
8839
|
-
- `@deepseek-ai/dsh-
|
|
8840
|
-
- `@deepseek-ai/dsh-command-
|
|
8841
|
-
- `@deepseek-ai/dsh-command-
|
|
8842
|
-
- `@deepseek-ai/dsh-
|
|
8843
|
-
- `@deepseek-ai/dsh-
|
|
8844
|
-
- `@deepseek-ai/dsh-compaction
|
|
8845
|
-
- `@deepseek-ai/dsh-compaction-
|
|
8846
|
-
- `@deepseek-ai/dsh-
|
|
8847
|
-
- `@deepseek-ai/dsh-cordis-
|
|
8848
|
-
- `@deepseek-ai/dsh-
|
|
8849
|
-
- `@deepseek-ai/dsh-credentials
|
|
8850
|
-
- `@deepseek-ai/dsh-
|
|
8851
|
-
- `@deepseek-ai/dsh-file-reference
|
|
8852
|
-
- `@deepseek-ai/dsh-
|
|
8853
|
-
- `@deepseek-ai/dsh-fs
|
|
8854
|
-
- `@deepseek-ai/dsh-fs-
|
|
8855
|
-
- `@deepseek-ai/dsh-fs-
|
|
8856
|
-
- `@deepseek-ai/dsh-
|
|
8857
|
-
- `@deepseek-ai/dsh-goal
|
|
8858
|
-
- `@deepseek-ai/dsh-
|
|
8859
|
-
- `@deepseek-ai/dsh-
|
|
8860
|
-
- `@deepseek-ai/dsh-host-
|
|
8861
|
-
- `@deepseek-ai/dsh-host-directory-picker
|
|
8862
|
-
- `@deepseek-ai/dsh-host-directory-picker-
|
|
8863
|
-
- `@deepseek-ai/dsh-host-directory-picker-
|
|
8864
|
-
- `@deepseek-ai/dsh-host-
|
|
8865
|
-
- `@deepseek-ai/dsh-host-
|
|
8866
|
-
- `@deepseek-ai/dsh-host-
|
|
8867
|
-
- `@deepseek-ai/dsh-
|
|
8868
|
-
- `@deepseek-ai/dsh-
|
|
8869
|
-
- `@deepseek-ai/dsh-jobs
|
|
8870
|
-
- `@deepseek-ai/dsh-
|
|
8871
|
-
- `@deepseek-ai/dsh-
|
|
8872
|
-
- `@deepseek-ai/dsh-llm
|
|
8873
|
-
- `@deepseek-ai/dsh-llm-
|
|
8874
|
-
- `@deepseek-ai/dsh-llm-
|
|
8875
|
-
- `@deepseek-ai/dsh-
|
|
8876
|
-
- `@deepseek-ai/dsh-
|
|
8877
|
-
- `@deepseek-ai/dsh-
|
|
8878
|
-
- `@deepseek-ai/dsh-
|
|
8879
|
-
- `@deepseek-ai/dsh-
|
|
8880
|
-
- `@deepseek-ai/dsh-
|
|
8881
|
-
- `@deepseek-ai/dsh-pwsh-
|
|
8882
|
-
- `@deepseek-ai/dsh-
|
|
8883
|
-
- `@deepseek-ai/dsh-
|
|
8884
|
-
- `@deepseek-ai/dsh-sandbox
|
|
8885
|
-
- `@deepseek-ai/dsh-sandbox-
|
|
8886
|
-
- `@deepseek-ai/dsh-sandbox-
|
|
8887
|
-
- `@deepseek-ai/dsh-
|
|
8888
|
-
- `@deepseek-ai/dsh-
|
|
8889
|
-
- `@deepseek-ai/dsh-session
|
|
8890
|
-
- `@deepseek-ai/dsh-session-
|
|
8891
|
-
- `@deepseek-ai/dsh-session-
|
|
8892
|
-
- `@deepseek-ai/dsh-session-persistence
|
|
8893
|
-
- `@deepseek-ai/dsh-session-
|
|
8894
|
-
- `@deepseek-ai/dsh-session-projection
|
|
8895
|
-
- `@deepseek-ai/dsh-session-
|
|
8896
|
-
- `@deepseek-ai/dsh-session-query
|
|
8897
|
-
- `@deepseek-ai/dsh-session-
|
|
8898
|
-
- `@deepseek-ai/dsh-session-
|
|
8899
|
-
- `@deepseek-ai/dsh-session-
|
|
8900
|
-
- `@deepseek-ai/dsh-session-telemetry
|
|
8901
|
-
- `@deepseek-ai/dsh-session-
|
|
8902
|
-
- `@deepseek-ai/dsh-session-title
|
|
8903
|
-
- `@deepseek-ai/dsh-session-title-llm@0.1.
|
|
8904
|
-
- `@deepseek-ai/dsh-
|
|
8905
|
-
- `@deepseek-ai/dsh-settings
|
|
8906
|
-
- `@deepseek-ai/dsh-
|
|
8907
|
-
- `@deepseek-ai/dsh-shell
|
|
8908
|
-
- `@deepseek-ai/dsh-
|
|
8909
|
-
- `@deepseek-ai/dsh-skill
|
|
8910
|
-
- `@deepseek-ai/dsh-skill-
|
|
8911
|
-
- `@deepseek-ai/dsh-
|
|
8912
|
-
- `@deepseek-ai/dsh-spill
|
|
8913
|
-
- `@deepseek-ai/dsh-spill-
|
|
8914
|
-
- `@deepseek-ai/dsh-
|
|
8915
|
-
- `@deepseek-ai/dsh-storage
|
|
8916
|
-
- `@deepseek-ai/dsh-storage-
|
|
8917
|
-
- `@deepseek-ai/dsh-
|
|
8918
|
-
- `@deepseek-ai/dsh-subagent
|
|
8919
|
-
- `@deepseek-ai/dsh-subagent-in-process
|
|
8920
|
-
- `@deepseek-ai/dsh-subagent-
|
|
8921
|
-
- `@deepseek-ai/dsh-
|
|
8922
|
-
- `@deepseek-ai/dsh-subprocess
|
|
8923
|
-
- `@deepseek-ai/dsh-
|
|
8924
|
-
- `@deepseek-ai/dsh-
|
|
8925
|
-
- `@deepseek-ai/dsh-
|
|
8926
|
-
- `@deepseek-ai/dsh-
|
|
8927
|
-
- `@deepseek-ai/dsh-tool-
|
|
8928
|
-
- `@deepseek-ai/dsh-tool-
|
|
8929
|
-
- `@deepseek-ai/dsh-tool-fs
|
|
8930
|
-
- `@deepseek-ai/dsh-tool-
|
|
8931
|
-
- `@deepseek-ai/dsh-tool-
|
|
8932
|
-
- `@deepseek-ai/dsh-tool-
|
|
8933
|
-
- `@deepseek-ai/dsh-tool-
|
|
8934
|
-
- `@deepseek-ai/dsh-tool-
|
|
8935
|
-
- `@deepseek-ai/dsh-tool-
|
|
8936
|
-
- `@deepseek-ai/dsh-tool-
|
|
8937
|
-
- `@deepseek-ai/dsh-tool-subagent
|
|
8938
|
-
- `@deepseek-ai/dsh-tool-subagent-
|
|
8939
|
-
- `@deepseek-ai/dsh-tool-
|
|
8940
|
-
- `@deepseek-ai/dsh-tool-
|
|
8941
|
-
- `@deepseek-ai/dsh-tool-
|
|
8942
|
-
- `@deepseek-ai/dsh-
|
|
8943
|
-
- `@deepseek-ai/dsh-
|
|
8944
|
-
- `@deepseek-ai/dsh-typert-
|
|
8945
|
-
- `@deepseek-ai/dsh-typert-
|
|
8946
|
-
- `@deepseek-ai/dsh-
|
|
8947
|
-
- `@deepseek-ai/dsh-user-
|
|
8948
|
-
- `@deepseek-ai/dsh-
|
|
8949
|
-
- `@deepseek-ai/dsh-web
|
|
8950
|
-
- `@deepseek-ai/dsh-web-
|
|
8951
|
-
- `@deepseek-ai/dsh-web-
|
|
8952
|
-
- `@deepseek-ai/dsh-
|
|
8953
|
-
- `@deepseek-ai/dsh-workflow
|
|
8954
|
-
- `@deepseek-ai/dsh-
|
|
8880
|
+
- `@deepseek-ai/dsh-agent@0.1.1-rc.1` (`LICENSE`)
|
|
8881
|
+
- `@deepseek-ai/dsh-agent-default-model@0.1.1-rc.1` (`LICENSE`)
|
|
8882
|
+
- `@deepseek-ai/dsh-agent-instructions@0.1.1-rc.1` (`LICENSE`)
|
|
8883
|
+
- `@deepseek-ai/dsh-agent-loop@0.1.1-rc.1` (`LICENSE`)
|
|
8884
|
+
- `@deepseek-ai/dsh-agent-presets@0.1.1-rc.1` (`LICENSE`)
|
|
8885
|
+
- `@deepseek-ai/dsh-anonymous-user-id@0.1.1-rc.1` (`LICENSE`)
|
|
8886
|
+
- `@deepseek-ai/dsh-api-gateway@0.1.1-rc.1` (`LICENSE`)
|
|
8887
|
+
- `@deepseek-ai/dsh-api-remotes@0.1.1-rc.1` (`LICENSE`)
|
|
8888
|
+
- `@deepseek-ai/dsh-app-boot@0.1.1-rc.1` (`LICENSE`)
|
|
8889
|
+
- `@deepseek-ai/dsh-atomic-write@0.1.1-rc.1` (`LICENSE`)
|
|
8890
|
+
- `@deepseek-ai/dsh-attachment@0.1.1-rc.1` (`LICENSE`)
|
|
8891
|
+
- `@deepseek-ai/dsh-attachment-local@0.1.1-rc.1` (`LICENSE`)
|
|
8892
|
+
- `@deepseek-ai/dsh-authorization@0.1.1-rc.1` (`LICENSE`)
|
|
8893
|
+
- `@deepseek-ai/dsh-base@0.1.1-rc.1` (`LICENSE`)
|
|
8894
|
+
- `@deepseek-ai/dsh-bash-local@0.1.1-rc.1` (`LICENSE`)
|
|
8895
|
+
- `@deepseek-ai/dsh-bash-sandbox@0.1.1-rc.1` (`LICENSE`)
|
|
8896
|
+
- `@deepseek-ai/dsh-brand@0.1.1-rc.1` (`LICENSE`)
|
|
8897
|
+
- `@deepseek-ai/dsh-client-connection@0.1.1-rc.1` (`LICENSE`)
|
|
8898
|
+
- `@deepseek-ai/dsh-client-hmr@0.1.1-rc.1` (`LICENSE`)
|
|
8899
|
+
- `@deepseek-ai/dsh-client-locale@0.1.1-rc.1` (`LICENSE`)
|
|
8900
|
+
- `@deepseek-ai/dsh-client-modules@0.1.1-rc.1` (`LICENSE`)
|
|
8901
|
+
- `@deepseek-ai/dsh-client-runtime@0.1.1-rc.1` (`LICENSE`)
|
|
8902
|
+
- `@deepseek-ai/dsh-client-ui-agent-preset@0.1.1-rc.1` (`LICENSE`)
|
|
8903
|
+
- `@deepseek-ai/dsh-client-ui-attachment@0.1.1-rc.1` (`LICENSE`)
|
|
8904
|
+
- `@deepseek-ai/dsh-client-ui-brand-official@0.1.1-rc.1` (`LICENSE`)
|
|
8905
|
+
- `@deepseek-ai/dsh-client-ui-commands@0.1.1-rc.1` (`LICENSE`)
|
|
8906
|
+
- `@deepseek-ai/dsh-client-ui-conversation@0.1.1-rc.1` (`LICENSE`)
|
|
8907
|
+
- `@deepseek-ai/dsh-client-ui-cordis@0.1.1-rc.1` (`LICENSE`)
|
|
8908
|
+
- `@deepseek-ai/dsh-client-ui-deliverables@0.1.1-rc.1` (`LICENSE`)
|
|
8909
|
+
- `@deepseek-ai/dsh-client-ui-directory-picker-browse@0.1.1-rc.1` (`LICENSE`)
|
|
8910
|
+
- `@deepseek-ai/dsh-client-ui-directory-picker-native@0.1.1-rc.1` (`LICENSE`)
|
|
8911
|
+
- `@deepseek-ai/dsh-client-ui-goal@0.1.1-rc.1` (`LICENSE`)
|
|
8912
|
+
- `@deepseek-ai/dsh-client-ui-input-trigger@0.1.1-rc.1` (`LICENSE`)
|
|
8913
|
+
- `@deepseek-ai/dsh-client-ui-jobs@0.1.1-rc.1` (`LICENSE`)
|
|
8914
|
+
- `@deepseek-ai/dsh-client-ui-layout@0.1.1-rc.1` (`LICENSE`)
|
|
8915
|
+
- `@deepseek-ai/dsh-client-ui-message-feedback@0.1.1-rc.1` (`LICENSE`)
|
|
8916
|
+
- `@deepseek-ai/dsh-client-ui-model-selection@0.1.1-rc.1` (`LICENSE`)
|
|
8917
|
+
- `@deepseek-ai/dsh-client-ui-permission-presets@0.1.1-rc.1` (`LICENSE`)
|
|
8918
|
+
- `@deepseek-ai/dsh-client-ui-plan@0.1.1-rc.1` (`LICENSE`)
|
|
8919
|
+
- `@deepseek-ai/dsh-client-ui-reference@0.1.1-rc.1` (`LICENSE`)
|
|
8920
|
+
- `@deepseek-ai/dsh-client-ui-renderer@0.1.1-rc.1` (`LICENSE`)
|
|
8921
|
+
- `@deepseek-ai/dsh-client-ui-settings@0.1.1-rc.1` (`LICENSE`)
|
|
8922
|
+
- `@deepseek-ai/dsh-client-ui-settings-general@0.1.1-rc.1` (`LICENSE`)
|
|
8923
|
+
- `@deepseek-ai/dsh-client-ui-settings-models@0.1.1-rc.1` (`LICENSE`)
|
|
8924
|
+
- `@deepseek-ai/dsh-client-ui-settings-plugin-inventory@0.1.1-rc.1` (`LICENSE`)
|
|
8925
|
+
- `@deepseek-ai/dsh-client-ui-settings-plugins@0.1.1-rc.1` (`LICENSE`)
|
|
8926
|
+
- `@deepseek-ai/dsh-client-ui-sidebar@0.1.1-rc.1` (`LICENSE`)
|
|
8927
|
+
- `@deepseek-ai/dsh-client-ui-skill@0.1.1-rc.1` (`LICENSE`)
|
|
8928
|
+
- `@deepseek-ai/dsh-client-ui-subagent@0.1.1-rc.1` (`LICENSE`)
|
|
8929
|
+
- `@deepseek-ai/dsh-client-ui-theme@0.1.1-rc.1` (`LICENSE`)
|
|
8930
|
+
- `@deepseek-ai/dsh-client-ui-tool@0.1.1-rc.1` (`LICENSE`)
|
|
8931
|
+
- `@deepseek-ai/dsh-client-ui-trajectory@0.1.1-rc.1` (`LICENSE`)
|
|
8932
|
+
- `@deepseek-ai/dsh-client-ui-user-questions@0.1.1-rc.1` (`LICENSE`)
|
|
8933
|
+
- `@deepseek-ai/dsh-client-ui-workflow-run@0.1.1-rc.1` (`LICENSE`)
|
|
8934
|
+
- `@deepseek-ai/dsh-client-ui-workspace@0.1.1-rc.1` (`LICENSE`)
|
|
8935
|
+
- `@deepseek-ai/dsh-cmdline@0.1.1-rc.1` (`LICENSE`)
|
|
8936
|
+
- `@deepseek-ai/dsh-code-runtime@0.1.1-rc.1` (`LICENSE`)
|
|
8937
|
+
- `@deepseek-ai/dsh-code-runtime-worker-thread@0.1.1-rc.1` (`LICENSE`)
|
|
8938
|
+
- `@deepseek-ai/dsh-command-compact@0.1.1-rc.1` (`LICENSE`)
|
|
8939
|
+
- `@deepseek-ai/dsh-command-feedback@0.1.1-rc.1` (`LICENSE`)
|
|
8940
|
+
- `@deepseek-ai/dsh-command-goal@0.1.1-rc.1` (`LICENSE`)
|
|
8941
|
+
- `@deepseek-ai/dsh-commands@0.1.1-rc.1` (`LICENSE`)
|
|
8942
|
+
- `@deepseek-ai/dsh-compaction@0.1.1-rc.1` (`LICENSE`)
|
|
8943
|
+
- `@deepseek-ai/dsh-compaction-basic@0.1.1-rc.1` (`LICENSE`)
|
|
8944
|
+
- `@deepseek-ai/dsh-compaction-tool-result-pruner@0.1.1-rc.1` (`LICENSE`)
|
|
8945
|
+
- `@deepseek-ai/dsh-cordis-client-runner@0.1.1-rc.1` (`LICENSE`)
|
|
8946
|
+
- `@deepseek-ai/dsh-cordis-host-runner@0.1.1-rc.1` (`LICENSE`)
|
|
8947
|
+
- `@deepseek-ai/dsh-credentials@0.1.1-rc.1` (`LICENSE`)
|
|
8948
|
+
- `@deepseek-ai/dsh-credentials-local@0.1.1-rc.1` (`LICENSE`)
|
|
8949
|
+
- `@deepseek-ai/dsh-file-reference@0.1.1-rc.1` (`LICENSE`)
|
|
8950
|
+
- `@deepseek-ai/dsh-file-reference-local@0.1.1-rc.1` (`LICENSE`)
|
|
8951
|
+
- `@deepseek-ai/dsh-fs@0.1.1-rc.1` (`LICENSE`)
|
|
8952
|
+
- `@deepseek-ai/dsh-fs-local@0.1.1-rc.1` (`LICENSE`)
|
|
8953
|
+
- `@deepseek-ai/dsh-fs-observation-policy@0.1.1-rc.1` (`LICENSE`)
|
|
8954
|
+
- `@deepseek-ai/dsh-fs-sandbox@0.1.1-rc.1` (`LICENSE`)
|
|
8955
|
+
- `@deepseek-ai/dsh-goal@0.1.1-rc.1` (`LICENSE`)
|
|
8956
|
+
- `@deepseek-ai/dsh-goal-round-driver@0.1.1-rc.1` (`LICENSE`)
|
|
8957
|
+
- `@deepseek-ai/dsh-home-paths@0.1.1-rc.1` (`LICENSE`)
|
|
8958
|
+
- `@deepseek-ai/dsh-host-apiproxy@0.1.1-rc.1` (`LICENSE`)
|
|
8959
|
+
- `@deepseek-ai/dsh-host-directory-picker@0.1.1-rc.1` (`LICENSE`)
|
|
8960
|
+
- `@deepseek-ai/dsh-host-directory-picker-auto@0.1.1-rc.1` (`LICENSE`)
|
|
8961
|
+
- `@deepseek-ai/dsh-host-directory-picker-browse@0.1.1-rc.1` (`LICENSE`)
|
|
8962
|
+
- `@deepseek-ai/dsh-host-directory-picker-native@0.1.1-rc.1` (`LICENSE`)
|
|
8963
|
+
- `@deepseek-ai/dsh-host-frontend-static@0.1.1-rc.1` (`LICENSE`)
|
|
8964
|
+
- `@deepseek-ai/dsh-host-plugin-inventory@0.1.1-rc.1` (`LICENSE`)
|
|
8965
|
+
- `@deepseek-ai/dsh-host-webserver@0.1.1-rc.1` (`LICENSE`)
|
|
8966
|
+
- `@deepseek-ai/dsh-invariants@0.1.1-rc.1` (`LICENSE`)
|
|
8967
|
+
- `@deepseek-ai/dsh-jobs@0.1.1-rc.1` (`LICENSE`)
|
|
8968
|
+
- `@deepseek-ai/dsh-jobs-local@0.1.1-rc.1` (`LICENSE`)
|
|
8969
|
+
- `@deepseek-ai/dsh-launch-environment@0.1.1-rc.1` (`LICENSE`)
|
|
8970
|
+
- `@deepseek-ai/dsh-llm@0.1.1-rc.1` (`LICENSE`)
|
|
8971
|
+
- `@deepseek-ai/dsh-llm-deepseek@0.1.1-rc.1` (`LICENSE`)
|
|
8972
|
+
- `@deepseek-ai/dsh-llm-pi-ai@0.1.1-rc.1` (`LICENSE`)
|
|
8973
|
+
- `@deepseek-ai/dsh-llm-retry@0.1.1-rc.1` (`LICENSE`)
|
|
8974
|
+
- `@deepseek-ai/dsh-message-feedback@0.1.1-rc.1` (`LICENSE`)
|
|
8975
|
+
- `@deepseek-ai/dsh-native-command@0.1.1-rc.1` (`LICENSE`)
|
|
8976
|
+
- `@deepseek-ai/dsh-output-retention@0.1.1-rc.1` (`LICENSE`)
|
|
8977
|
+
- `@deepseek-ai/dsh-permission-presets@0.1.1-rc.1` (`LICENSE`)
|
|
8978
|
+
- `@deepseek-ai/dsh-plan-mode@0.1.1-rc.1` (`LICENSE`)
|
|
8979
|
+
- `@deepseek-ai/dsh-pwsh-local@0.1.1-rc.1` (`LICENSE`)
|
|
8980
|
+
- `@deepseek-ai/dsh-pwsh-sandbox@0.1.1-rc.1` (`LICENSE`)
|
|
8981
|
+
- `@deepseek-ai/dsh-repeat-tool-reminder@0.1.1-rc.1` (`LICENSE`)
|
|
8982
|
+
- `@deepseek-ai/dsh-sandbox@0.1.1-rc.1` (`LICENSE`)
|
|
8983
|
+
- `@deepseek-ai/dsh-sandbox-local@0.1.1-rc.1` (`LICENSE`)
|
|
8984
|
+
- `@deepseek-ai/dsh-sandbox-policy@0.1.1-rc.1` (`LICENSE`)
|
|
8985
|
+
- `@deepseek-ai/dsh-sandbox-windows-acl@0.1.1-rc.1` (`LICENSE`)
|
|
8986
|
+
- `@deepseek-ai/dsh-scope@0.1.1-rc.1` (`LICENSE`)
|
|
8987
|
+
- `@deepseek-ai/dsh-session@0.1.1-rc.1` (`LICENSE`)
|
|
8988
|
+
- `@deepseek-ai/dsh-session-checkpoint-policy@0.1.1-rc.1` (`LICENSE`)
|
|
8989
|
+
- `@deepseek-ai/dsh-session-log-export@0.1.1-rc.1` (`LICENSE`)
|
|
8990
|
+
- `@deepseek-ai/dsh-session-persistence@0.1.1-rc.1` (`LICENSE`)
|
|
8991
|
+
- `@deepseek-ai/dsh-session-persistence-jsonl@0.1.1-rc.1` (`LICENSE`)
|
|
8992
|
+
- `@deepseek-ai/dsh-session-projection@0.1.1-rc.1` (`LICENSE`)
|
|
8993
|
+
- `@deepseek-ai/dsh-session-projection-cache@0.1.1-rc.1` (`LICENSE`)
|
|
8994
|
+
- `@deepseek-ai/dsh-session-query@0.1.1-rc.1` (`LICENSE`)
|
|
8995
|
+
- `@deepseek-ai/dsh-session-query-sqlite@0.1.1-rc.1` (`LICENSE`)
|
|
8996
|
+
- `@deepseek-ai/dsh-session-reference@0.1.1-rc.1` (`LICENSE`)
|
|
8997
|
+
- `@deepseek-ai/dsh-session-stats@0.1.1-rc.1` (`LICENSE`)
|
|
8998
|
+
- `@deepseek-ai/dsh-session-telemetry@0.1.1-rc.1` (`LICENSE`)
|
|
8999
|
+
- `@deepseek-ai/dsh-session-telemetry-otel@0.1.1-rc.1` (`LICENSE`)
|
|
9000
|
+
- `@deepseek-ai/dsh-session-title@0.1.1-rc.1` (`LICENSE`)
|
|
9001
|
+
- `@deepseek-ai/dsh-session-title-first-prompt-llm@0.1.1-rc.1` (`LICENSE`)
|
|
9002
|
+
- `@deepseek-ai/dsh-session-title-llm@0.1.1-rc.1` (`LICENSE`)
|
|
9003
|
+
- `@deepseek-ai/dsh-settings@0.1.1-rc.1` (`LICENSE`)
|
|
9004
|
+
- `@deepseek-ai/dsh-settings-file@0.1.1-rc.1` (`LICENSE`)
|
|
9005
|
+
- `@deepseek-ai/dsh-shell@0.1.1-rc.1` (`LICENSE`)
|
|
9006
|
+
- `@deepseek-ai/dsh-shell-env@0.1.1-rc.1` (`LICENSE`)
|
|
9007
|
+
- `@deepseek-ai/dsh-skill@0.1.1-rc.1` (`LICENSE`)
|
|
9008
|
+
- `@deepseek-ai/dsh-skill-badge@0.1.1-rc.1` (`LICENSE`)
|
|
9009
|
+
- `@deepseek-ai/dsh-skill-filesystem@0.1.1-rc.1` (`LICENSE`)
|
|
9010
|
+
- `@deepseek-ai/dsh-spill@0.1.1-rc.1` (`LICENSE`)
|
|
9011
|
+
- `@deepseek-ai/dsh-spill-local@0.1.1-rc.1` (`LICENSE`)
|
|
9012
|
+
- `@deepseek-ai/dsh-spill-policy@0.1.1-rc.1` (`LICENSE`)
|
|
9013
|
+
- `@deepseek-ai/dsh-storage@0.1.1-rc.1` (`LICENSE`)
|
|
9014
|
+
- `@deepseek-ai/dsh-storage-domain@0.1.1-rc.1` (`LICENSE`)
|
|
9015
|
+
- `@deepseek-ai/dsh-storage-json@0.1.1-rc.1` (`LICENSE`)
|
|
9016
|
+
- `@deepseek-ai/dsh-subagent@0.1.1-rc.1` (`LICENSE`)
|
|
9017
|
+
- `@deepseek-ai/dsh-subagent-fork-in-process@0.1.1-rc.1` (`LICENSE`)
|
|
9018
|
+
- `@deepseek-ai/dsh-subagent-in-process-driver@0.1.1-rc.1` (`LICENSE`)
|
|
9019
|
+
- `@deepseek-ai/dsh-subagent-spawn-in-process@0.1.1-rc.1` (`LICENSE`)
|
|
9020
|
+
- `@deepseek-ai/dsh-subprocess@0.1.1-rc.1` (`LICENSE`)
|
|
9021
|
+
- `@deepseek-ai/dsh-subprocess-local@0.1.1-rc.1` (`LICENSE`)
|
|
9022
|
+
- `@deepseek-ai/dsh-system-prompt@0.1.1-rc.1` (`LICENSE`)
|
|
9023
|
+
- `@deepseek-ai/dsh-timeout@0.1.1-rc.1` (`LICENSE`)
|
|
9024
|
+
- `@deepseek-ai/dsh-token-meter@0.1.1-rc.1` (`LICENSE`)
|
|
9025
|
+
- `@deepseek-ai/dsh-tool-bash@0.1.1-rc.1` (`LICENSE`)
|
|
9026
|
+
- `@deepseek-ai/dsh-tool-call-timeout-policy@0.1.1-rc.1` (`LICENSE`)
|
|
9027
|
+
- `@deepseek-ai/dsh-tool-fs@0.1.1-rc.1` (`LICENSE`)
|
|
9028
|
+
- `@deepseek-ai/dsh-tool-fs-search@0.1.1-rc.1` (`LICENSE`)
|
|
9029
|
+
- `@deepseek-ai/dsh-tool-goal@0.1.1-rc.1` (`LICENSE`)
|
|
9030
|
+
- `@deepseek-ai/dsh-tool-jobs@0.1.1-rc.1` (`LICENSE`)
|
|
9031
|
+
- `@deepseek-ai/dsh-tool-pwsh@0.1.1-rc.1` (`LICENSE`)
|
|
9032
|
+
- `@deepseek-ai/dsh-tool-ralph@0.1.1-rc.1` (`LICENSE`)
|
|
9033
|
+
- `@deepseek-ai/dsh-tool-skill@0.1.1-rc.1` (`LICENSE`)
|
|
9034
|
+
- `@deepseek-ai/dsh-tool-str-replace-editor@0.1.1-rc.1` (`LICENSE`)
|
|
9035
|
+
- `@deepseek-ai/dsh-tool-subagent@0.1.1-rc.1` (`LICENSE`)
|
|
9036
|
+
- `@deepseek-ai/dsh-tool-subagent-control@0.1.1-rc.1` (`LICENSE`)
|
|
9037
|
+
- `@deepseek-ai/dsh-tool-subagent-report@0.1.1-rc.1` (`LICENSE`)
|
|
9038
|
+
- `@deepseek-ai/dsh-tool-todo@0.1.1-rc.1` (`LICENSE`)
|
|
9039
|
+
- `@deepseek-ai/dsh-tool-web@0.1.1-rc.1` (`LICENSE`)
|
|
9040
|
+
- `@deepseek-ai/dsh-tool-workflow@0.1.1-rc.1` (`LICENSE`)
|
|
9041
|
+
- `@deepseek-ai/dsh-tools@0.1.1-rc.1` (`LICENSE`)
|
|
9042
|
+
- `@deepseek-ai/dsh-typert-loader@0.1.1-rc.1` (`LICENSE`)
|
|
9043
|
+
- `@deepseek-ai/dsh-typert-protocol@0.1.1-rc.1` (`LICENSE`)
|
|
9044
|
+
- `@deepseek-ai/dsh-typert-registry@0.1.1-rc.1` (`LICENSE`)
|
|
9045
|
+
- `@deepseek-ai/dsh-user-approval@0.1.1-rc.1` (`LICENSE`)
|
|
9046
|
+
- `@deepseek-ai/dsh-user-questions@0.1.1-rc.1` (`LICENSE`)
|
|
9047
|
+
- `@deepseek-ai/dsh-web@0.1.1-rc.1` (`LICENSE`)
|
|
9048
|
+
- `@deepseek-ai/dsh-web-app@0.1.1-rc.1` (`LICENSE`)
|
|
9049
|
+
- `@deepseek-ai/dsh-web-frontend@0.1.1-rc.1` (`LICENSE`)
|
|
9050
|
+
- `@deepseek-ai/dsh-web-search-deepseek@0.1.1-rc.1` (`LICENSE`)
|
|
9051
|
+
- `@deepseek-ai/dsh-workflow@0.1.1-rc.1` (`LICENSE`)
|
|
9052
|
+
- `@deepseek-ai/dsh-workflow-worker-thread@0.1.1-rc.1` (`LICENSE`)
|
|
9053
|
+
- `@deepseek-ai/dsh-workspace@0.1.1-rc.1` (`LICENSE`)
|
|
8955
9054
|
- `@deepseek-ai/node-addon-landlock-run@0.1.1` (`LICENSE`)
|
|
8956
9055
|
|
|
8957
9056
|
```text
|