Blog
Engineering insights, architecture decisions, and release notes from the OmniContext team.
Feb 28, 2026
ANNOUNCEMENT
Introducing OmniContext v0.1.0
The first public release of OmniContext: a high-performance, local code context engine written in Rust. Index your codebase, build a dependency graph, and serve rich context to any MCP-compatible AI agent.
Feb 28, 2026
ENGINEERING
Why we chose Reciprocal Rank Fusion for code search
A deep dive into how OmniContext blends semantic embeddings with BM25 keyword search using RRF to deliver precise, context-aware retrieval that outperforms either method alone.
Feb 28, 2026
ARCHITECTURE
AST-aware chunking: why code is not text
Traditional chunking strategies designed for prose fail catastrophically on source code. Here is how OmniContext uses Tree-sitter ASTs to chunk at structural boundaries.