Skip to content

v0.2.2 — viz: node cap, file clusters, filter controls

Choose a tag to compare

@mohansagark mohansagark released this 24 Jul 12:27

What's new in 0.2.2

Graph visualization upgrades

  • --max-nodes N — cap the whole-graph view to the N highest-degree nodes. Highlighted seeds (from --symbol or --impact) are always kept. A notice appears in the browser when the cap is active.
  • Filter panel — live checkboxes (bottom-left) to toggle node kinds (function / class / module) and edge kinds (calls / imports / tests_for) without re-rendering.
  • File-cluster hulls — translucent convex-hull outlines group nodes that share a file, color-coded per file. Toggle them off in the filter panel if they add noise.

Usage

claude-graph viz                   # whole graph
claude-graph viz --max-nodes 150   # cap at 150 highest-degree nodes

Install

pip install claude-graph==0.2.2