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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.35"
".": "0.0.36"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "@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",
Expand Down
Loading