Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code

Ory Lumen is a Claude Code plugin designed to solve performance issues when working with large codebases. The developer built it after observing that Claude Code takes too long re-reading the same files, sometimes fails to find all files, and degrades in quality with large projects.
How It Works
The plugin indexes your codebase using a code embedding model via Ollama (which is free and fast), then tells Claude Code to use Ory Lumen for semantic code search. It uses SQLite-vec for the vector database functionality.
Development Details
The project was built using Claude Code itself and went through several cycles of fixing performance issues and improving retrieval quality. Claude handled design proposals, implementation, and building the benchmarks. Significant time was invested in improving the TreeSitter and AST parser plus the content chunker. Recent updates include support for efficient git worktree indexing.
Performance and Testing
The developer created a SWE-style benchmark test harness that users can employ to reproduce the results Ory Lumen delivers. In their work, it regularly increases speed versus using vanilla Claude Code, with results that are equal or better in quality.
Availability and Maintenance
The tool is completely free and local-only. The developer is actively maintaining it and encourages users to create issues or submit pull requests.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer shares CLI tools that work well with Claude Code
A developer switched from MCPs to CLIs for working with Claude Code, finding that Claude handles CLI commands effectively due to training on shell scripts and documentation. They shared specific CLIs they use daily, including gh, ripgrep, stripe, supabase, vercel, sentry-cli, and neon.

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.
ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A user discovers a new 'Visual companion' feature in ClaudeAI brainstorming mode that serves mockups on a local web server, enabling back-and-forth UI tweaks before building.

OpenClawDreams: A Dream Simulator Extension for OpenClaw Agents
OpenClawDreams is an extension that adds a background reflection process and nightly dream cycle to OpenClaw agents. It captures encrypted conversation summaries to a local SQLite database, processes them during background cycles, and generates consolidated insights that get pushed into the agent's persistent memory.