diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e8b1bba..bb22393 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lumen", - "version": "0.0.35", + "version": "0.0.36", "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 e15ea34..05dce4f 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.35", + "version": "0.0.36", "author": { "name": "Ory Corp", "url": "https://github.com/ory" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4c7ad2..d1b9552 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.35" + ".": "0.0.36" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f67fb..72c8929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.36](https://github.com/ory/lumen/compare/v0.0.35...v0.0.36) (2026-04-14) + + +### Bug Fixes + +* **embedder:** re-probe unhealthy servers and resolve dimension mismatch on failover ([#132](https://github.com/ory/lumen/issues/132)) ([7979d7f](https://github.com/ory/lumen/commit/7979d7f275db142e8968985a0683d69f14490656)) + ## [0.0.35](https://github.com/ory/lumen/compare/v0.0.34...v0.0.35) (2026-04-14) diff --git a/package.json b/package.json index 8d47a3e..bb0c9e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ory/lumen-opencode", - "version": "0.0.35", + "version": "0.0.36", "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",