Releases: tirth8205/code-review-graph
Releases · tirth8205/code-review-graph
v1.5.0
What's New
File Organization
- All generated files now live in
.code-review-graph/directory instead of cluttering repo root - Auto-created
.gitignoreinside the directory prevents accidental commits - Automatic migration from legacy
.code-review-graph.dbat repo root
Visualization Density
- Start collapsed: Only File nodes visible on load — click to expand children
- Search bar: Filter nodes by name or qualified name in real-time
- Edge type toggles: Click legend items to show/hide Calls, Imports, Inherits, Contains
- Scale-aware layout: Force simulation adapts for large graphs (300+ nodes)
Project Cleanup
- Removed redundant
references/directory (was duplicate ofdocs/) - Removed unused
agents/directory andsettings.json - Updated all documentation for new paths
Path Changes
| Before | After |
|---|---|
.code-review-graph.db |
.code-review-graph/graph.db |
.code-review-graph.html |
.code-review-graph/graph.html |
Existing databases are automatically migrated on first run.
Full Changelog: v1.4.0...v1.5.0
v1.3.0 — Universal Installation
What's New
Added
- Universal installation: now works with
pip install code-review-graph[embeddings]on Python 3.10+ - CLI entry point (
code-review-graphcommand works after normal pip install) - Clear Python version check with helpful Docker fallback for older Python users
- Improved README installation section with one-command + Docker option
Changed
- Minimum Python requirement lowered from 3.11 → 3.10 (covers ~90% of users)
Fixed
- Installation friction for most developers
Install
pip install code-review-graph==1.3.0v1.1.0 — Smart Reviews + Watch Mode + 90% Token Savings
code-review-graph v1.1.0 is here!
The review plugin that finally makes Claude Code remember your codebase.
New in v1.1.0
- Automatic token optimization — Claude Code now reads only the tiny relevant section from
references/LLM-OPTIMIZED-REFERENCE.mdviaget_docs_section_tool.
→ 90%+ fewer tokens on every "how do I use this?" or review question. - Watch mode (
python -m server.incremental watch) - Vector embeddings (optional
.[embeddings]) - Go + Rust + Java support (12+ languages total)
- 8 MCP tools, 47/47 tests, complete docs folder
One-time setup for users
/plugin marketplace add tirth8205/code-review-graph
/plugin install code-review-graph
/code-review-graph:build-graph --fullThen just type /code-review-graph:review-delta forever.
Full Documentation
- Usage Guide
- LLM-Optimized Reference ← what Claude Code actually reads
- Commands
- Legal & Privacy
Everything stays 100% local. No telemetry. MIT licensed.
Built for heavy Claude Code users who hate paying for the same code twice.
Star and try it — feedback welcome!