Skip to content

Commit 8ac4946

Browse files
committed
chore(main): release 0.0.40
1 parent 0537eae commit 8ac4946

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumen",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"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.",
55
"author": {
66
"name": "Ory Corp",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lumen",
33
"displayName": "Lumen",
44
"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.",
5-
"version": "0.0.39",
5+
"version": "0.0.40",
66
"author": {
77
"name": "Ory Corp",
88
"url": "https://github.com/ory"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.39"
2+
".": "0.0.40"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.40](https://github.com/ory/lumen/compare/v0.0.39...v0.0.40) (2026-05-11)
4+
5+
6+
### Features
7+
8+
* **chunker:** add Swift support with tree-sitter parsing ([#142](https://github.com/ory/lumen/issues/142)) ([3f69146](https://github.com/ory/lumen/commit/3f69146d4e8166d479920a6b23eb3b54696db3de))
9+
10+
11+
### Bug Fixes
12+
13+
* **scripts:** eliminate stdout pollution in run.cmd polyglot ([#145](https://github.com/ory/lumen/issues/145)) ([2c1f63b](https://github.com/ory/lumen/commit/2c1f63bc3e2ff2244a70b99a9a2c3c3b05bba80e)), closes [#121](https://github.com/ory/lumen/issues/121)
14+
* **scripts:** split cross-OS launcher into POSIX + Windows files ([#159](https://github.com/ory/lumen/issues/159)) ([0537eae](https://github.com/ory/lumen/commit/0537eae09140f564420db66164400d01b1597969))
15+
316
## [0.0.39](https://github.com/ory/lumen/compare/v0.0.38...v0.0.39) (2026-04-26)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ory/lumen-opencode",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "Precise local semantic code search plugin for OpenCode — indexes with Go AST/tree-sitter and embeds with Ollama or LM Studio",
55
"type": "module",
66
"main": ".opencode/plugins/lumen.js",

0 commit comments

Comments
 (0)