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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1"
"version": "0.6.2"
},
"plugins": [
{
"name": "better-harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"version": "0.6.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"descriptionZh": "构建面向 AI 的工程体系,让编码智能体安全地理解、变更、评审、报告并持续改进软件。",
"author": {
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
This file records notable public changes to Better Harness. Entries describe
observable behavior and compatibility, not every internal refactor.

## 0.6.2 - 2026-08-14

### Added

- Harness Inspector now documents its local evidence pipeline, relationship
strengths, privacy boundaries, and CLI workflow in a bilingual concept guide
with a source-backed architecture diagram.

- The Inspector renderer accepts `--open` so a generated self-contained report
can be opened in the default browser after it is written.

### Changed

- Session View uses denser activity and commit presentation, compresses long
idle windows, and keeps expanded activity focused while preserving access to
the full retained trace.

- Inspector chrome now uses one workspace identity, clearer breadcrumbs, and
the visible `Capability` label consistently across navigation and docs.

- Qoder CLI installation guidance now distinguishes the Desktop-bundled path
from standalone marketplace and Git installation.

### Fixed

- The Inspector sticky header is isolated from trace content so scrolling and
focused expansion do not create overlap.

## 0.6.1 - 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.1 supports Node.js `>=22.20.0 <25.0.0` and npm
Better Harness 0.6.2 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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"displayName": "Better Harness",
"description": "Build an AI-ready engineering system for safe coding-agent delivery and continuous software improvement.",
"skills": "./skills/"
Expand Down
Loading