Download Latest Version v0.7.13 source code.tar.gz (618.3 kB)
Email in envelope

Get an email when there's a new version of graphify

Home / v0.7.11
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-09 1.4 kB
v0.7.11 source code.tar.gz 2026-05-09 571.2 kB
v0.7.11 source code.zip 2026-05-09 691.4 kB
Totals: 3 Items   1.3 MB 1

What's changed

  • Fix: context-window retry — API calls that fail with context_length_exceeded now automatically bisect the file chunk and retry, up to 6 levels deep. No more hard failures on large files. (#789)
  • Fix: Windows pipeline — three fixes shipped together: print_benchmark() falls back to ASCII on cp1252 consoles; BrokenProcessPool (spawn mode without __main__ guard) now falls back to sequential extraction instead of crashing; Windows skill file rewrites all python -c "..." blocks as PowerShell heredocs to fix quote-escaping failures. (#788)
  • Fix: reversed calls edges after --updatebuild_merge() now reads saved JSON directly instead of round-tripping through NetworkX, which was silently reversing edge direction on reload. (#760)
  • Fix: atomic SKILL.md install — temp-file + os.replace() prevents half-installed empty skill directories; version-stamp guard and warning added for missing installs. (#725)
  • Feat: graphify uninstall — removes skill files from all platforms in one shot; --purge also deletes graphify-out/.
  • Feat: SQL ALTER TABLE FK extractionADD CONSTRAINT ... FOREIGN KEY and ADD FOREIGN KEY DDL now emit references edges; schema-qualified table names resolved correctly. (#779)

Upgrading

:::bash
uv tool upgrade graphifyy
# or
pip install --upgrade graphifyy
Source: README.md, updated 2026-05-09