Skip to content

Releases: tirth8205/code-review-graph

v1.5.0

26 Feb 23:34

Choose a tag to compare

What's New

File Organization

  • All generated files now live in .code-review-graph/ directory instead of cluttering repo root
  • Auto-created .gitignore inside the directory prevents accidental commits
  • Automatic migration from legacy .code-review-graph.db at 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 of docs/)
  • Removed unused agents/ directory and settings.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

26 Feb 19:39

Choose a tag to compare

What's New

Added

  • Universal installation: now works with pip install code-review-graph[embeddings] on Python 3.10+
  • CLI entry point (code-review-graph command 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.0

PyPI: https://pypi.org/project/code-review-graph/1.3.0/

v1.1.0 — Smart Reviews + Watch Mode + 90% Token Savings

26 Feb 18:09

Choose a tag to compare

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.md via get_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 --full

Then just type /code-review-graph:review-delta forever.

Full Documentation

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!