v0.1.0 - Initial release
codesynapse v0.1.0
First public release.
What's included
- 32 MCP tools for code intelligence (context, resolve, blast radius, hierarchy, pagerank, community detection, and more)
- Tree-sitter AST extraction for 20+ languages
- Hybrid BM25 + dense vector (RRF) semantic search with local
potion-code-16Membeddings (~62MB, CPU-only) - Multi-module graph: index multiple repos, query across them
codesynapse_statsdashboard with token savings tracking- Opt-in anonymous telemetry (
codesynapse telemetry on) - Single Rust binary, no runtime dependencies
Install
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/sohilladhani/codesynapse/master/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/sohilladhani/codesynapse/master/install.ps1 | iexSee README for full setup and MCP client configuration.