@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 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.1`; install DSH normally without pinning the command to a version.
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 = "52d0684";
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
@@ -3,7 +3,7 @@ import {
3
3
  apply,
4
4
  inject,
5
5
  name
6
- } from "../chunk-HNDB6HFI.js";
6
+ } from "../chunk-EIOLGDTR.js";
7
7
  import "../chunk-WTD7XY24.js";
8
8
  import "../chunk-4L2DX7CL.js";
9
9
  export {
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  apply,
4
4
  name
5
- } from "./chunk-HNDB6HFI.js";
5
+ } from "./chunk-EIOLGDTR.js";
6
6
  import "./chunk-WTD7XY24.js";
7
7
  import "./chunk-4L2DX7CL.js";
8
8
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofy-x/dsh-console",
3
- "version": "0.1.0-alpha.7",
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.1"
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.1",
132
- "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
133
- "@deepseek-ai/dsh-agent-default-model": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
134
- "@deepseek-ai/dsh-attachment": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
135
- "@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
136
- "@deepseek-ai/dsh-credentials": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
137
- "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
138
- "@deepseek-ai/dsh-permission-presets": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
139
- "@deepseek-ai/dsh-session": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
140
- "@deepseek-ai/dsh-session-projection": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
141
- "@deepseek-ai/dsh-session-query": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
142
- "@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
143
- "@deepseek-ai/dsh-subagent": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
144
- "@deepseek-ai/dsh-tool-todo": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
145
- "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
146
- "@deepseek-ai/dsh-user-approval": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
147
- "@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <=0.1.2-alpha.1",
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
  }