github tirth8205/code-review-graph v1.8.4
v1.8.4 — Vue, Solidity, Call Resolution, Docs Overhaul

latest releases: v2.3.6, v2.3.5, v2.3.4...
3 months ago

What's New

New Languages

  • Vue SFC parsing.vue Single File Components with <script> / <script setup> extraction and lang="ts" detection
  • Solidity support — full parsing for .sol files (functions, events, modifiers, inheritance)

New Features

  • find_large_functions_tool — new MCP tool to find functions/classes/files exceeding a line-count threshold
  • Call target resolution — bare call targets resolved to qualified names using same-file definitions, improving callers_of/callees_of accuracy
  • Multi-word AND searchsearch_nodes now requires all words to match (stricter, more precise)
  • Impact radius paginationget_impact_radius returns truncated flag, total_impacted count, and accepts max_results parameter

Security & Robustness (v1.8.3)

  • Parser recursion guard (_MAX_AST_DEPTH = 180)
  • Module cache bound (_MODULE_CACHE_MAX = 15,000)
  • Embeddings thread safety + Gemini API retry with exponential backoff
  • Visualization XSS hardening
  • Configurable git timeout via CRG_GIT_TIMEOUT env var

Documentation

  • All docs updated: 14 languages, 9 MCP tools, accurate version references
  • VS Code extension updated to v0.2.0 with all 13 commands documented
  • Added CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md

Install / Upgrade

pip install --upgrade code-review-graph

Full Changelog: https://github.com/tirth8205/code-review-graph/blob/main/CHANGELOG.md

Don't miss a new code-review-graph release

NewReleases is sending notifications on new releases.