@cofy-x/dsh-console 0.1.0-alpha.11 → 0.1.0-alpha.12
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 +12 -1
- package/dist/{chunk-6QXII7F4.js → chunk-Y7GHDTL3.js} +969 -502
- package/dist/dsh/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +24 -19
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.
|
|
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.3-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
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.0-alpha.12] - 2026-09-08
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Add a DSH-native Plan mode indicator and `Shift+Tab` toggle that preserves the selected permission preset, including deployment-configured presets.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Verify the Console host through DeepSeek Harness `0.1.3-alpha.2`, adapting live and durable Assistant streams across Session format v2 while retaining the npm-default `0.1.1-rc.2` development baseline.
|
|
18
|
+
|
|
9
19
|
## [0.1.0-alpha.11] - 2026-09-04
|
|
10
20
|
|
|
11
21
|
### Added
|
|
@@ -137,7 +147,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
137
147
|
- Keep debug diagnostics aligned within the existing footer row and preserve structured logs in the debug console.
|
|
138
148
|
- Address initial CodeQL findings, dependency advisories, CI concurrency issues, and release build ordering.
|
|
139
149
|
|
|
140
|
-
[Unreleased]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.
|
|
150
|
+
[Unreleased]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.12...HEAD
|
|
151
|
+
[0.1.0-alpha.12]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.11...v0.1.0-alpha.12
|
|
141
152
|
[0.1.0-alpha.11]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.10...v0.1.0-alpha.11
|
|
142
153
|
[0.1.0-alpha.10]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.9...v0.1.0-alpha.10
|
|
143
154
|
[0.1.0-alpha.9]: https://github.com/cofy-x/dsh-console/compare/v0.1.0-alpha.8...v0.1.0-alpha.9
|