Skip to content

v0.1.0 - Initial release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:02
· 8 commits to master since this 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-16M embeddings (~62MB, CPU-only)
  • Multi-module graph: index multiple repos, query across them
  • codesynapse_stats dashboard 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 | iex

See README for full setup and MCP client configuration.