Changelog

New updates and improvements to SourcePrep.

v0.9.0-beta

minor
Planned

Public Beta & Open-Source Launch

  • Full SourcePrep source code released under the Apache 2.0 license
  • Multi-project support with project registry
  • Context assembly API for LLM prompt construction
  • Embedded and standalone index modes
  • CLI commands: serve, add, build, search, mcp
  • Dashboard UI with panel-based layout

v0.5.0-alpha

minor
In progress

Alpha Preview

  • Core indexing engine with tree-sitter parsing
  • Structural Code Graph — maps imports, calls, and symbol hierarchies
  • Semantic code search with built-in ONNX embeddings
  • Initial MCP integration for Cursor and Windsurf
  • Real-time file watcher with incremental rebuild
  • macOS and Windows support (Tauri desktop app)

v0.1.0-dev

patch
Jan 2026

Internal Development

  • Proof of concept for Rust-based trace indexing
  • Initial UI design and component library setup
  • Established MCP bridging capability