Skip to content

graphify

v0.7.12 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 25d RAG & Retrieval
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

antigravity claude-code codex gemini graphrag knowledge-graph
+5 more
leiden openclaw llm skills tree-sitter

Summary

AI summary

Fixed Ollama hollow response dropping chunks by rerouting to bisection path.

Full changelog

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

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track graphify

Get notified when new releases ship.

Sign up free

About graphify

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, OpenClaw, Factory Droid, Trae). Turn any folder of code, docs, papers, images, videos, or YouTube links into a queryable knowledge graph

All releases →

Related context

Earlier breaking changes

  • v0.8.18 Breaks Java `extends` edges; they are renamed to `inherits`. Update queries filtering on `relation="extends"` for Java nodes.

Beta — feedback welcome: [email protected]