octocode - semantic code search CLI
Rust CLI for semantic search across a codebase, indexing source for natural-language queries. Useful as a side-channel context tool for agents.
Tag
4 entries tagged with #code-search.
Rust CLI for semantic search across a codebase, indexing source for natural-language queries. Useful as a side-channel context tool for agents.
Grep-like CLI that parses source-code syntax via tree-sitter, so you can match and rewrite functions, classes, and comments instead of byte ranges.
MCP server that lets agents search public and private GitHub repos with natural-language queries, find real implementations, and pull code context into the model.
Local-first CLI that gives AI agents semantic code search and call graph traversal over your codebase using embeddings, with no cloud calls. Targets Claude Code and Cursor.