@cofy-x/dsh-console 0.1.0-alpha.7 → 0.1.0-alpha.8
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.md +1 -1
- package/dist/{chunk-HNDB6HFI.js → chunk-EIOLGDTR.js} +1 -1
- package/dist/dsh/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +21 -20
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
-
DSH Console requires Node.js 24 or newer and a working DSH provider configuration. This release is verified from the npm-default DeepSeek Harness `0.1.1-rc.2` through the current source release `0.1.2-alpha.
|
|
9
|
+
DSH Console requires Node.js 24 or newer and a working DSH provider configuration. This release is verified from the npm-default DeepSeek Harness `0.1.1-rc.2` through the current source release `0.1.2-alpha.2`; install DSH normally without pinning the command to a version.
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
12
|
npm install --global @deepseek-ai/dsh @cofy-x/dsh-console
|
|
@@ -6260,7 +6260,7 @@ import { Box as Box25 } from "ink";
|
|
|
6260
6260
|
import { Box as Box21, Text as Text20 } from "ink";
|
|
6261
6261
|
|
|
6262
6262
|
// src/generated/git-commit.ts
|
|
6263
|
-
var GIT_COMMIT_INFO = "
|
|
6263
|
+
var GIT_COMMIT_INFO = "fb6c0ba";
|
|
6264
6264
|
|
|
6265
6265
|
// src/ui/components/dialogs/about-box.tsx
|
|
6266
6266
|
import { jsx as jsx27, jsxs as jsxs21 } from "react/jsx-runtime";
|
package/dist/dsh/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cofy-x/dsh-console",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8",
|
|
4
4
|
"description": "A TypeScript and React/Ink terminal frontend for DeepSeek Harness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"compatibility": {
|
|
61
61
|
"minimum": "0.1.1-rc.2",
|
|
62
|
-
"maximumTested": "0.1.2-alpha.
|
|
62
|
+
"maximumTested": "0.1.2-alpha.2"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
@@ -128,23 +128,23 @@
|
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"@deepseek-ai/cordis": ">=4.0.1-rc.1 <5.0.0",
|
|
130
130
|
"@deepseek-ai/cordis-plugin-loader": ">=1.0.2 <2.0.0",
|
|
131
|
-
"@deepseek-ai/dsh-cmdline": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
132
|
-
"@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
133
|
-
"@deepseek-ai/dsh-agent-default-model": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
134
|
-
"@deepseek-ai/dsh-attachment": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
135
|
-
"@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
136
|
-
"@deepseek-ai/dsh-credentials": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
137
|
-
"@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
138
|
-
"@deepseek-ai/dsh-permission-presets": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
139
|
-
"@deepseek-ai/dsh-session": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
140
|
-
"@deepseek-ai/dsh-session-projection": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
141
|
-
"@deepseek-ai/dsh-session-query": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
142
|
-
"@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
143
|
-
"@deepseek-ai/dsh-subagent": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
144
|
-
"@deepseek-ai/dsh-tool-todo": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
145
|
-
"@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
146
|
-
"@deepseek-ai/dsh-user-approval": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
147
|
-
"@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <=0.1.2-alpha.
|
|
131
|
+
"@deepseek-ai/dsh-cmdline": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
132
|
+
"@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
133
|
+
"@deepseek-ai/dsh-agent-default-model": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
134
|
+
"@deepseek-ai/dsh-attachment": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
135
|
+
"@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
136
|
+
"@deepseek-ai/dsh-credentials": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
137
|
+
"@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
138
|
+
"@deepseek-ai/dsh-permission-presets": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
139
|
+
"@deepseek-ai/dsh-session": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
140
|
+
"@deepseek-ai/dsh-session-projection": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
141
|
+
"@deepseek-ai/dsh-session-query": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
142
|
+
"@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
143
|
+
"@deepseek-ai/dsh-subagent": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
144
|
+
"@deepseek-ai/dsh-tool-todo": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
145
|
+
"@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
146
|
+
"@deepseek-ai/dsh-user-approval": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
147
|
+
"@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <=0.1.2-alpha.2",
|
|
148
148
|
"@deepseek-ai/schemastery": ">=3.18.1 <4.0.0"
|
|
149
149
|
},
|
|
150
150
|
"peerDependenciesMeta": {
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
"license": "Apache-2.0",
|
|
213
213
|
"publishConfig": {
|
|
214
|
-
"access": "public"
|
|
214
|
+
"access": "public",
|
|
215
|
+
"tag": "latest"
|
|
215
216
|
}
|
|
216
217
|
}
|