Changes
- Retargets Auxiliary Runtime 0.1.1 to the unmodified official
@deepseek-ai/dsh@0.1.1-rc.2Host. - Preserves the auxiliary-only usage ledger, cancellation, prepared-request admission, and Official / Auxiliary / derived Combined projections.
- Keeps official
tokenUsageAgent-owned and never stores model prompts or responses in Session state. - Admits only the exact tested Hosts
0.1.0-rc.8and0.1.1-rc.2; known versions outside those pins fail closed.
Compatibility and install order
For the new stack, install in this order:
dsh-plugin-auxiliary-runtime@0.1.1dsh-plugin-clarify@0.2.2- SeekTTY
1.2.1
The production target is exact official @deepseek-ai/dsh@0.1.1-rc.2. Exact 0.1.0-rc.8 remains admitted for rollback compatibility. This package is distributed through this GitHub Release and is not published to npm.
Install asset:
https://github.com/Hilbert-beinghappy/dsh-plugin-auxiliary-runtime/releases/download/v0.1.1/dsh-plugin-auxiliary-runtime-0.1.1.tgz
Verification
- merged-main CI passed on commit
2dec2293ad9d033a8b3cffa5d9f0ce0d356bb534 - 77 tests passed; typecheck, build, and pack-check passed; 27 package entries
- the frozen three-package stack passed isolated stock-Host install, boot, remove, reinstall,
/doctor,/status, real text inference, and a dynamic Clarify flow - a 13,253-file persistence scan found no credential literal
The earlier live image lane used a byte-equivalent runtime candidate, not this Release tarball. It did not prove Web UI, GIF/WebP, over-limit rejection, JPEG original-byte passthrough, PNG with no tool use, current-turn interruption recovery, or cost/cache A/B.
Assets
dsh-plugin-auxiliary-runtime-0.1.1.tgzSHA256SUMS
Verify with shasum -a 256 -c SHA256SUMS.
Rollback the joint stack to official Host 0.1.0-rc.8, Auxiliary Runtime 0.1.0, Clarify 0.2.1, and SeekTTY 1.2.0.
Post-release validation
- Downloaded all three Release tgz files and all three
SHA256SUMSassets through public HTTPS with GitHub and model credential environment variables removed; every checksum matched the frozen artifact. - Installed a fresh official
@deepseek-ai/dsh@0.1.1-rc.2, added the three downloaded packages to a new isolatedDSH_HOME, and confirmed Auxiliary Runtime 0.1.1, Clarify 0.2.2, and SeekTTY 1.2.1. - Real TUI
/doctorreported 0 errors, 0 warnings, and 99 plugins;/statusexposed Official, Auxiliary, and derived Combined usage sources. - Removed all three packages, re-added the same downloaded assets, booted again, and repeated the 0-error/0-warning
/doctorcheck. - A final scan of 32,003 post-release tool, Profile, workspace, download, and notes files found no credential literal.