Skip to content

graphify

v0.8.32 Feature

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

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

Affected surfaces

breaking_upgrade deps

Summary

AI summary

Terraform/HCL files now generate full infrastructure dependency graphs.

Changes in this release

Feature Low

Adds full infrastructure dependency graph for Terraform/HCL files via tree-sitter-hcl.

Adds full infrastructure dependency graph for Terraform/HCL files via tree-sitter-hcl.

Source: llm_adapter@2026-06-05

Confidence: high

Feature Low

Enables fully offline operation for code-only extracts without requiring API keys.

Enables fully offline operation for code-only extracts without requiring API keys.

Source: llm_adapter@2026-06-05

Confidence: high

Dependency Low

Enforces minimum versions: networkx>=3.4, datasketch>=1.6, rapidfuzz>=3.0 to avoid incompatible old version breakage.

Enforces minimum versions: networkx>=3.4, datasketch>=1.6, rapidfuzz>=3.0 to avoid incompatible old version breakage.

Source: llm_adapter@2026-06-05

Confidence: high

Bugfix Medium

Fixes `graphify kiro install` to correctly write the references/ sidecar and .graphify_version stamp.

Fixes `graphify kiro install` to correctly write the references/ sidecar and .graphify_version stamp.

Source: llm_adapter@2026-06-05

Confidence: high

Bugfix Medium

Applies GRAPHIFY_API_TIMEOUT and --api-timeout to claude-cli subprocess and Anthropic SDK backend.

Applies GRAPHIFY_API_TIMEOUT and --api-timeout to claude-cli subprocess and Anthropic SDK backend.

Source: llm_adapter@2026-06-05

Confidence: high

Full changelog

What's new

  • Terraform/HCL support.tf, .tfvars, .hcl files now produce a full infrastructure dependency graph via tree-sitter-hcl. Resources, data sources, modules, variables, outputs, providers, and locals become nodes; interpolation references and depends_on become edges. Requires uv tool install graphifyy[terraform] (#1129).
  • Code-only extract needs no API keygraphify extract now defers backend resolution until after file detection. A corpus with only code files runs fully offline — no GEMINI_API_KEY, ANTHROPIC_API_KEY, or anything else needed. Key is only required when docs, PDFs, or images are present (#1122).
  • Kiro install fixgraphify kiro install now correctly writes the references/ sidecar and .graphify_version stamp. Re-run graphify kiro install to pick up the fix (#1142).
  • API timeout fixGRAPHIFY_API_TIMEOUT and --api-timeout now apply to the claude-cli subprocess and Anthropic SDK backend, not just the HTTP client (#1112).
  • Dependency floorsnetworkx>=3.4, datasketch>=1.6, rapidfuzz>=3.0 prevent silent breakage from incompatible old versions resolving via pip.

Install / upgrade

uv tool install graphifyy          # fresh install
uv tool upgrade graphifyy          # upgrade
uv tool install "graphifyy[terraform]"  # with Terraform/HCL support

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]