diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f71bb8da..84481156 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.41", + "version": "0.0.42", "description": "Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.", "author": { "name": "Ory Corp", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 6af80f96..71de24fa 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "lumen", "displayName": "Lumen", "description": "Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes semantic search directly in Cursor.", - "version": "0.0.41", + "version": "0.0.42", "author": { "name": "Ory Corp", "url": "https://github.com/ory" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be09827..34879d8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.41" + ".": "0.0.42" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a240ed41..73551b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.42](https://github.com/ory/lumen/compare/v0.0.41...v0.0.42) (2026-08-09) + + +### Features + +* **clean:** remove stale and orphaned indexes ([#180](https://github.com/ory/lumen/issues/180)) ([f62bf57](https://github.com/ory/lumen/commit/f62bf57cc08d307f7d81801fd297c7e199ed4d66)) + + +### Bug Fixes + +* **clean:** address review feedback ([#182](https://github.com/ory/lumen/issues/182)) ([cce6305](https://github.com/ory/lumen/commit/cce6305835a9b69ee6cabb2cac6846bed1672890)) +* **index:** safely seed nested worktree indexes ([#178](https://github.com/ory/lumen/issues/178)) ([ce62b60](https://github.com/ory/lumen/commit/ce62b6051ac5cb46418b8bfbc4c43ce32cb74bd2)) +* qualify plugin MCP tool references ([#179](https://github.com/ory/lumen/issues/179)) ([f854abc](https://github.com/ory/lumen/commit/f854abc34d7c0f6874fd55933317035f1e8b605e)) + ## [0.0.41](https://github.com/ory/lumen/compare/v0.0.40...v0.0.41) (2026-05-20) diff --git a/package.json b/package.json index 5fa3d389..d9653564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ory/lumen-opencode", - "version": "0.0.41", + "version": "0.0.42", "description": "Precise local semantic code search plugin for OpenCode — indexes with Go AST/tree-sitter and embeds with Ollama or LM Studio", "type": "module", "main": ".opencode/plugins/lumen.js",