Releases: striveh/dsh-llm-call-inspector
Release list
v0.1.2
DSH 0.1.1-rc.1 compatibility
This release adds verified support for DeepSeek Harness 0.1.1-rc.1 while retaining the separately tested 0.1.0-rc.8 lane.
What changed
- Pins the development graph to
0.1.1-rc.1and declares the exact tested DSH range:0.1.0-rc.8 || 0.1.1-rc.1. - Runs CI against both prereleases and rejects mixed DSH dependency graphs.
- Clarifies the privacy boundary: authoritative retained records stay in Host memory; selected detail temporarily enters browser memory, and copy actions write to the system clipboard.
- Documents current DSH image attachment references and the fact that plugin-defined custom message blocks are copied whole.
Verification
- 37 automated tests, Host and Client typechecks, build-artifact checks, package checks, and pack checks pass.
- Both DSH compatibility lanes pass on GitHub Actions.
- A fresh
@deepseek-ai/dsh@0.1.1-rc.1Web profile installed the public fixed commit and passed real-browser list/detail, request/response, ordered chunk, clear, and responsive-layout checks with no page or console errors. The headless browser denied clipboard permission and the UI surfacedCopy failedas designed; component tests cover both accepted and denied clipboard outcomes.
This remains an explicitly enabled developer tool. Normalized prompts, tools, tool results, model output, attachment metadata, and adapter-private response fields can be sensitive. It does not capture provider-native HTTP bodies, headers, raw SSE, or physical retry attempts.
v0.1.1
Recommended release. Fixes browser artifact path leakage and checkout-dependent CSS module hashes, documents normalized response replay metadata, and validates the offline rc.8 model catalog. Verified by CI and a fresh fixed-SHA browser acceptance. Asset SHA-256: 80a09bf5e1411685e4380fe660c2bd483f8ba5badf0f243f7239398e212be50f.
v0.1.0
Superseded by v0.1.1: v0.1.0's browser bundle contained a local absolute build-path comment, its CSS module hashes depended on the checkout path, and its documentation under-described finish.replayState sensitivity. Use https://github.com/striveh/dsh-llm-call-inspector/releases/tag/v0.1.1 instead.
First public release: a local, session-scoped inspector for DSH-normalized LLM requests and ordered response chunks, with bounded memory retention and a native LLM Calls view. Verified against DeepSeek Harness 0.1.0-rc.8.