Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@gitstq gitstq released this 02 May 22:26

🎉 CodeGraph v1.0.0 - Initial Release

✨ Features

  • Code Indexing Engine: Incremental indexing for 6 languages (Python, JS/TS, Go, Rust, Java, C/C++)
  • Knowledge Graph: CodeNode/CodeEdge/CodeGraph data structure with persistent storage
  • Smart Query Engine: Fuzzy search, dependency tracking, relevance ranking
  • AI Assistant Integration: Context generation for Claude Code, Codex CLI, Cursor, Windsurf
  • Token Estimator: Multi-model cost calculation (GPT-4, Claude, Gemini, DeepSeek)
  • Multi-format Export: JSON, Markdown, Text, DOT/Graphviz
  • Zero Dependencies: Pure Python 3.8+ standard library

📊 Stats

  • 29 files, 7846+ lines of code
  • 104 unit tests, all passing
  • Multi-language README (简体中文, 繁體中文, English)

🚀 Quick Start

pip install git+https://github.com/gitstq/codegraph.git
codegraph init
codegraph index
codegraph query "function_name"