|
3 | 3 | This file records notable public changes to Better Harness. Entries describe |
4 | 4 | observable behavior and compatibility, not every internal refactor. |
5 | 5 |
|
| 6 | +## 0.6.1 - 2026-08-13 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Harness Inspector now includes a read-only Session Replay that advances |
| 11 | + through retained prompts, intermediate responses, normalized tool calls, |
| 12 | + assistant responses, and observed commit events without rerunning tools or |
| 13 | + resuming the coding-agent session. |
| 14 | + |
| 15 | +- The GitHub Pages site has a first-class Inspector tab with an interactive, |
| 16 | + deterministic English sample. The bilingual wrapper explains the Workbench, |
| 17 | + its three evidence lanes, usage flow, evidence labels, and the command for |
| 18 | + generating a private self-contained report from a local repository. |
| 19 | + |
| 20 | +### Changed |
| 21 | + |
| 22 | +- Session View places the elapsed-time activity chart beside the retained Turn |
| 23 | + trace, links chart selections into the corresponding calls, and shows a |
| 24 | + continuous ribbon that distinguishes observed tool execution from |
| 25 | + unattributed time. |
| 26 | + |
| 27 | +- Capability navigation opens the declared Delivery Tree by default and keeps |
| 28 | + scope navigation separate from evidence selection. Short sessions expose |
| 29 | + their tool calls by default while repeated call runs remain compact. |
| 30 | + |
| 31 | +### Fixed |
| 32 | + |
| 33 | +- Story-to-session candidate matching filters generic stop words before scoring |
| 34 | + overlap, reducing incorrect associations caused by broad terms such as |
| 35 | + `project`, `session`, or `harness`. |
| 36 | + |
| 37 | +- Session View filters now keep visible tool-call totals and collapsed run |
| 38 | + groups aligned with the current selection. |
| 39 | + |
6 | 40 | ## 0.6.0 - 2026-08-13 |
7 | 41 |
|
8 | 42 | ### Added |
|
0 commit comments