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.jsonPHP 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_labelin graph.json for diacritic-insensitive search (#293)prune_dangling_edges()utility (#294)- cursor install crash fixed (#281)
- agents uninstall platform-aware (#276)
- Codex skill:
wait→wait_agent(#273) - Windows hook tests platform-aware (#279)
- Antigravity: YAML frontmatter injection + MCP config snippet (#268)
pip install --upgrade graphifyy