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.9.2",
"packages/cli": "0.9.2"
".": "0.10.0",
"packages/cli": "0.10.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.2...root-v0.10.0) (2026-06-26)


### ⚠ BREAKING CHANGES

* **embedder:** existing indexes must be rebuilt with `codehub analyze --embeddings`; the embedder-fingerprint guard refuses queries against a stale-dim store, and the analyze path suppresses the content-hash cache on a model-id change to prevent a mixed-dimension store.

### Features

* **embedder:** swap embedding model gte-modernbert-base → F2LLM-v2-80M (320-dim) ([#252](https://github.com/theagenticguy/opencodehub/issues/252)) ([789d0da](https://github.com/theagenticguy/opencodehub/commit/789d0dade5733f3b8d3aef480e7cc9eacad1163d))

## [0.9.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.1...root-v0.9.2) (2026-06-24)


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

## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.2...cli-v0.10.0) (2026-06-26)


### ⚠ BREAKING CHANGES

* **embedder:** existing indexes must be rebuilt with `codehub analyze --embeddings`; the embedder-fingerprint guard refuses queries against a stale-dim store, and the analyze path suppresses the content-hash cache on a model-id change to prevent a mixed-dimension store.

### Features

* **embedder:** swap embedding model gte-modernbert-base → F2LLM-v2-80M (320-dim) ([#252](https://github.com/theagenticguy/opencodehub/issues/252)) ([789d0da](https://github.com/theagenticguy/opencodehub/commit/789d0dade5733f3b8d3aef480e7cc9eacad1163d))

## [0.9.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.1...cli-v0.9.2) (2026-06-24)


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.9.2",
"version": "0.10.0",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading