v0.31.0
Install / update
Install the dsh-context plugin on DeepSeek Harness with released NPM package:
dsh plugin --profile web add dsh-context@latestUpdate the dsh-context plugin:
dsh plugin --profile web update dsh-context@latestWhat'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.
Commits
- feat(trend): make delta mode signed end to end (efcdd37)
v0.30.3...v0.31.0 · 2 commits