@norman-else/dsh-claude 0.1.51 → 0.1.53
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/INSTALL.md +95 -30
- package/README.md +25 -15
- package/lib/client.d.ts +3 -3
- package/lib/client.js +386 -357
- package/lib/client.js.map +1 -1
- package/lib/index.mjs +288 -27
- package/lib/index.mjs.map +1 -1
- package/package.json +79 -79
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norman-else/dsh-claude",
|
|
3
3
|
"description": "Run the local Claude Code CLI as a first-class main conversation inside DeepSeek Harness",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.53",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.mjs",
|
|
7
7
|
"types": "lib/index.d.mts",
|
|
@@ -110,86 +110,86 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@deepseek-ai/cordis": "4.0.2",
|
|
113
|
-
"@deepseek-ai/dsh-agent": "0.1.5-rc.
|
|
114
|
-
"@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.
|
|
115
|
-
"@deepseek-ai/dsh-agent-presets": "0.1.5-rc.
|
|
116
|
-
"@deepseek-ai/dsh-api-gateway": "0.1.5-rc.
|
|
117
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.5-rc.
|
|
118
|
-
"@deepseek-ai/dsh-api-session-controller": "0.1.5-rc.
|
|
119
|
-
"@deepseek-ai/dsh-api-workspace-controller": "0.1.5-rc.
|
|
120
|
-
"@deepseek-ai/dsh-atomic-write": "0.1.5-rc.
|
|
121
|
-
"@deepseek-ai/dsh-attachment": "0.1.5-rc.
|
|
122
|
-
"@deepseek-ai/dsh-brand": "0.1.5-rc.
|
|
123
|
-
"@deepseek-ai/dsh-client-connection": "0.1.5-rc.
|
|
124
|
-
"@deepseek-ai/dsh-client-locale": "0.1.5-rc.
|
|
125
|
-
"@deepseek-ai/dsh-client-resources": "0.1.5-rc.
|
|
113
|
+
"@deepseek-ai/dsh-agent": "0.1.5-rc.2",
|
|
114
|
+
"@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.2",
|
|
115
|
+
"@deepseek-ai/dsh-agent-presets": "0.1.5-rc.2",
|
|
116
|
+
"@deepseek-ai/dsh-api-gateway": "0.1.5-rc.2",
|
|
117
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.5-rc.2",
|
|
118
|
+
"@deepseek-ai/dsh-api-session-controller": "0.1.5-rc.2",
|
|
119
|
+
"@deepseek-ai/dsh-api-workspace-controller": "0.1.5-rc.2",
|
|
120
|
+
"@deepseek-ai/dsh-atomic-write": "0.1.5-rc.2",
|
|
121
|
+
"@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
|
|
122
|
+
"@deepseek-ai/dsh-brand": "0.1.5-rc.2",
|
|
123
|
+
"@deepseek-ai/dsh-client-connection": "0.1.5-rc.2",
|
|
124
|
+
"@deepseek-ai/dsh-client-locale": "0.1.5-rc.2",
|
|
125
|
+
"@deepseek-ai/dsh-client-resources": "0.1.5-rc.2",
|
|
126
126
|
"@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
|
|
127
|
-
"@deepseek-ai/dsh-client-store": "0.1.5-rc.
|
|
128
|
-
"@deepseek-ai/dsh-client-ui-chat": "0.1.5-rc.
|
|
129
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.5-rc.
|
|
130
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "0.1.5-rc.
|
|
131
|
-
"@deepseek-ai/dsh-client-ui-layout": "0.1.5-rc.
|
|
132
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.
|
|
133
|
-
"@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.
|
|
134
|
-
"@deepseek-ai/dsh-client-ui-session": "0.1.5-rc.
|
|
135
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.
|
|
136
|
-
"@deepseek-ai/dsh-client-ui-sidebar-right": "0.1.5-rc.
|
|
137
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.
|
|
138
|
-
"@deepseek-ai/dsh-client-ui-theme": "0.1.5-rc.
|
|
139
|
-
"@deepseek-ai/dsh-code-runtime": "0.1.5-rc.
|
|
140
|
-
"@deepseek-ai/dsh-commands": "0.1.5-rc.
|
|
141
|
-
"@deepseek-ai/dsh-compaction": "0.1.5-rc.
|
|
142
|
-
"@deepseek-ai/dsh-cordis-host-runner": "0.1.5-rc.
|
|
143
|
-
"@deepseek-ai/dsh-credentials": "0.1.5-rc.
|
|
144
|
-
"@deepseek-ai/dsh-deque": "0.1.5-rc.
|
|
145
|
-
"@deepseek-ai/dsh-file-reference": "0.1.5-rc.
|
|
146
|
-
"@deepseek-ai/dsh-fs": "0.1.5-rc.
|
|
147
|
-
"@deepseek-ai/dsh-goal": "0.1.5-rc.
|
|
148
|
-
"@deepseek-ai/dsh-home-paths": "0.1.5-rc.
|
|
127
|
+
"@deepseek-ai/dsh-client-store": "0.1.5-rc.2",
|
|
128
|
+
"@deepseek-ai/dsh-client-ui-chat": "0.1.5-rc.2",
|
|
129
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.5-rc.2",
|
|
130
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "0.1.5-rc.2",
|
|
131
|
+
"@deepseek-ai/dsh-client-ui-layout": "0.1.5-rc.2",
|
|
132
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.2",
|
|
133
|
+
"@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.2",
|
|
134
|
+
"@deepseek-ai/dsh-client-ui-session": "0.1.5-rc.2",
|
|
135
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.2",
|
|
136
|
+
"@deepseek-ai/dsh-client-ui-sidebar-right": "0.1.5-rc.2",
|
|
137
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.2",
|
|
138
|
+
"@deepseek-ai/dsh-client-ui-theme": "0.1.5-rc.2",
|
|
139
|
+
"@deepseek-ai/dsh-code-runtime": "0.1.5-rc.2",
|
|
140
|
+
"@deepseek-ai/dsh-commands": "0.1.5-rc.2",
|
|
141
|
+
"@deepseek-ai/dsh-compaction": "0.1.5-rc.2",
|
|
142
|
+
"@deepseek-ai/dsh-cordis-host-runner": "0.1.5-rc.2",
|
|
143
|
+
"@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
|
|
144
|
+
"@deepseek-ai/dsh-deque": "0.1.5-rc.2",
|
|
145
|
+
"@deepseek-ai/dsh-file-reference": "0.1.5-rc.2",
|
|
146
|
+
"@deepseek-ai/dsh-fs": "0.1.5-rc.2",
|
|
147
|
+
"@deepseek-ai/dsh-goal": "0.1.5-rc.2",
|
|
148
|
+
"@deepseek-ai/dsh-home-paths": "0.1.5-rc.2",
|
|
149
149
|
"@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2",
|
|
150
|
-
"@deepseek-ai/dsh-host-directory-picker": "0.1.5-rc.
|
|
151
|
-
"@deepseek-ai/dsh-host-plugin-inventory": "0.1.5-rc.
|
|
152
|
-
"@deepseek-ai/dsh-host-webserver": "0.1.5-rc.
|
|
153
|
-
"@deepseek-ai/dsh-invariants": "0.1.5-rc.
|
|
154
|
-
"@deepseek-ai/dsh-jobs": "0.1.5-rc.
|
|
155
|
-
"@deepseek-ai/dsh-llm": "0.1.5-rc.
|
|
156
|
-
"@deepseek-ai/dsh-llm-retry": "0.1.5-rc.
|
|
157
|
-
"@deepseek-ai/dsh-message-feedback": "0.1.5-rc.
|
|
158
|
-
"@deepseek-ai/dsh-native-command": "0.1.5-rc.
|
|
159
|
-
"@deepseek-ai/dsh-output-retention": "0.1.5-rc.
|
|
160
|
-
"@deepseek-ai/dsh-permission-presets": "0.1.5-rc.
|
|
161
|
-
"@deepseek-ai/dsh-plan-mode": "0.1.5-rc.
|
|
162
|
-
"@deepseek-ai/dsh-sandbox": "0.1.5-rc.
|
|
163
|
-
"@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.
|
|
164
|
-
"@deepseek-ai/dsh-scope": "0.1.5-rc.
|
|
165
|
-
"@deepseek-ai/dsh-session": "0.1.5-rc.
|
|
166
|
-
"@deepseek-ai/dsh-session-persistence": "0.1.5-rc.
|
|
167
|
-
"@deepseek-ai/dsh-session-projection": "0.1.5-rc.
|
|
168
|
-
"@deepseek-ai/dsh-session-projection-cache": "0.1.5-rc.
|
|
169
|
-
"@deepseek-ai/dsh-session-query": "0.1.5-rc.
|
|
170
|
-
"@deepseek-ai/dsh-session-reference": "0.1.5-rc.
|
|
171
|
-
"@deepseek-ai/dsh-session-stats": "0.1.5-rc.
|
|
172
|
-
"@deepseek-ai/dsh-session-title": "0.1.5-rc.
|
|
173
|
-
"@deepseek-ai/dsh-settings": "0.1.5-rc.
|
|
174
|
-
"@deepseek-ai/dsh-shell": "0.1.5-rc.
|
|
175
|
-
"@deepseek-ai/dsh-skill": "0.1.5-rc.
|
|
176
|
-
"@deepseek-ai/dsh-storage": "0.1.5-rc.
|
|
177
|
-
"@deepseek-ai/dsh-storage-domain": "0.1.5-rc.
|
|
178
|
-
"@deepseek-ai/dsh-subagent": "0.1.5-rc.
|
|
179
|
-
"@deepseek-ai/dsh-subprocess": "0.1.5-rc.
|
|
180
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.5-rc.
|
|
181
|
-
"@deepseek-ai/dsh-timeout": "0.1.5-rc.
|
|
182
|
-
"@deepseek-ai/dsh-token-meter": "0.1.5-rc.
|
|
183
|
-
"@deepseek-ai/dsh-tool-todo": "0.1.5-rc.
|
|
184
|
-
"@deepseek-ai/dsh-tools": "0.1.5-rc.
|
|
185
|
-
"@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.
|
|
186
|
-
"@deepseek-ai/dsh-typert-registry": "0.1.5-rc.
|
|
187
|
-
"@deepseek-ai/dsh-user-approval": "0.1.5-rc.
|
|
188
|
-
"@deepseek-ai/dsh-user-questions": "0.1.5-rc.
|
|
189
|
-
"@deepseek-ai/dsh-util-time": "0.1.5-rc.
|
|
190
|
-
"@deepseek-ai/dsh-util-values": "0.1.5-rc.
|
|
191
|
-
"@deepseek-ai/dsh-util-workspace-path": "0.1.5-rc.
|
|
192
|
-
"@deepseek-ai/dsh-workspace": "0.1.5-rc.
|
|
150
|
+
"@deepseek-ai/dsh-host-directory-picker": "0.1.5-rc.2",
|
|
151
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "0.1.5-rc.2",
|
|
152
|
+
"@deepseek-ai/dsh-host-webserver": "0.1.5-rc.2",
|
|
153
|
+
"@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
|
|
154
|
+
"@deepseek-ai/dsh-jobs": "0.1.5-rc.2",
|
|
155
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.2",
|
|
156
|
+
"@deepseek-ai/dsh-llm-retry": "0.1.5-rc.2",
|
|
157
|
+
"@deepseek-ai/dsh-message-feedback": "0.1.5-rc.2",
|
|
158
|
+
"@deepseek-ai/dsh-native-command": "0.1.5-rc.2",
|
|
159
|
+
"@deepseek-ai/dsh-output-retention": "0.1.5-rc.2",
|
|
160
|
+
"@deepseek-ai/dsh-permission-presets": "0.1.5-rc.2",
|
|
161
|
+
"@deepseek-ai/dsh-plan-mode": "0.1.5-rc.2",
|
|
162
|
+
"@deepseek-ai/dsh-sandbox": "0.1.5-rc.2",
|
|
163
|
+
"@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
|
|
164
|
+
"@deepseek-ai/dsh-scope": "0.1.5-rc.2",
|
|
165
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.2",
|
|
166
|
+
"@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
|
|
167
|
+
"@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
|
|
168
|
+
"@deepseek-ai/dsh-session-projection-cache": "0.1.5-rc.2",
|
|
169
|
+
"@deepseek-ai/dsh-session-query": "0.1.5-rc.2",
|
|
170
|
+
"@deepseek-ai/dsh-session-reference": "0.1.5-rc.2",
|
|
171
|
+
"@deepseek-ai/dsh-session-stats": "0.1.5-rc.2",
|
|
172
|
+
"@deepseek-ai/dsh-session-title": "0.1.5-rc.2",
|
|
173
|
+
"@deepseek-ai/dsh-settings": "0.1.5-rc.2",
|
|
174
|
+
"@deepseek-ai/dsh-shell": "0.1.5-rc.2",
|
|
175
|
+
"@deepseek-ai/dsh-skill": "0.1.5-rc.2",
|
|
176
|
+
"@deepseek-ai/dsh-storage": "0.1.5-rc.2",
|
|
177
|
+
"@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
|
|
178
|
+
"@deepseek-ai/dsh-subagent": "0.1.5-rc.2",
|
|
179
|
+
"@deepseek-ai/dsh-subprocess": "0.1.5-rc.2",
|
|
180
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
|
|
181
|
+
"@deepseek-ai/dsh-timeout": "0.1.5-rc.2",
|
|
182
|
+
"@deepseek-ai/dsh-token-meter": "0.1.5-rc.2",
|
|
183
|
+
"@deepseek-ai/dsh-tool-todo": "0.1.5-rc.2",
|
|
184
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.2",
|
|
185
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.2",
|
|
186
|
+
"@deepseek-ai/dsh-typert-registry": "0.1.5-rc.2",
|
|
187
|
+
"@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
|
|
188
|
+
"@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
|
|
189
|
+
"@deepseek-ai/dsh-util-time": "0.1.5-rc.2",
|
|
190
|
+
"@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
|
|
191
|
+
"@deepseek-ai/dsh-util-workspace-path": "0.1.5-rc.2",
|
|
192
|
+
"@deepseek-ai/dsh-workspace": "0.1.5-rc.2",
|
|
193
193
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
194
194
|
"@shikijs/langs": "^4.4.3",
|
|
195
195
|
"@types/node": "^22.20.1",
|