0.4.10 — Dart/Flutter, Hermes, 6 new terminal CLI commands, PHP improvements #301
safishamsi
announced in
Announcements
Replies: 1 comment
-
|
He relies on a specific Python environment to use it. Is it possible to release a UV version so that I can use it on any terminal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's new in v0.4.10
Upgrade:
Dart/Flutter support (#292)
.dartfiles are now extracted — classes, mixins, functions, and imports via regex. graphify now supports 23 languages.Hermes Agent platform (#251)
graphify install --platform hermeswrites the skill to~/.hermes/skills/graphify/SKILL.md.6 new terminal CLI commands (#277)
These commands existed as AI skill invocations — they are now also proper terminal commands:
All documented in
graphify --help.PHP extractor improvements
Foo::$bar) →uses_static_propedgesconfig()helper calls →uses_configedges pointing to first key segmentbind,singleton,scoped,instance) →bound_toedges$listen,$subscribe) →listened_byedgesOther fixes
graspologicnow haspython_version < '3.13'marker — no install failures on Python 3.13+ (.[leiden]and.[all]work on Python 3.10-3.12 but fail on Python 3.13+ because thegraspologicdependency chain is not installable #290)matplotlibdeclared in[svg]extra (--svgexport requiresmatplotlib, butpyproject.tomldoes not declare it in any dependency group #288)norm_labelingraph.jsonfor diacritic-insensitive search — names with accents now match correctly (fix: add norm_label at build time for diacritic-insensitive search #293)prune_dangling_edges()utility in export.py (Add prune_dangling_edges() utility for post-merge graph cleanup #294)wait→wait_agent(skill-codex.md: There is nowaittool in the available tool definitions, instead there iswait_agent. #273)Full changelog: https://github.com/safishamsi/graphify/blob/v4/CHANGELOG.md
Beta Was this translation helpful? Give feedback.
All reactions