io.github.infino-ai
code-context
Local code search for AI agents: hybrid ranked search and SQL aggregation over an in-repo index.
stdiocommunityinfra
Package Details
@infino-ai/code-context
Transportstdio
Environment Variables
CX_ROOT(str)
Repository root to serve. Optional - defaults to the working directory the server is launched in.
CX_INDEX_DIR(str)
Where the index lives. Optional - defaults to .infino/ inside the repository root.
CX_AUTO_SYNC(str)
Set to 0 to disable the background staleness sync that runs as queries arrive.
CX_NO_EMBED(str)
Set (1/true/yes) for keyword-only mode - skip the vector stage entirely.