Skip to content

graphify

v0.8.30 Feature

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

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

Affected surfaces

auth rbac

Summary

AI summary

Read and Glob tools now nudge toward graphify query when a source file is accessed outside the output directory, closing a bypass.

Changes in this release

Feature Low

Add `anthropic` optional extra so the `claude` backend is installable via `uv tool install "graphifyy[anthropic]"`.

Add `anthropic` optional extra so the `claude` backend is installable via `uv tool install "graphifyy[anthropic]"`.

Source: llm_adapter@2026-06-03

Confidence: high

Feature Low

Add `Read|Glob` hook to nudge toward `graphify query` when a source/doc file outside `graphify-out/` is read and `graphify-out/graph.json` exists.

Add `Read|Glob` hook to nudge toward `graphify query` when a source/doc file outside `graphify-out/` is read and `graphify-out/graph.json` exists.

Source: llm_adapter@2026-06-03

Confidence: high

Bugfix Medium

Fix: `graphify install --project --platform antigravity` now writes Antigravity's always-on layer files correctly.

Fix: `graphify install --project --platform antigravity` now writes Antigravity's always-on layer files correctly.

Source: llm_adapter@2026-06-03

Confidence: high

Full changelog
  • Fix: graphify install --project --platform antigravity now writes Antigravity's always-on layer (.agents/rules/graphify.md + .agents/workflows/graphify.md), not just the skill. The project-scoped path went through the skill-only branch and skipped them, even though the project uninstall removes them.
  • Feat: close the Read-tool graph bypass. The PreToolUse nudge previously only fired on Bash search (grep/rg/find); an agent answering a question by reading many source files through the native Read tool (or Glob) slipped past it. A new Read|Glob hook nudges toward graphify query when graphify-out/graph.json exists, only for a source/doc file outside graphify-out/, and never blocks (#1114).
  • Feat: add an anthropic optional extra (and include it in [all]) so the claude backend is installable like every other one: uv tool install "graphifyy[anthropic]". Previously it was the only backend with no extra, so a user with ANTHROPIC_API_KEY set could not satisfy it without --with anthropic. The backend package-missing errors now point at uv tool install "graphifyy[<extra>]" (the isolated-venv path) rather than only pip install.

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]