Fixes
- Watch mode thread safety: SQLite connections now use
check_same_thread=Falsefor Python 3.10/3.11 compatibility with watchdog's background threads - Full rebuild stale data:
full_buildnow purges nodes/edges from files deleted since last build - Removed unused dependency:
gitpythonwas listed in dependencies but never imported — removed to shrink install footprint - Stale Docker reference: Removed non-existent Docker image suggestion from Python version check
- Malformed .mcp.json handling: Now warns before overwriting instead of silently replacing
- Documentation fixes: Corrected stale docstring, grammar, and install commands across docs
Install / Upgrade
# Claude Code plugin (recommended)
claude plugin add tirth8205/code-review-graph
# pip
pip install --upgrade code-review-graphFull Changelog: v1.7.1...v1.7.2