This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalThe 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 summaryPackage-form import resolution fixed and builtin annotation noise removed.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 banner —
graphify installnow shows an amber knowledge-graph brain. TTY-only, silent in CI. - Package-form import fix —
from pkg import submodnow 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 removed —
str,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 . --forceto 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
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
Beta — feedback welcome: [email protected]