@cofy-x/dsh-console 0.1.0-alpha.11 → 0.1.0-alpha.13

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-6QXII7F4.js";
6
+ } from "../chunk-QOXF5JRJ.js";
7
7
  import "../chunk-WTD7XY24.js";
8
8
  import "../chunk-3WB6AZUB.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-6QXII7F4.js";
5
+ } from "./chunk-QOXF5JRJ.js";
6
6
  import "./chunk-WTD7XY24.js";
7
7
  import "./chunk-3WB6AZUB.js";
8
8
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cofy-x/dsh-console",
3
- "version": "0.1.0-alpha.11",
4
- "description": "A TypeScript and React/Ink terminal frontend for DeepSeek Harness.",
3
+ "version": "0.1.0-alpha.13",
4
+ "description": "DSH-native terminal workbench (TUI) for DeepSeek Harness with durable sessions, structured tools, plans, subagents, and rotating Pokémon startup art.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cofy-x/dsh-console.git"
@@ -58,8 +58,8 @@
58
58
  "patch": "./cordis.patch.yml"
59
59
  },
60
60
  "compatibility": {
61
- "minimum": "0.1.1-rc.2",
62
- "maximumTested": "0.1.2-rc.1"
61
+ "minimum": "0.1.5-rc.1",
62
+ "maximumTested": "0.1.5-rc.1"
63
63
  }
64
64
  },
65
65
  "dependencies": {
@@ -94,26 +94,27 @@
94
94
  },
95
95
  "devDependencies": {
96
96
  "@cofy-x/dsh-console-test-utils": "workspace:*",
97
- "@deepseek-ai/cordis": "4.0.1",
98
- "@deepseek-ai/cordis-plugin-loader": "1.0.2",
99
- "@deepseek-ai/dsh-cmdline": "0.1.1-rc.2",
100
- "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
101
- "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2",
102
- "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
103
- "@deepseek-ai/dsh-commands": "0.1.1-rc.2",
104
- "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
105
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
106
- "@deepseek-ai/dsh-permission-presets": "0.1.1-rc.2",
107
- "@deepseek-ai/dsh-session": "0.1.1-rc.2",
108
- "@deepseek-ai/dsh-session-projection": "0.1.1-rc.2",
109
- "@deepseek-ai/dsh-session-query": "0.1.1-rc.2",
110
- "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
111
- "@deepseek-ai/dsh-subagent": "0.1.1-rc.2",
112
- "@deepseek-ai/dsh-tool-todo": "0.1.1-rc.2",
113
- "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
114
- "@deepseek-ai/dsh-user-approval": "0.1.1-rc.2",
115
- "@deepseek-ai/dsh-user-questions": "0.1.1-rc.2",
116
- "@deepseek-ai/schemastery": "3.18.1",
97
+ "@deepseek-ai/cordis": "4.0.2",
98
+ "@deepseek-ai/cordis-plugin-loader": "1.0.3",
99
+ "@deepseek-ai/dsh-cmdline": "0.1.5-rc.1",
100
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
101
+ "@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.1",
102
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
103
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
104
+ "@deepseek-ai/dsh-credentials": "0.1.5-rc.1",
105
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
106
+ "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.1",
107
+ "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.1",
108
+ "@deepseek-ai/dsh-session": "0.1.5-rc.1",
109
+ "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1",
110
+ "@deepseek-ai/dsh-session-query": "0.1.5-rc.1",
111
+ "@deepseek-ai/dsh-settings": "0.1.5-rc.1",
112
+ "@deepseek-ai/dsh-subagent": "0.1.5-rc.1",
113
+ "@deepseek-ai/dsh-tool-todo": "0.1.5-rc.1",
114
+ "@deepseek-ai/dsh-tools": "0.1.5-rc.1",
115
+ "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1",
116
+ "@deepseek-ai/dsh-user-questions": "0.1.5-rc.1",
117
+ "@deepseek-ai/schemastery": "3.18.2",
117
118
  "@types/hast": "^3.0.4",
118
119
  "@types/node": "^24.10.1",
119
120
  "@types/react": "^19.2.18",
@@ -126,26 +127,27 @@
126
127
  "node": ">=24.0.0"
127
128
  },
128
129
  "peerDependencies": {
129
- "@deepseek-ai/cordis": ">=4.0.1-rc.1 <5.0.0",
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-rc.1",
132
- "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <=0.1.2-rc.1",
133
- "@deepseek-ai/dsh-agent-default-model": ">=0.1.1-rc.2 <=0.1.2-rc.1",
134
- "@deepseek-ai/dsh-attachment": ">=0.1.1-rc.2 <=0.1.2-rc.1",
135
- "@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <=0.1.2-rc.1",
136
- "@deepseek-ai/dsh-credentials": ">=0.1.1-rc.2 <=0.1.2-rc.1",
137
- "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <=0.1.2-rc.1",
138
- "@deepseek-ai/dsh-permission-presets": ">=0.1.1-rc.2 <=0.1.2-rc.1",
139
- "@deepseek-ai/dsh-session": ">=0.1.1-rc.2 <=0.1.2-rc.1",
140
- "@deepseek-ai/dsh-session-projection": ">=0.1.1-rc.2 <=0.1.2-rc.1",
141
- "@deepseek-ai/dsh-session-query": ">=0.1.1-rc.2 <=0.1.2-rc.1",
142
- "@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <=0.1.2-rc.1",
143
- "@deepseek-ai/dsh-subagent": ">=0.1.1-rc.2 <=0.1.2-rc.1",
144
- "@deepseek-ai/dsh-tool-todo": ">=0.1.1-rc.2 <=0.1.2-rc.1",
145
- "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2 <=0.1.2-rc.1",
146
- "@deepseek-ai/dsh-user-approval": ">=0.1.1-rc.2 <=0.1.2-rc.1",
147
- "@deepseek-ai/dsh-user-questions": ">=0.1.1-rc.2 <=0.1.2-rc.1",
148
- "@deepseek-ai/schemastery": ">=3.18.1 <4.0.0"
130
+ "@deepseek-ai/cordis": ">=4.0.2 <5.0.0",
131
+ "@deepseek-ai/cordis-plugin-loader": ">=1.0.3 <2.0.0",
132
+ "@deepseek-ai/dsh-cmdline": "0.1.5-rc.1",
133
+ "@deepseek-ai/dsh-agent": "0.1.5-rc.1",
134
+ "@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.1",
135
+ "@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
136
+ "@deepseek-ai/dsh-commands": "0.1.5-rc.1",
137
+ "@deepseek-ai/dsh-credentials": "0.1.5-rc.1",
138
+ "@deepseek-ai/dsh-llm": "0.1.5-rc.1",
139
+ "@deepseek-ai/dsh-permission-presets": "0.1.5-rc.1",
140
+ "@deepseek-ai/dsh-plan-mode": "0.1.5-rc.1",
141
+ "@deepseek-ai/dsh-session": "0.1.5-rc.1",
142
+ "@deepseek-ai/dsh-session-projection": "0.1.5-rc.1",
143
+ "@deepseek-ai/dsh-session-query": "0.1.5-rc.1",
144
+ "@deepseek-ai/dsh-settings": "0.1.5-rc.1",
145
+ "@deepseek-ai/dsh-subagent": "0.1.5-rc.1",
146
+ "@deepseek-ai/dsh-tool-todo": "0.1.5-rc.1",
147
+ "@deepseek-ai/dsh-tools": "0.1.5-rc.1",
148
+ "@deepseek-ai/dsh-user-approval": "0.1.5-rc.1",
149
+ "@deepseek-ai/dsh-user-questions": "0.1.5-rc.1",
150
+ "@deepseek-ai/schemastery": ">=3.18.2 <4.0.0"
149
151
  },
150
152
  "peerDependenciesMeta": {
151
153
  "@deepseek-ai/cordis": {
@@ -172,6 +174,9 @@
172
174
  "@deepseek-ai/dsh-permission-presets": {
173
175
  "optional": true
174
176
  },
177
+ "@deepseek-ai/dsh-plan-mode": {
178
+ "optional": true
179
+ },
175
180
  "@deepseek-ai/dsh-session": {
176
181
  "optional": true
177
182
  },