Skip to content

graphify

v0.8.33 Breaking

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

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

ReleasePort's take

Light signal
editorial:auto 1mo

The install banner now displays an amber knowledge‑graph brain in TTY sessions.

Why it matters: Provides visual feedback on installation progress for developers and SREs using the graphify CLI; no measurable performance or security impact identified.

Summary

AI summary

Package-form import resolution fixed and builtin annotation noise removed.

Changes in this release

Feature Low

Install banner now shows an amber knowledge-graph brain in TTY sessions.

Install banner now shows an amber knowledge-graph brain in TTY sessions.

Source: llm_adapter@2026-06-06

Confidence: high

Performance Medium

Removed builtin annotation noise for `str`, `int`, `bool`, `MagicMock`, reducing graph node inflation by ~25%.

Removed builtin annotation noise for `str`, `int`, `bool`, `MagicMock`, reducing graph node inflation by ~25%.

Source: llm_adapter@2026-06-06

Confidence: low

Performance Low

Built-in types like `str`, `int`, `bool`, and `MagicMock` no longer generate graph nodes or edges.

Built-in types like `str`, `int`, `bool`, and `MagicMock` no longer generate graph nodes or edges.

Source: granite4.1:30b@2026-06-06-audit

Confidence: low

Bugfix Medium

`from pkg import submod` now resolves to a file-level edge, fixing disconnected test files.

`from pkg import submod` now resolves to a file-level edge, fixing disconnected test files.

Source: llm_adapter@2026-06-06

Confidence: high

Bugfix Medium

Ghost duplicate AST/semantic nodes are now auto‑merged at build time.

Ghost duplicate AST/semantic nodes are now auto‑merged at build time.

Source: llm_adapter@2026-06-06

Confidence: high

Full changelog

What's new

  • Install bannergraphify install now shows an amber knowledge-graph brain. TTY-only, silent in CI.
  • Package-form import fixfrom pkg import submod now resolves to a file-level edge to the submodule. Previously left test files as disconnected islands (up to 66% of test nodes in some repos) (#1146).
  • Builtin annotation noise removedstr, int, bool, MagicMock, etc. no longer become graph nodes or accumulate edges. Inflated degree counts ~25% and pushed real abstractions out of god-node rankings (#1147).
  • Ghost duplicate auto-merge — AST/semantic node ID mismatches are now merged at build time. No more duplicate nodes for the same symbol. Existing graphs: run graphify extract . --force to clean up (#1145).

Upgrade

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