Skip to content

Commit 653886e

Browse files
authored
Merge pull request #86 from QoderAI/chore/release-0-6-1
chore(release): prepare 0.6.1
2 parents 8a24d63 + 2f17b7d commit 653886e

13 files changed

Lines changed: 48 additions & 14 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "better-harness",
1111
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
12-
"version": "0.6.0",
12+
"version": "0.6.1",
1313
"source": "./",
1414
"author": {
1515
"name": "Qoder",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-harness",
33
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": {
66
"name": "Qoder",
77
"email": "dev@qoder.com"

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-harness",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
55
"author": {
66
"name": "Qoder",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-harness",
33
"displayName": "Better Harness",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
66
"author": {
77
"name": "Qoder",

.github/plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Better Harness plugins for AI delivery readiness.",
9-
"version": "0.6.0"
9+
"version": "0.6.1"
1010
},
1111
"plugins": [
1212
{
1313
"name": "better-harness",
1414
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
15-
"version": "0.6.0",
15+
"version": "0.6.1",
1616
"source": "./",
1717
"author": {
1818
"name": "Qoder",

.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-harness",
33
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": {
66
"name": "Qoder",
77
"email": "dev@qoder.com",

.kimi-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-harness",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
55
"skills": "./skills/",
66
"interface": {

.qoder-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-harness",
33
"displayName": "Better Harness",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
66
"descriptionZh": "构建面向 AI 的工程体系,让编码智能体安全地理解、变更、评审、报告并持续改进软件。",
77
"author": {

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
This file records notable public changes to Better Harness. Entries describe
44
observable behavior and compatibility, not every internal refactor.
55

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+
640
## 0.6.0 - 2026-08-13
741

842
### Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compatibility boundaries, or more than one canonical owner.
3131

3232
## Development Setup
3333

34-
Better Harness 0.6.0 supports Node.js `>=22.20.0 <25.0.0` and npm
34+
Better Harness 0.6.1 supports Node.js `>=22.20.0 <25.0.0` and npm
3535
`>=10.9.3 <12.0.0`. The supported project targets are Windows, macOS, and Linux.
3636

3737
```bash

0 commit comments

Comments
 (0)