BETA3 Upstream Upgrade and Release
August 22, 2026 ยท View on GitHub
Goal
Ship deepseek-harness-code@0.1.0-BETA3 with official @deepseek-ai/dsh@0.1.1-rc.2, then expose it to previous DHSC installations through the existing Latest update-manifest.json check.
Execution
- Verify npm latest and official release tag/commit.
- Rebase the exact-version locale, sidebar and persistent-Bash patches.
- Refresh root and packaged first-launch runtime locks.
- Add BETA3/updater version contracts and complete a local build.
- Run
pnpm checkand the completepnpm testchain. - Run
pnpm preflight:runtime(56 artifacts, 35 production dependencies, 8 critical runtime packages, 10 bundled plugins). - Submit PRs #30 and #31, merge only after all 18 cloud checks are green, and sync local/remote
mainto9762f8e. - Tag
v0.1.0-BETA3; full native package Run 32550253496 passed before Release publication. - Verify GitHub Latest, all nine published assets, and all five updater targets against GitHub asset SHA-256 digests and byte sizes.
Rollback
Do not move Latest if native packaging fails. The previous verified BETA2-2 Release and source tag remain intact.
Findings
- Initial tag Run
32548884725correctly blocked publication: the packaged runtime workspace omitted the newly published@deepseek-ai/dsh-authorization@0.1.1-rc.2fromminimumReleaseAgeExclude, so bundled pnpm 11 rejected the first-launch install while the root workspace passed. - Mirroring that one policy entry removes the violation. An exact empty-store install with the bundled pnpm 11.19.0 then completed 724 production packages and native postinstalls in 234 seconds, below the 600-second packaged smoke deadline.
- Final Run
32550253496passed macOS Intel/Apple Silicon, Windows x64/arm64, and Linux x64/arm64 native runtime plus no-Node gates. GitHub published BETA3 as non-prerelease Latest with eight installers andupdate-manifest.json.