Skip to content

v0.31.0

Choose a tag to compare

@bowenliang123 bowenliang123 released this 24 Aug 14:09
· 69 commits to main since this release

Install / update

Install the dsh-context plugin on DeepSeek Harness with released NPM package:

dsh plugin --profile web add dsh-context@latest

Update the dsh-context plugin:

dsh plugin --profile web update dsh-context@latest

What's New

  • Signed delta mode, end to end — The History trend's Delta toggle previously stacked per-category magnitudes in the bars while the detail panel below still showed cumulative totals, so a big compaction and a big injection looked identical. Now the chart draws diverging stacks around a solid zero baseline — growth piles up, shrinkage hangs down — and the detail panel shows the signed change against the previous request.
    • Diverging bars with a proportionally placed zero line keep one uniform px-per-token scale above and below it; the axis reads +max / 0 / −max.
    • The detail panel swaps provider usage chips for a signed Δ net chip, shows signed per-category figures on the harness's success/error tokens, and echoes the chart with mini diverging bars in each row.
image

Commits

  • feat(trend): make delta mode signed end to end (efcdd37)

v0.30.3...v0.31.0 · 2 commits

Contributors