dsh-lcx-codex 0.4.0-rc.13 → 0.4.0
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/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.0 - 2026-08-23
|
|
4
|
+
|
|
5
|
+
### Stable promotion
|
|
6
|
+
|
|
7
|
+
- Promote the fully validated `0.4.0-rc.13` runtime to the stable `0.4.0` line with no functional/runtime code changes.
|
|
8
|
+
- Make the rc.13 Native V2 hardening, canonical Responses replay/serialization fixes, session isolation, cache continuity, and concurrency/lifecycle fixes the recommended stable release.
|
|
9
|
+
- Preserve `0.3.4` only as historical stable state; `0.4.0` becomes the default npm `latest` after publication.
|
|
10
|
+
|
|
11
|
+
### Validation
|
|
12
|
+
|
|
13
|
+
- Runtime-sensitive source is required to remain content-identical to the already live-tested rc.13 release.
|
|
14
|
+
- Full suite: 58/58 passed; DSH schema validation: 4/4 passed.
|
|
15
|
+
- Real rc.13 DSH acceptance already covers automatic Native pressure Compact, replay/cache re-warm, restart/resume, real GUI `/compact`, parent/child opaque isolation, and dual-session same-preset ServiceMutex failure cleanup.
|
|
16
|
+
- Stable promotion adds no new runtime behavior; publication is a version/documentation promotion only.
|
|
17
|
+
|
|
3
18
|
## 0.4.0-rc.13 - 2026-08-23
|
|
4
19
|
|
|
5
20
|
### Fixed
|
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ dsh plugin --profile web add dsh-lcx-codex@next
|
|
|
209
209
|
|
|
210
210
|
```powershell
|
|
211
211
|
dsh plugin --profile web remove dsh-lcx-codex
|
|
212
|
-
dsh plugin --profile web add .\dsh-lcx-codex-0.4.0
|
|
212
|
+
dsh plugin --profile web add .\dsh-lcx-codex-0.4.0.tgz
|
|
213
213
|
dsh web
|
|
214
214
|
```
|
|
215
215
|
|
package/package.json
CHANGED