Skip to content

Commit b00fde5

Browse files
chore: release main (#281)
🤖 Automated release via release-please --- <details><summary>root: 0.10.8</summary> ## [0.10.8](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](#280)) ([337dc5e](337dc5e)) </details> <details><summary>cli: 0.10.8</summary> ## [0.10.8](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](#280)) ([337dc5e](337dc5e)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 337dc5e commit b00fde5

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.10.7",
3-
"packages/cli": "0.10.7"
2+
".": "0.10.8",
3+
"packages/cli": "0.10.8"
44
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.7...root-v0.10.8) (2026-07-04)
4+
5+
6+
### Refactoring
7+
8+
* 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))
9+
310
## [0.10.7](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.6...root-v0.10.7) (2026-07-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodehub-monorepo",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"private": true,
55
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
66
"license": "Apache-2.0",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.7...cli-v0.10.8) (2026-07-04)
4+
5+
6+
### Refactoring
7+
8+
* 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))
9+
310
## [0.10.7](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.6...cli-v0.10.7) (2026-07-01)
411

512

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opencodehub/cli",
3-
"version": "0.10.7",
4-
"description": "OpenCodeHub \u2014 codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
3+
"version": "0.10.8",
4+
"description": "OpenCodeHub codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -39,7 +39,7 @@
3939
"test": "pnpm run build:test && node --test \"./dist-test/**/*.test.js\"",
4040
"clean": "rm -rf dist dist-test *.tsbuildinfo"
4141
},
42-
"//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).",
42+
"//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).",
4343
"dependencies": {
4444
"@apidevtools/swagger-parser": "12.1.0",
4545
"@aws-sdk/client-bedrock-runtime": "3.1076.0",

0 commit comments

Comments
 (0)