chore(main): release 0.1.0#3
Closed
github-actions[bot] wants to merge 4 commits into
Closed
Conversation
…de knowledge graph CodeGraph-rs parses a codebase, 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. No AI / vector / LLM anywhere in the binary — output is deterministic and byte-stable. Highlights: - 10-crate workspace (core/store/extract/graph/resolve/mcp/daemon/watch/cli/bench); published crate codegraph-rs, binary codegraph. - 28-language tree-sitter extraction (regular grammars + embedded + custom + file-level), deterministic node-id formula, golden byte-stable schema/edges. - Graph traversal (callers/callees/impact/cycles) + FTS5 multi-signal search + whole-graph export with deterministic PageRank centrality. - MCP stdio server (10 tools) and a CLI agent installer for 8 agents (Claude Code, Cursor, Codex CLI, opencode, Hermes, Gemini CLI, Antigravity, Kiro). - Golden equivalence tests + scope guardrail (no AI/vector/LLM crates). - Release engineering: pre-push hook, CI (test + audit), release-please with 5-platform binaries (cargo-zigbuild musl + macOS + windows), git-cliff release notes, and topological crates.io publishing.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The Windows binary build failed with E0433 (codegraph-daemon uses
std::os::unix::net::{UnixListener,UnixStream} — a Unix daemon model that
does not compile on Windows). Making the daemon cross-platform (named pipes)
is out of scope, so drop x86_64-pc-windows-msvc from the release matrix and
the dead zip-packaging/upload steps. Document that prebuilt binaries target
Linux + macOS only; on Windows, build from source (CLI/MCP work, daemon does
not). Aligns README (EN/zh-CN) and AGENTS.md to the 4-platform reality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.1.0 (2026-06-21)
Bug Fixes
This PR was generated with Release Please. See documentation.