Skip to content

Releases: Hilbert-beinghappy/dsh-plugin-clarify

dsh-plugin-clarify v0.2.2

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 22 Aug 00:48
e956a47

Changes

  • Retargets Clarify 0.2.2 to the unmodified official @deepseek-ai/dsh@0.1.1-rc.2 Host and Auxiliary Runtime 0.1.1.
  • Preserves the public six-method Remote API and clarify.wire/1 data model.
  • Preserves review-first dynamic questions, per-answer draft previews, full review, and explicit adoption back into the composer without automatic send.

Compatibility and install order

Install Auxiliary Runtime 0.1.1 before Clarify 0.2.2, then install SeekTTY 1.2.1. The production combination is exact official Host 0.1.1-rc.2 + Auxiliary Runtime 0.1.1 + Clarify 0.2.2 + SeekTTY 1.2.1.

Exact Host 0.1.0-rc.8 remains admitted and can use Auxiliary Runtime 0.1.0 or 0.1.1. The rc.6/rc.7 evidence lanes are historical compatibility probes, not the 0.2.2 production combination. This package is not published to npm.

Install asset:

https://github.com/Hilbert-beinghappy/dsh-plugin-clarify/releases/download/v0.2.2/dsh-plugin-clarify-0.2.2.tgz

Verification

  • merged-main CI and contract-matrix checks passed on commit e956a470aeee0b49e259037912c91f77d690ee85
  • 234 tests passed; build, in-process T3, and pack-check passed; 38 package entries
  • the frozen three-package stack passed isolated stock-Host install, boot, remove, reinstall, /doctor, /status, real text inference, and a dynamic Clarify review/adoption flow
  • a 13,253-file persistence scan found no credential literal

The standalone T0 report still marks contract probes (b) and (d), and therefore standalone Host T3, as blocked; that is not presented as fixed. No real-provider cache, latency, or cost A/B is claimed. The earlier six-round/41-line live lane used a byte-equivalent runtime candidate, not this Release tarball.

Assets

  • dsh-plugin-clarify-0.2.2.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-clarify v0.2.1

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 21 Aug 10:01
db578a7

Changes

  • Reorders model-visible Clarify DATA so stable Session context and history precede turn-varying decisions, drafts, feedback, and repair data.
  • Preserves the public six-method Remote API, clarify.wire/1 data model, prompt token budget, history trimming, and repair behavior.
  • Keeps the tested compatibility boundary at official @deepseek-ai/dsh@0.1.0-rc.8 with dsh-plugin-auxiliary-runtime@0.1.0 and SeekTTY 1.2.0.

Verification

  • 217 tests passed
  • build passed
  • pack-check passed with 38 package entries
  • T3 passed with 9 checks
  • PR verify and contract-matrix CI passed

This release establishes a longer identical request prefix eligible for Provider prefix caching. No real-Provider A/B was performed, so it does not claim a measured cache-hit, latency, or cost improvement.

Assets

  • dsh-plugin-clarify-0.2.1.tgz
  • SHA256SUMS

Verify with: shasum -a 256 -c SHA256SUMS

Rollback: reinstall the v0.2.0 release tgz; Auxiliary 0.1.0 and SeekTTY 1.2.0 do not need to change.

Post-release validation

  • Re-downloaded Clarify 0.2.1, Auxiliary Runtime 0.1.0, and SeekTTY 1.2.0 from their GitHub Releases and verified every SHA256SUMS file.
  • Installed official stock @deepseek-ai/dsh@0.1.0-rc.8 in a new tool environment.
  • Passed the SeekTTY packed stock add, boot, remove, and re-add contract.
  • Passed the unchanged SeekTTY Clarify doctor acceptance with the downloaded Clarify tgz.
  • Installed all three downloaded assets in a newly initialized stock tui Profile; dump-config exposed auxiliary-runtime, clarify, and seektty/tui-runner.
  • Real PTY /doctor reported 0 errors, 0 warnings, and 99 plugins running both before and after removing and reinstalling Clarify 0.2.1.
  • Real PTY /clarify reached running and routed through Auxiliary, then returned the expected MISSING_CREDENTIAL configuration failure because the isolated environment intentionally contained no API key.

No paid Provider call or cache/cost A/B was performed during post-release validation.

dsh-plugin-clarify 0.2.0

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 21 Aug 08:14
1640f7e

Dynamic, Session-grounded clarification for DeepSeek Harness.

Highlights:

  • model-generated Socratic questions and options from the current Session context and user draft
  • every answer regenerates the next question and an incremental draft preview
  • explicit full-draft review and adoption; adoption returns text to the consumer composer and never auto-sends
  • production inference runs through dsh-plugin-auxiliary-runtime 0.1.0
  • official tokenUsage and official Session ownership remain unchanged

Compatibility:

  • tested with unmodified @deepseek-ai/dsh@0.1.0-rc.8
  • install dsh-plugin-auxiliary-runtime 0.1.0 before this package
  • distributed as a GitHub Release tarball; not published to npm

Verify:
shasum -a 256 -c SHA256SUMS

dsh-plugin-clarify v0.1.0

Choose a tag to compare

@Hilbert-beinghappy Hilbert-beinghappy released this 20 Aug 17:28
64fd336

First public release of the standalone Clarify Host plugin.

Highlights:

  • public clarify/start, clarify/answer, clarify/cancel, and clarify/fetchDraft Remote contract
  • TTL-bound off-transcript process state with strict stale, cancel, option-cardinality, and draft invariants
  • deterministic T1-T3 implementation with capability probes and safe degradation
  • verified with official dsh 0.1.0-rc.6, 0.1.0-rc.7, and 0.1.0-rc.8

Current boundary:

  • T0 context-revision and Harness usage/limits/cancel channels remain unavailable on the tested hosts, so T4+ true inference is intentionally blocked rather than simulated
  • no npm publication

Install:
dsh plugin --profile tui add github:Hilbert-beinghappy/dsh-plugin-clarify#v0.1.0

Verify the attached tarball with SHA256SUMS.