dsh-code 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-code",
3
3
  "description": "DeepSeek Harness CLI core bundle: interactive coding terminal, durable sessions, and model management for dsh --profile cli",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "deepseek": "./bin/deepseek.mjs",
@@ -14,17 +14,21 @@
14
14
  "types": "./lib/types/index.d.ts",
15
15
  "default": "./lib/index.mjs"
16
16
  },
17
- "./startup": {
18
- "types": "./lib/types/startup.d.ts",
19
- "default": "./lib/startup.mjs"
20
- },
17
+ "./cordis.patch.yml": "./cordis.patch.yml",
21
18
  "./invariant": {
22
19
  "types": "./lib/types/invariant.d.ts",
23
20
  "default": "./lib/invariant.mjs"
24
21
  },
25
- "./cordis.patch.yml": "./cordis.patch.yml",
22
+ "./package.json": "./package.json",
23
+ "./session-query": {
24
+ "types": "./lib/types/session-query.d.ts",
25
+ "default": "./lib/session-query.mjs"
26
+ },
26
27
  "./src/*": "./src/*",
27
- "./package.json": "./package.json"
28
+ "./startup": {
29
+ "types": "./lib/types/startup.d.ts",
30
+ "default": "./lib/startup.mjs"
31
+ }
28
32
  },
29
33
  "files": [
30
34
  "lib",
@@ -63,9 +67,9 @@
63
67
  "node": "^22.19 || >=24"
64
68
  },
