Skip to content
Open
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.8.0",
"packages/cli": "0.7.0"
".": "0.8.1",
"packages/cli": "0.7.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.8.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.0...root-v0.8.1) (2026-06-06)


### Features

* **mcp:** surface ingested test-coverage on context and impact ([#196](https://github.com/theagenticguy/opencodehub/issues/196)) ([9e489b5](https://github.com/theagenticguy/opencodehub/commit/9e489b53e50e83d55c7d21c4e160922f8c98df7b))


### Bug Fixes

* **ci:** point license gate at packages/cli and align plugin tool namespace to codehub ([#193](https://github.com/theagenticguy/opencodehub/issues/193)) ([7c67d23](https://github.com/theagenticguy/opencodehub/commit/7c67d2343ccb9d55de844ac3642bd42c29ba7ec3))
* **cli:** make verdict policy rules fire (license + changed-paths wiring) ([#195](https://github.com/theagenticguy/opencodehub/issues/195)) ([ed70a1b](https://github.com/theagenticguy/opencodehub/commit/ed70a1b3ce117857c02ba00f8ab850448afcf6b3))
* **cli:** platform-aware doctor diagnostics and cobol wrapper resolution for the bundled CLI ([#199](https://github.com/theagenticguy/opencodehub/issues/199)) ([743aa98](https://github.com/theagenticguy/opencodehub/commit/743aa984748e8b4bec229a71a0b3b7d5d7c876e5))
* **ingestion:** extract TS/JS re-exports, multi-line imports, and computed dynamic imports ([#194](https://github.com/theagenticguy/opencodehub/issues/194)) ([f1f2844](https://github.com/theagenticguy/opencodehub/commit/f1f2844c2f1c87ccfe5e798eab49446aa963510f))


### Documentation

* de-stale README/CHANGELOG/release docs, add cleanroom + heap notes, drop expired shims ([#197](https://github.com/theagenticguy/opencodehub/issues/197)) ([aa872d6](https://github.com/theagenticguy/opencodehub/commit/aa872d63491d3363b644375931cfe434961bb9a8))

## [0.8.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.7.0...root-v0.8.0) (2026-06-04)


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.8.0",
"version": "0.8.1",
"private": true,
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.7.0...cli-v0.7.1) (2026-06-06)


### Bug Fixes

* **cli:** make verdict policy rules fire (license + changed-paths wiring) ([#195](https://github.com/theagenticguy/opencodehub/issues/195)) ([ed70a1b](https://github.com/theagenticguy/opencodehub/commit/ed70a1b3ce117857c02ba00f8ab850448afcf6b3))
* **cli:** platform-aware doctor diagnostics and cobol wrapper resolution for the bundled CLI ([#199](https://github.com/theagenticguy/opencodehub/issues/199)) ([743aa98](https://github.com/theagenticguy/opencodehub/commit/743aa984748e8b4bec229a71a0b3b7d5d7c876e5))


### Documentation

* de-stale README/CHANGELOG/release docs, add cleanroom + heap notes, drop expired shims ([#197](https://github.com/theagenticguy/opencodehub/issues/197)) ([aa872d6](https://github.com/theagenticguy/opencodehub/commit/aa872d63491d3363b644375931cfe434961bb9a8))

## [0.7.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.6.0...cli-v0.7.0) (2026-06-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/cli",
"version": "0.7.0",
"version": "0.7.1",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down