github safishamsi/graphify v0.4.10
v0.4.10 — Dart/Flutter, Hermes, 6 new CLI commands, PHP improvements

latest releases: v0.4.14, v0.4.13, v0.4.12...
one day ago

What's new

Dart/Flutter support

.dart files extracted via regex — classes, mixins, functions, imports. graphify now supports 23 languages.

Hermes Agent platform

graphify install --platform hermes writes the skill to ~/.hermes/skills/graphify/SKILL.md.

6 new terminal CLI commands

graphify path "AuthModule" "Database"   # shortest path between two nodes
graphify explain "SwinTransformer"      # plain-language node explanation
graphify add https://...                # fetch URL, save to ./raw, update graph
graphify watch ./src                    # rebuild on code changes, no LLM needed
graphify update ./src                   # re-extract code files only
graphify cluster-only .                 # rerun clustering on existing graph.json

PHP extractor improvements

Static property access, config() helper calls, service container bindings, event listener arrays.

Other fixes

  • graspologic python_version < '3.13' marker (#290)
  • matplotlib declared in [svg] extra (#288)
  • norm_label in graph.json for diacritic-insensitive search (#293)
  • prune_dangling_edges() utility (#294)
  • cursor install crash fixed (#281)
  • agents uninstall platform-aware (#276)
  • Codex skill: waitwait_agent (#273)
  • Windows hook tests platform-aware (#279)
  • Antigravity: YAML frontmatter injection + MCP config snippet (#268)
pip install --upgrade graphifyy

Don't miss a new graphify release

NewReleases is sending notifications on new releases.