Skip to content

Releases: w2829562572-dev/dsh-tool-squeeze

dsh-tool-squeeze v0.1.0 — Evidence-Preserving Tool Output Compression

Choose a tag to compare

@w2829562572-dev w2829562572-dev released this 21 Aug 03:09

dsh-tool-squeeze v0.1.0

First public release of an evidence-preserving tool-output compression plugin for DeepSeek Harness.

Highlights

  • Compresses oversized logs, JSON, HTML, and plain text before repeated tool results consume the model context window.
  • Prioritizes errors, failed tests, stack roots, warnings, exit information, structural samples, head, and tail.
  • Deterministic and local-first: no extra LLM call and no Harness Core patch.
  • Retains the complete formatted original through the official DSH spill store by default.
  • Fails open when retention or processing is unsafe.
  • Includes reproducible fixtures and exact critical-evidence gates.

Install

From GitHub:

dsh plugin --profile web add github:w2829562572-dev/dsh-tool-squeeze

Or install the versioned Release asset directly:

dsh plugin --profile web add https://github.com/w2829562572-dev/dsh-tool-squeeze/releases/download/v0.1.0/dsh-tool-squeeze-0.1.0.tgz

Verified

  • 21 tests passing
  • Lint, typecheck, build, benchmark, and package validation passing
  • Synthetic evidence-retention fixtures: 92.5%–99.9% estimated reduction with all critical-evidence gates passing
  • Package SHA-256: 7DD9D24EAE078801A51F1256EA0974EDE3A6B52A071F25FAFC5E928CBB255BEA

Compatibility

  • DeepSeek Harness / @deepseek-ai/dsh-tools: 0.1.0-rc.8
  • @deepseek-ai/cordis: 4.0.1
  • Node.js: 22.19+

This is an independently maintained, unofficial community plugin and is not endorsed or security-reviewed by DeepSeek.