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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.10.7",
"packages/cli": "0.10.7"
".": "0.10.8",
"packages/cli": "0.10.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down