Skip to content

Releases: Hilbert-beinghappy/dsh-plugin-auxiliary-runtime

dsh-plugin-auxiliary-runtime 0.1.1

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 22 Aug 00:47
2dec229

Changes

  • Retargets Auxiliary Runtime 0.1.1 to the unmodified official @deepseek-ai/dsh@0.1.1-rc.2 Host.
  • Preserves the auxiliary-only usage ledger, cancellation, prepared-request admission, and Official / Auxiliary / derived Combined projections.
  • Keeps official tokenUsage Agent-owned and never stores model prompts or responses in Session state.
  • Admits only the exact tested Hosts 0.1.0-rc.8 and 0.1.1-rc.2; known versions outside those pins fail closed.

Compatibility and install order

For the new stack, install in this order:

  1. dsh-plugin-auxiliary-runtime@0.1.1
  2. dsh-plugin-clarify@0.2.2
  3. 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.tgz
  • SHA256SUMS

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 SHA256SUMS assets 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 isolated DSH_HOME, and confirmed Auxiliary Runtime 0.1.1, Clarify 0.2.2, and SeekTTY 1.2.1.
  • Real TUI /doctor reported 0 errors, 0 warnings, and 99 plugins; /status exposed 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 /doctor check.
  • A final scan of 32,003 post-release tool, Profile, workspace, download, and notes files found no credential literal.

dsh-plugin-auxiliary-runtime 0.1.0

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 21 Aug 08:13
4007e3c

First public release of the auxiliary inference runtime for DeepSeek Harness plugins.

Highlights:

  • persistent auxiliary usage, limits, cancellation, and prepared-request admission
  • consumer projection: official, auxiliary, and derived combined usage
  • never mutates official tokenUsage and does not write model prompts or responses into Session state
  • stores usage metadata only in the auxiliary domain

Compatibility:

  • tested with unmodified @deepseek-ai/dsh@0.1.0-rc.8
  • install before dsh-plugin-clarify 0.2.0 and SeekTTY 1.2.0
  • distributed as a GitHub Release tarball; not published to npm

Verify:
shasum -a 256 -c SHA256SUMS