From 2c79b55da7ce443287e0f02a347935229cdbfca7 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Fri, 14 Aug 2026 10:44:55 +0800 Subject: [PATCH] chore(release): prepare 0.6.2 Align the npm package, lockfile, and public host manifests on version 0.6.2, and document the Inspector rendering, navigation, and Qoder CLI guidance changes since 0.6.1. Validated with 34 focused tests, the complete 1,321-test suite, package verification for 519 npm and 541 runtime entries, and a successful npm publish dry-run for the 0.6.2 tarball. Co-authored-by: Codex (GPT 5.6 Sol) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- .github/plugin/marketplace.json | 4 ++-- .github/plugin/plugin.json | 2 +- .kimi-plugin/plugin.json | 2 +- .qoder-plugin/plugin.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ CONTRIBUTING.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- qwen-extension.json | 2 +- 13 files changed, 42 insertions(+), 14 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e5a9662..248fcb5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 82a2d55..456d2ec 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -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" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 13afb7d..f5d59e9 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -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", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 8d497a9..ec22ec4 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -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", diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0e04771..b68f18d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -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", diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index 435901c..87c0d6f 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -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", diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json index f9dafe9..df5519f 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -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": { diff --git a/.qoder-plugin/plugin.json b/.qoder-plugin/plugin.json index a1b4941..66bd90c 100644 --- a/.qoder-plugin/plugin.json +++ b/.qoder-plugin/plugin.json @@ -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": { diff --git a/CHANGELOG.md b/CHANGELOG.md index efe0320..0e66b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6baf477..502e5e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/package-lock.json b/package-lock.json index abe1b96..db6deec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@qoder-ai/better-harness", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@qoder-ai/better-harness", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "@vscode/tree-sitter-wasm": "0.3.1", diff --git a/package.json b/package.json index 812cf5e..2bf7eee 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/qwen-extension.json b/qwen-extension.json index 220b84b..bbb7a6a 100644 --- a/qwen-extension.json +++ b/qwen-extension.json @@ -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/"