This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryFirst public release adds deep code indexing with 25 tools across five tiers, support for seven languages and four search modes.
Full changelog
Srclight v0.8.0
Deep code indexing for AI agents. First public release.
Features
- 25 MCP tools across 5 tiers: orientation, graph, git intelligence, build/config, semantic search
- 7 languages: Python, C, C++, C#, JavaScript, TypeScript, Rust
- 4 search modes: symbol names, source code (trigram), documentation (stemmed), semantic (embeddings)
- Hybrid search: RRF fusion of keyword + semantic results
- Multi-repo workspaces: search across all your repos via SQLite ATTACH+UNION
- GPU-accelerated vector search:
.npysidecar loaded to VRAM (cupy) or CPU RAM (numpy) - Embedding providers: Ollama (qwen3-embedding, nomic-embed-text) and Voyage AI (voyage-code-3)
- Git change intelligence: blame, hotspots, recent changes, uncommitted WIP
- Build awareness: CMake, .csproj, npm targets and platform conditionals
- Auto-reindex: git post-commit/post-checkout hooks keep indexes fresh
- Auto .gitignore:
srclight indexandsrclight hook installadd.srclight/to.gitignore - CLI: index, search, inspect, workspace management, hook install/uninstall
Install
pip install srclight
Quick Start
srclight index # Index current repo
srclight index --embed qwen3-embedding # With embeddings (requires Ollama)
srclight serve # Start MCP server
See README for full documentation.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About srclight/srclight
Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.
Related context
Beta — feedback welcome: [email protected]