Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 11:35
65c0b99

[0.1.0] - 2026-06-21

Features

  • Codegraph-rs 0.1.0 — deterministic tree-sitter + SQLite/FTS5 code knowledge graph
    A deterministic, AI-free code knowledge graph: parses a codebase with
    tree-sitter, extracts symbols and their relationships, persists them to a
    per-project SQLite database with an FTS5 search index, and exposes the
    result through a CLI and an MCP (Model Context Protocol) stdio server.
    Output is byte-stable; no AI / vector / LLM anywhere in the binary.

    Distributed via GitHub Releases and cargo install --git; release
    automation is owned by release-please (per-major changelog under
    changelog/) + git-cliff (GitHub Release notes).
    

Miscellaneous

  • main: Release 0.1.0 (#5)

Generated by git-cliff