Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "better-harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"version": "0.6.0",
"version": "0.6.1",
"source": "./",
"author": {
"name": "Qoder",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "Qoder",
"email": "dev@qoder.com"
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-harness",
"version": "0.6.0",
"version": "0.6.1",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"author": {
"name": "Qoder",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-harness",
"displayName": "Better Harness",
"version": "0.6.0",
"version": "0.6.1",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"author": {
"name": "Qoder",
Expand Down
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"metadata": {
"description": "Better Harness plugins for AI delivery readiness.",
"version": "0.6.0"
"version": "0.6.1"
},
"plugins": [
{
"name": "better-harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"version": "0.6.0",
"version": "0.6.1",
"source": "./",
"author": {
"name": "Qoder",
Expand Down
2 changes: 1 addition & 1 deletion .github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "Qoder",
"email": "dev@qoder.com",
Expand Down
2 changes: 1 addition & 1 deletion .kimi-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-harness",
"version": "0.6.0",
"version": "0.6.1",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"skills": "./skills/",
"interface": {
Expand Down
2 changes: 1 addition & 1 deletion .qoder-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-harness",
"displayName": "Better Harness",
"version": "0.6.0",
"version": "0.6.1",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"descriptionZh": "构建面向 AI 的工程体系,让编码智能体安全地理解、变更、评审、报告并持续改进软件。",
"author": {
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
This file records notable public changes to Better Harness. Entries describe
observable behavior and compatibility, not every internal refactor.

## 0.6.1 - 2026-08-13

### Added

- Harness Inspector now includes a read-only Session Replay that advances
through retained prompts, intermediate responses, normalized tool calls,
assistant responses, and observed commit events without rerunning tools or
resuming the coding-agent session.

- The GitHub Pages site has a first-class Inspector tab with an interactive,
deterministic English sample. The bilingual wrapper explains the Workbench,
its three evidence lanes, usage flow, evidence labels, and the command for
generating a private self-contained report from a local repository.

### Changed

- Session View places the elapsed-time activity chart beside the retained Turn
trace, links chart selections into the corresponding calls, and shows a
continuous ribbon that distinguishes observed tool execution from
unattributed time.

- Capability navigation opens the declared Delivery Tree by default and keeps
scope navigation separate from evidence selection. Short sessions expose
their tool calls by default while repeated call runs remain compact.

### Fixed

- Story-to-session candidate matching filters generic stop words before scoring
overlap, reducing incorrect associations caused by broad terms such as
`project`, `session`, or `harness`.

- Session View filters now keep visible tool-call totals and collapsed run
groups aligned with the current selection.

## 0.6.0 - 2026-08-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compatibility boundaries, or more than one canonical owner.

## Development Setup

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

```bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoder-ai/better-harness",
"version": "0.6.0",
"version": "0.6.1",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion qwen-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-harness",
"version": "0.6.0",
"version": "0.6.1",
"displayName": "Better Harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"skills": "./skills/"
Expand Down
Loading