discovered 03 Aug 2026
coderlm
→ View on GitHubCodeRLM is a tool that utilizes the Recursive Language Model (RLM) pattern to index codebases, allowing LLM agents to query targeted information via a JSON API. Its primary use case is to enable efficient exploration of unfamiliar code without loading entire codebases into memory, thanks to precise indexing facilitated by tree-sitter. Notable features include a Rust server for indexing, support for specific queries like symbol searches and function listings, and an integrated Claude Code plugin for seamless interaction.