github safishamsi/graphify v0.7.12

latest release: v0.7.13
14 hours ago

What's changed

  • Fix: MultiGraph crash in explain/pathG.edges[u, v] crashed on graphs with multigraph: true. New edge_data()/edge_datas() helpers in build.py handle all graph types; all 8 production call sites and 30 skill-file heredocs updated (#796)
  • Fix: hollow Ollama response drops chunk — when a local model is overwhelmed and returns empty/null content, chunks were silently dropped instead of retrying. Now rerouted into the existing bisection path via _response_is_hollow() (#792)
  • Fix: hook OOM on concurrent commits — per-repo fcntl.flock lock prevents unbounded parallel rebuilds; changed_paths wired through so only modified files re-extract; stale nodes evicted on deletion; GRAPHIFY_REBUILD_TIMEOUT watchdog (#791)
  • Fix: Antigravity .agent.agents — corrected folder name in platform config, paths, workflow body, and help text (#453)
  • Fix: Antigravity rules frontmattertrigger: always_on YAML frontmatter added so Antigravity recognises the rules file (#785)
  • Feat: graphify extract tuning flags--max-workers, --token-budget, --max-concurrency, --api-timeout; hard 8-worker cap removed; ollama API key gate skipped for loopback URLs (#792)
  • Feat: Pascal/Delphi/Lazarus — regex fallback extractor works without tree-sitter-pascal; covers .pas .pp .dpr .dpk .lpr .inc .dfm .lfm .lpk (#781)
  • Feat: /graphify --help — all 12 skill files now print the Usage block and stop instead of running the pipeline (#795)
  • README: 35 languages — updated language count and extension list

Upgrading

uv tool upgrade graphifyy
# or
pip install --upgrade graphifyy

Don't miss a new graphify release

NewReleases is sending notifications on new releases.