diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4da3e883..962631cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.7", - "packages/cli": "0.10.7" + ".": "0.10.8", + "packages/cli": "0.10.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d161580..b894aa04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.7...root-v0.10.8) (2026-07-04) + + +### Refactoring + +* act on the OCH duplication scan (providers, defineTool, cross-package single-sourcing) ([#280](https://github.com/theagenticguy/opencodehub/issues/280)) ([337dc5e](https://github.com/theagenticguy/opencodehub/commit/337dc5ee897aa3d2d3b417a74019b0ead126d0d7)) + ## [0.10.7](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.6...root-v0.10.7) (2026-07-01) diff --git a/package.json b/package.json index 629b97cc..96e7155a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.7", + "version": "0.10.8", "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 2cbebd47..ac97855c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.7...cli-v0.10.8) (2026-07-04) + + +### Refactoring + +* act on the OCH duplication scan (providers, defineTool, cross-package single-sourcing) ([#280](https://github.com/theagenticguy/opencodehub/issues/280)) ([337dc5e](https://github.com/theagenticguy/opencodehub/commit/337dc5ee897aa3d2d3b417a74019b0ead126d0d7)) + ## [0.10.7](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.6...cli-v0.10.7) (2026-07-01) diff --git a/packages/cli/package.json b/packages/cli/package.json index e640c349..3b3be80c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@opencodehub/cli", - "version": "0.10.7", - "description": "OpenCodeHub \u2014 codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", + "version": "0.10.8", + "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": { "type": "git", @@ -39,7 +39,7 @@ "test": "pnpm run build:test && node --test \"./dist-test/**/*.test.js\"", "clean": "rm -rf dist dist-test *.tsbuildinfo" }, - "//deps": "The 15 @opencodehub/* workspace libs are INLINED into the bundle at build time (tsup noExternal) \u2014 they are devDependencies, not runtime deps. `dependencies` below is exactly the third-party set the bundle imports at runtime (kept `external`), plus the two @sourcegraph/scip-* indexers the parse pipeline spawns as subprocesses. onnxruntime-web (prebuilt WASM, no native binding) is optional (lazy-loaded only when embeddings are enabled).", + "//deps": "The 15 @opencodehub/* workspace libs are INLINED into the bundle at build time (tsup noExternal) — they are devDependencies, not runtime deps. `dependencies` below is exactly the third-party set the bundle imports at runtime (kept `external`), plus the two @sourcegraph/scip-* indexers the parse pipeline spawns as subprocesses. onnxruntime-web (prebuilt WASM, no native binding) is optional (lazy-loaded only when embeddings are enabled).", "dependencies": { "@apidevtools/swagger-parser": "12.1.0", "@aws-sdk/client-bedrock-runtime": "3.1076.0",