@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/README.md +1 -1
- package/dist/CHANGELOG.md +24 -1
- package/dist/{chunk-6QXII7F4.js → chunk-QOXF5JRJ.js} +950 -510
- package/dist/dsh/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +49 -44
package/dist/dsh/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cofy-x/dsh-console",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"description": "
|
|
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.
|
|
62
|
-
"maximumTested": "0.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.
|
|
98
|
-
"@deepseek-ai/cordis-plugin-loader": "1.0.
|
|
99
|
-
"@deepseek-ai/dsh-cmdline": "0.1.
|
|
100
|
-
"@deepseek-ai/dsh-agent": "0.1.
|
|
101
|
-
"@deepseek-ai/dsh-agent-default-model": "0.1.
|
|
102
|
-
"@deepseek-ai/dsh-attachment": "0.1.
|
|
103
|
-
"@deepseek-ai/dsh-commands": "0.1.
|
|
104
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
105
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
106
|
-
"@deepseek-ai/dsh-permission-presets": "0.1.
|
|
107
|
-
"@deepseek-ai/dsh-
|
|
108
|
-
"@deepseek-ai/dsh-session
|
|
109
|
-
"@deepseek-ai/dsh-session-
|
|
110
|
-
"@deepseek-ai/dsh-
|
|
111
|
-
"@deepseek-ai/dsh-
|
|
112
|
-
"@deepseek-ai/dsh-
|
|
113
|
-
"@deepseek-ai/dsh-
|
|
114
|
-
"@deepseek-ai/dsh-
|
|
115
|
-
"@deepseek-ai/dsh-user-
|
|
116
|
-
"@deepseek-ai/
|
|
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.
|
|
130
|
-
"@deepseek-ai/cordis-plugin-loader": ">=1.0.
|
|
131
|
-
"@deepseek-ai/dsh-cmdline": "
|
|
132
|
-
"@deepseek-ai/dsh-agent": "
|
|
133
|
-
"@deepseek-ai/dsh-agent-default-model": "
|
|
134
|
-
"@deepseek-ai/dsh-attachment": "
|
|
135
|
-
"@deepseek-ai/dsh-commands": "
|
|
136
|
-
"@deepseek-ai/dsh-credentials": "
|
|
137
|
-
"@deepseek-ai/dsh-llm": "
|
|
138
|
-
"@deepseek-ai/dsh-permission-presets": "
|
|
139
|
-
"@deepseek-ai/dsh-
|
|
140
|
-
"@deepseek-ai/dsh-session
|
|
141
|
-
"@deepseek-ai/dsh-session-
|
|
142
|
-
"@deepseek-ai/dsh-
|
|
143
|
-
"@deepseek-ai/dsh-
|
|
144
|
-
"@deepseek-ai/dsh-
|
|
145
|
-
"@deepseek-ai/dsh-
|
|
146
|
-
"@deepseek-ai/dsh-
|
|
147
|
-
"@deepseek-ai/dsh-user-
|
|
148
|
-
"@deepseek-ai/
|
|
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
|
},
|