From f63ca4e8d91c7bb16d219d9866ba24a4413d04d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:38:41 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3741ac..6cedc03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.5", - "packages/cli": "0.10.5" + ".": "0.10.6", + "packages/cli": "0.10.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bca31..a3e2a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.6](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.5...root-v0.10.6) (2026-06-30) + + +### Bug Fixes + +* **eval:** count cache tokens + per-harness model in variance probe ([#271](https://github.com/theagenticguy/opencodehub/issues/271)) ([df12cf9](https://github.com/theagenticguy/opencodehub/commit/df12cf965dcc458b4b6dd176381fc0955b348d0b)) + + +### Documentation + +* finding 0001 — OCH pack cuts agent token usage 2–4× (live Move 2 data) ([#273](https://github.com/theagenticguy/opencodehub/issues/273)) ([c712ebc](https://github.com/theagenticguy/opencodehub/commit/c712ebc1f4584e6a0e4bc03d9a13318faff8e7c2)) + ## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.4...root-v0.10.5) (2026-06-30) diff --git a/package.json b/package.json index 51d0cbd..c5af730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.5", + "version": "0.10.6", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 44ba6ff..13ddc27 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.6](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.5...cli-v0.10.6) (2026-06-30) + + +### Bug Fixes + +* **eval:** count cache tokens + per-harness model in variance probe ([#271](https://github.com/theagenticguy/opencodehub/issues/271)) ([df12cf9](https://github.com/theagenticguy/opencodehub/commit/df12cf965dcc458b4b6dd176381fc0955b348d0b)) + ## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.4...cli-v0.10.5) (2026-06-30) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5ab72f2..45910d8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.10.5", + "version": "0.10.6", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {