Skip to content

graphify

v0.7.7 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 28d 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

Added Ollama backend support, cross‑project global graph commands, and safer merge‑graphs collision handling.

Full changelog

What's new

  • Ollama backendgraphify extract ./docs --backend ollama; auto-detected when OLLAMA_BASE_URL is set; defaults to qwen2.5-coder:7b; zero cost; pip install graphifyy[ollama]
  • Cross-project global graphgraphify global add/remove/list/path registers multiple project graphs at ~/.graphify/global.json with <repo>::<id> prefixed node IDs preventing silent collisions
  • --global --as <tag> flag on graphify extract — registers into the global graph in one step
  • merge-graphs collision safety — inputs are now prefix-relabeled before composing, preventing silent node ID collisions

Bug fixes

  • deduplicate_entities raises ValueError if called with nodes spanning multiple repos (cross-project dedup disabled by design)
  • --dedup-llm flag now correctly threads through to both fresh and incremental extract paths
  • graphify antigravity install writes to .agent/ (not .agents/)
  • Pi skill YAML frontmatter parse error fixed
  • merge-graphs now accepts both edges and links keys in graph.json

Upgrade

uv tool upgrade graphifyy
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]