@cofy-x/dsh-console 0.1.0-alpha.3 → 0.1.0-alpha.4

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/dist/dsh/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  apply,
4
4
  inject,
5
5
  name
6
- } from "../chunk-2S7URHRK.js";
6
+ } from "../chunk-ZO6HZW3P.js";
7
7
  import "../chunk-N3EQS35J.js";
8
8
  export {
9
9
  Config,
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  apply,
4
4
  name
5
- } from "./chunk-2S7URHRK.js";
5
+ } from "./chunk-ZO6HZW3P.js";
6
6
  import "./chunk-N3EQS35J.js";
7
7
  export {
8
8
  Config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofy-x/dsh-console",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "A TypeScript and React/Ink terminal frontend for DeepSeek Harness.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run",
38
38
  "test:ci": "vitest run --coverage --exclude '**/*.performance.test.ts'",
39
39
  "test:performance": "vitest run --coverage.enabled=false --maxWorkers=1 src/ui/hooks/input/use-text-buffer.performance.test.ts",
40
- "typecheck": "tsc --noEmit",
40
+ "typecheck": "tsc --noEmit -p tsconfig.build.json && tsc -p tsconfig.json",
41
41
  "example": "tsx --tsconfig examples/tsconfig.run.json",
42
42
  "example:debug": "TSX_TSCONFIG_PATH=examples/tsconfig.run.json node --inspect-brk --import tsx/esm",
43
43
  "link": "pnpm run build && pnpm link --global",
@@ -96,6 +96,7 @@
96
96
  "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
97
97
  "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2",
98
98
  "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
99
+ "@deepseek-ai/dsh-commands": "0.1.1-rc.2",
99
100
  "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
100
101
  "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
101
102
  "@deepseek-ai/dsh-permission-presets": "0.1.1-rc.2",
@@ -106,8 +107,8 @@
106
107
  "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
107
108
  "@deepseek-ai/dsh-user-approval": "0.1.1-rc.2",
108
109
  "@deepseek-ai/dsh-user-questions": "0.1.1-rc.2",
109
- "@deepseek-ai/dsh-commands": "0.1.1-rc.2",
110
110
  "@types/hast": "^3.0.4",
111
+ "@types/node": "^24.10.1",
111
112
  "@types/react": "^19.2.18",
112
113
  "@types/react-dom": "^19.2.0",
113
114
  "@types/yargs": "^17.0.34",
@@ -123,17 +124,17 @@
123
124
  "@deepseek-ai/dsh-agent": ">=0.1.0-rc.3 <0.2.0",
124
125
  "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.3 <0.2.0",
125
126
  "@deepseek-ai/dsh-attachment": ">=0.1.0-rc.3 <0.2.0",
127
+ "@deepseek-ai/dsh-commands": ">=0.1.0-rc.3 <0.2.0",
128
+ "@deepseek-ai/dsh-credentials": ">=0.1.0-rc.3 <0.2.0",
126
129
  "@deepseek-ai/dsh-llm": ">=0.1.0-rc.3 <0.2.0",
127
130
  "@deepseek-ai/dsh-permission-presets": ">=0.1.0-rc.3 <0.2.0",
128
131
  "@deepseek-ai/dsh-session": ">=0.1.0-rc.3 <0.2.0",
129
132
  "@deepseek-ai/dsh-session-projection": ">=0.1.0-rc.3 <0.2.0",
130
133
  "@deepseek-ai/dsh-session-query": ">=0.1.0-rc.3 <0.2.0",
134
+ "@deepseek-ai/dsh-settings": ">=0.1.0-rc.3 <0.2.0",
131
135
  "@deepseek-ai/dsh-tools": ">=0.1.0-rc.3 <0.2.0",
132
136
  "@deepseek-ai/dsh-user-approval": ">=0.1.0-rc.3 <0.2.0",
133
- "@deepseek-ai/dsh-user-questions": ">=0.1.0-rc.3 <0.2.0",
134
- "@deepseek-ai/dsh-commands": ">=0.1.0-rc.3 <0.2.0",
135
- "@deepseek-ai/dsh-credentials": ">=0.1.0-rc.3 <0.2.0",
136
- "@deepseek-ai/dsh-settings": ">=0.1.0-rc.3 <0.2.0"
137
+ "@deepseek-ai/dsh-user-questions": ">=0.1.0-rc.3 <0.2.0"
137
138
  },
138
139
  "peerDependenciesMeta": {
139
140
  "@deepseek-ai/cordis": {