diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 44bde59..f71bb8d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.40", + "version": "0.0.41", "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 793f8e6..6af80f9 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.40", + "version": "0.0.41", "author": { "name": "Ory Corp", "url": "https://github.com/ory" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28d28bd..2be0982 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.40" + ".": "0.0.41" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1613f8..a240ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.41](https://github.com/ory/lumen/compare/v0.0.40...v0.0.41) (2026-05-20) + + +### Bug Fixes + +* **stdio:** bound embedQuery and fast-fail during background reindex ([#165](https://github.com/ory/lumen/issues/165)) ([d7782cf](https://github.com/ory/lumen/commit/d7782cf113a09fd48a01ad771f26780d436895ea)) +* **stdio:** short-circuit semantic_search when index is being rebuilt ([#163](https://github.com/ory/lumen/issues/163)) ([89555d0](https://github.com/ory/lumen/commit/89555d07e2c630f010d778da3cbf7fe87f1d5eed)) + ## [0.0.40](https://github.com/ory/lumen/compare/v0.0.39...v0.0.40) (2026-05-13) diff --git a/package.json b/package.json index 7927748..5fa3d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ory/lumen-opencode", - "version": "0.0.40", + "version": "0.0.41", "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",