io.github.semihkayan/codeweave
Structured code intelligence for AI agents — semantic search, dependencies, impact analysis.
Versions
0.1.10latestTools 3
semantic_search Search the codebase by meaning. Works across all workspaces automatically in monorepos.\n\nCRITICAL: Use this INSTEAD OF grep or rg when looking for code by concept, feature, or bug area. Unlike text search, this finds functions even when you don't know exact names, spellings, or which files to look in. Use as the FIRST STEP for any code exploration task. Results include workspace, signature, body size, summary, and file location to help you decide what to read next.
reindex Manually update the code index. Usually not needed — the server auto-reindexes on file changes. Use after bulk operations or if index seems stale.
get_index_status Check index health: how many files/functions are indexed, embedding status, call graph stats, docstring coverage, and language breakdown.\n\nCRITICAL: Call this FIRST at the start of a session to verify the index is ready and discover available workspaces. Once confirmed, prefer semantic_search over grep/rg for concept-based code search.
Permissions 4
network medium filesystem low shell high env_vars low