65
69
  "dependencies": {
66
- "@deepseek-ai/dsh-authorization": "0.1.5-rc.1",
67
- "@deepseek-ai/dsh-web-fetch-http": "0.1.5-rc.1",
68
- "@deepseek-ai/dsh-util-values": "0.1.5-rc.1",
70
+ "@deepseek-ai/dsh-authorization": "0.1.5-rc.2",
71
+ "@deepseek-ai/dsh-web-fetch-http": "0.1.5-rc.2",
72
+ "@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
69
73
  "@deepseek-ai/schemastery": "^3.18.2",
70
74
  "chalk": "^5.6.2",
71
75
  "commander": "^15.0.0",
@@ -75,89 +79,224 @@
75
79
  "peerDependencies": {
76
80
  "@deepseek-ai/cordis": "^4.0.2",
77
81
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
78
- "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
79
- "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
80
- "@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.1",
81
- "@deepseek-ai/dsh-agent-presets": "0.1.5-rc.1",
82
- "@deepseek-ai/dsh-cmdline": "0.1.5-rc.1",
83
- "@deepseek-ai/dsh-code-runtime-worker-thread": "0.1.5-rc.1",
84
- "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
85
- "@deepseek-ai/dsh-compaction": "0.1.5-rc.1",
86
- "@deepseek-ai/dsh-cordis-host-runner": "0.1.5-rc.1",
87
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.1",
88
- "@deepseek-ai/dsh-file-reference-local": "0.1.5-rc.1",
89
- "@deepseek-ai/dsh-goal": "0.1.5-rc.1",
90
- "@deepseek-ai/dsh-invariants": "0.1.5-rc.1",
91
- "@deepseek-ai/dsh-jobs": "0.1.5-rc.1",
92
- "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
93
- "@deepseek-ai/dsh-llm-retry": "0.1.5-rc.1",
94
- "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.1",
95
- "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.1",
96
- "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.1",
97
- "@deepseek-ai/dsh-session": "0.1.5-rc.1",
98
- "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.1",
99
- "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.1",
100
- "@deepseek-ai/dsh-subagent": "0.1.5-rc.1",
101
- "@deepseek-ai/dsh-session-reference": "0.1.5-rc.1",
102
- "@deepseek-ai/dsh-session-title": "0.1.5-rc.1",
103
- "@deepseek-ai/dsh-skill": "0.1.5-rc.1",
104
- "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1",
105
- "@deepseek-ai/dsh-user-questions": "0.1.5-rc.1"
82
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
83
+ "@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.2",
84
+ "@deepseek-ai/dsh-agent-presets": "0.1.5-rc.2",
85
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
86
+ "@deepseek-ai/dsh-cmdline": "0.1.5-rc.2",
87
+ "@deepseek-ai/dsh-code-runtime-worker-thread": "0.1.5-rc.2",
88
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.2",
89
+ "@deepseek-ai/dsh-compaction": "0.1.5-rc.2",
90
+ "@deepseek-ai/dsh-cordis-host-runner": "0.1.5-rc.2",
91
+ "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
92
+ "@deepseek-ai/dsh-file-reference-local": "0.1.5-rc.2",
93
+ "@deepseek-ai/dsh-goal": "0.1.5-rc.2",
94
+ "@deepseek-ai/dsh-hooks-claude-code": "0.1.5-rc.2",
95
+ "@deepseek-ai/dsh-hooks-codex": "0.1.5-rc.2",
96
+ "@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
97
+ "@deepseek-ai/dsh-jobs": "0.1.5-rc.2",
98
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
99
+ "@deepseek-ai/dsh-llm-retry": "0.1.5-rc.2",
100
+ "@deepseek-ai/dsh-lsp": "0.1.5-rc.2",
101
+ "@deepseek-ai/dsh-lsp-stdio": "0.1.5-rc.2",
102
+ "@deepseek-ai/dsh-mcp-client": "0.1.5-rc.2",
103
+ "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.2",
104
+ "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.2",
105
+ "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
106
+ "@deepseek-ai/dsh-schedule": "0.1.5-rc.2",
107
+ "@deepseek-ai/dsh-session": "0.1.5-rc.2",
108
+ "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
109
+ "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.2",
110
+ "@deepseek-ai/dsh-session-query": "0.1.5-rc.2",
111
+ "@deepseek-ai/dsh-session-query-sqlite": "0.1.5-rc.2",
112
+ "@deepseek-ai/dsh-session-reference": "0.1.5-rc.2",
113
+ "@deepseek-ai/dsh-session-title": "0.1.5-rc.2",
114
+ "@deepseek-ai/dsh-skill": "0.1.5-rc.2",
115
+ "@deepseek-ai/dsh-subagent": "0.1.5-rc.2",
116
+ "@deepseek-ai/dsh-terminal": "0.1.5-rc.2",
117
+ "@deepseek-ai/dsh-terminal-bash": "0.1.5-rc.2",
118
+ "@deepseek-ai/dsh-time-context": "0.1.5-rc.2",
119
+ "@deepseek-ai/dsh-tmux-context": "0.1.5-rc.2",
120
+ "@deepseek-ai/dsh-tool-lsp": "0.1.5-rc.2",
121
+ "@deepseek-ai/dsh-tool-session-query": "0.1.5-rc.2",
122
+ "@deepseek-ai/dsh-tool-terminal": "0.1.5-rc.2",
123
+ "@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
124
+ "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2"
106
125
  },
107
126
  "peerDependenciesMeta": {
108
- "@deepseek-ai/cordis": { "optional": true },
109
- "@deepseek-ai/cordis-plugin-loader": { "optional": true },
110
- "@deepseek-ai/dsh-agent": { "optional": true },
111
- "@deepseek-ai/dsh-attachment": { "optional": true },
112
- "@deepseek-ai/dsh-agent-default-model": { "optional": true },
113
- "@deepseek-ai/dsh-agent-presets": { "optional": true },
114
- "@deepseek-ai/dsh-cmdline": { "optional": true },
115
- "@deepseek-ai/dsh-cordis-host-runner": { "optional": true },
116
- "@deepseek-ai/dsh-credentials": { "optional": true },
117
- "@deepseek-ai/dsh-file-reference-local": { "optional": true },
118
- "@deepseek-ai/dsh-code-runtime-worker-thread": { "optional": true },
119
- "@deepseek-ai/dsh-commands": { "optional": true },
120
- "@deepseek-ai/dsh-compaction": { "optional": true },
121
- "@deepseek-ai/dsh-goal": { "optional": true },
122
- "@deepseek-ai/dsh-invariants": { "optional": true },
123
- "@deepseek-ai/dsh-jobs": { "optional": true },
124
- "@deepseek-ai/dsh-llm": { "optional": true },
125
- "@deepseek-ai/dsh-llm-retry": { "optional": true },
126
- "@deepseek-ai/dsh-permission-presets": { "optional": true },
127
- "@deepseek-ai/dsh-plan-mode": { "optional": true },
128
- "@deepseek-ai/dsh-sandbox-policy": { "optional": true },
129
- "@deepseek-ai/dsh-session": { "optional": true },
130
- "@deepseek-ai/dsh-session-persistence": { "optional": true },
131
- "@deepseek-ai/dsh-session-persistence-jsonl": { "optional": true },
132
- "@deepseek-ai/dsh-subagent": { "optional": true },
133
- "@deepseek-ai/dsh-session-reference": { "optional": true },
134
- "@deepseek-ai/dsh-session-title": { "optional": true },
135
- "@deepseek-ai/dsh-skill": { "optional": true },
136
- "@deepseek-ai/dsh-user-approval": { "optional": true },
137
- "@deepseek-ai/dsh-user-questions": { "optional": true }
127
+ "@deepseek-ai/cordis": {
128
+ "optional": true
129
+ },
130
+ "@deepseek-ai/cordis-plugin-loader": {
131
+ "optional": true
132
+ },
133
+ "@deepseek-ai/dsh-agent": {
134
+ "optional": true
135
+ },
136
+ "@deepseek-ai/dsh-agent-default-model": {
137
+ "optional": true
138
+ },
139
+ "@deepseek-ai/dsh-agent-presets": {
140
+ "optional": true
141
+ },
142
+ "@deepseek-ai/dsh-attachment": {
143
+ "optional": true
144
+ },
145
+ "@deepseek-ai/dsh-cmdline": {
146
+ "optional": true
147
+ },
148
+ "@deepseek-ai/dsh-code-runtime-worker-thread": {
149
+ "optional": true
150
+ },
151
+ "@deepseek-ai/dsh-commands": {
152
+ "optional": true
153
+ },
154
+ "@deepseek-ai/dsh-compaction": {
155
+ "optional": true
156
+ },
157
+ "@deepseek-ai/dsh-cordis-host-runner": {
158
+ "optional": true
159
+ },
160
+ "@deepseek-ai/dsh-credentials": {
161
+ "optional": true
162
+ },
163
+ "@deepseek-ai/dsh-file-reference-local": {
164
+ "optional": true
165
+ },
166
+ "@deepseek-ai/dsh-goal": {
167
+ "optional": true
168
+ },
169
+ "@deepseek-ai/dsh-hooks-claude-code": {
170
+ "optional": true
171
+ },
172
+ "@deepseek-ai/dsh-hooks-codex": {
173
+ "optional": true
174
+ },
175
+ "@deepseek-ai/dsh-invariants": {
176
+ "optional": true
177
+ },
178
+ "@deepseek-ai/dsh-jobs": {
179
+ "optional": true
180
+ },
181
+ "@deepseek-ai/dsh-llm": {
182
+ "optional": true
183
+ },
184
+ "@deepseek-ai/dsh-llm-retry": {
185
+ "optional": true
186
+ },
187
+ "@deepseek-ai/dsh-lsp": {
188
+ "optional": true
189
+ },
190
+ "@deepseek-ai/dsh-lsp-stdio": {
191
+ "optional": true
192
+ },
193
+ "@deepseek-ai/dsh-mcp-client": {
194
+ "optional": true
195
+ },
196
+ "@deepseek-ai/dsh-permission-presets": {
197
+ "optional": true
198
+ },
199
+ "@deepseek-ai/dsh-plan-mode": {
200
+ "optional": true
201
+ },
202
+ "@deepseek-ai/dsh-sandbox-policy": {
203
+ "optional": true
204
+ },
205
+ "@deepseek-ai/dsh-schedule": {
206
+ "optional": true
207
+ },
208
+ "@deepseek-ai/dsh-session": {
209
+ "optional": true
210
+ },
211
+ "@deepseek-ai/dsh-session-persistence": {
212
+ "optional": true
213
+ },
214
+ "@deepseek-ai/dsh-session-persistence-jsonl": {
215
+ "optional": true
216
+ },
217
+ "@deepseek-ai/dsh-session-query": {
218
+ "optional": true
219
+ },
220
+ "@deepseek-ai/dsh-session-query-sqlite": {
221
+ "optional": true
222
+ },
223
+ "@deepseek-ai/dsh-session-reference": {
224
+ "optional": true
225
+ },
226
+ "@deepseek-ai/dsh-session-title": {
227
+ "optional": true
228
+ },
229
+ "@deepseek-ai/dsh-skill": {
230
+ "optional": true
231
+ },
232
+ "@deepseek-ai/dsh-subagent": {
233
+ "optional": true
234
+ },
235
+ "@deepseek-ai/dsh-terminal": {
236
+ "optional": true
237
+ },
238
+ "@deepseek-ai/dsh-terminal-bash": {
239
+ "optional": true
240
+ },
241
+ "@deepseek-ai/dsh-time-context": {
242
+ "optional": true
243
+ },
244
+ "@deepseek-ai/dsh-tmux-context": {
245
+ "optional": true
246
+ },
247
+ "@deepseek-ai/dsh-tool-lsp": {
248
+ "optional": true
249
+ },
250
+ "@deepseek-ai/dsh-tool-session-query": {
251
+ "optional": true
252
+ },
253
+ "@deepseek-ai/dsh-tool-terminal": {
254
+ "optional": true
255
+ },
256
+ "@deepseek-ai/dsh-user-approval": {
257
+ "optional": true
258
+ },
259
+ "@deepseek-ai/dsh-user-questions": {
260
+ "optional": true
261
+ }
138
262
  },
139
263
  "devDependencies": {
140
- "@deepseek-ai/dsh-agent-presets": "0.1.5-rc.1",
141
- "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
142
- "@deepseek-ai/dsh-compaction": "0.1.5-rc.1",
143
- "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
144
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.1",
145
- "@deepseek-ai/dsh-settings": "0.1.5-rc.1",
146
- "@deepseek-ai/dsh-tool-todo": "0.1.5-rc.1",
147
- "@deepseek-ai/dsh-goal": "0.1.5-rc.1",
148
- "@deepseek-ai/dsh-jobs": "0.1.5-rc.1",
149
- "@deepseek-ai/dsh-llm-retry": "0.1.5-rc.1",
150
- "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.1",
151
- "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.1",
152
- "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.1",
153
- "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.1",
154
- "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.1",
155
- "@deepseek-ai/dsh-subagent": "0.1.5-rc.1",
156
- "@deepseek-ai/dsh-session-reference": "0.1.5-rc.1",
157
- "@deepseek-ai/dsh-session-title": "0.1.5-rc.1",
158
- "@deepseek-ai/dsh-skill": "0.1.5-rc.1",
159
- "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1",
160
- "@deepseek-ai/dsh-user-questions": "0.1.5-rc.1",
264
+ "@deepseek-ai/dsh-agent-presets": "0.1.5-rc.2",
265
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
266
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.2",
267
+ "@deepseek-ai/dsh-compaction": "0.1.5-rc.2",
268
+ "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
269
+ "@deepseek-ai/dsh-goal": "0.1.5-rc.2",
270
+ "@deepseek-ai/dsh-hooks-claude-code": "0.1.5-rc.2",
271
+ "@deepseek-ai/dsh-hooks-codex": "0.1.5-rc.2",
272
+ "@deepseek-ai/dsh-jobs": "0.1.5-rc.2",
273
+ "@deepseek-ai/dsh-llm-retry": "0.1.5-rc.2",
274
+ "@deepseek-ai/dsh-lsp": "0.1.5-rc.2",
275
+ "@deepseek-ai/dsh-lsp-stdio": "0.1.5-rc.2",
276
+ "@deepseek-ai/dsh-mcp-client": "0.1.5-rc.2",
277
+ "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.2",
278
+ "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.2",
279
+ "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
280
+ "@deepseek-ai/dsh-schedule": "0.1.5-rc.2",
281
+ "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
282
+ "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.2",
283
+ "@deepseek-ai/dsh-session-query": "0.1.5-rc.2",
284
+ "@deepseek-ai/dsh-session-query-sqlite": "0.1.5-rc.2",
285
+ "@deepseek-ai/dsh-session-reference": "0.1.5-rc.2",
286
+ "@deepseek-ai/dsh-session-title": "0.1.5-rc.2",
287
+ "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
288
+ "@deepseek-ai/dsh-skill": "0.1.5-rc.2",
289
+ "@deepseek-ai/dsh-subagent": "0.1.5-rc.2",
290
+ "@deepseek-ai/dsh-terminal": "0.1.5-rc.2",
291
+ "@deepseek-ai/dsh-terminal-bash": "0.1.5-rc.2",
292
+ "@deepseek-ai/dsh-time-context": "0.1.5-rc.2",
293
+ "@deepseek-ai/dsh-tmux-context": "0.1.5-rc.2",
294
+ "@deepseek-ai/dsh-tool-lsp": "0.1.5-rc.2",
295
+ "@deepseek-ai/dsh-tool-session-query": "0.1.5-rc.2",
296
+ "@deepseek-ai/dsh-tool-terminal": "0.1.5-rc.2",
297
+ "@deepseek-ai/dsh-tool-todo": "0.1.5-rc.2",
298
+ "@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
299
+ "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
161
300
  "@types/node": "^24.0.0",
162
301
  "@types/react": "~18.3.1",
163
302
  "tsdown": "^0.22.2",