This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalGraphify v0.8.1 automatically indexes Bash and JSON files via tree‑sitter without any configuration flags.
Why it matters: Automatic indexing of bash scripts and json configs eliminates manual setup, letting developers instantly query function calls, variable exports, and key hierarchies across projects.
Summary
AI summaryBash and JSON files are now automatically indexed via tree-sitter.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Shell scripts and JSON configs are now indexed automatically via tree-sitter — no LLM, no tokens, no flags needed. Shell scripts and JSON configs are now indexed automatically via tree-sitter — no LLM, no tokens, no flags needed. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Bash extracts functions, cross-function calls, source imports resolved to real file paths, and export/declare variables. Bash extracts functions, cross-function calls, source imports resolved to real file paths, and export/declare variables. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
JSON extracts the full key tree, dependencies blocks as import edges, extends chains (tsconfig, eslintrc), and $ref references. JSON extracts the full key tree, dependencies blocks as import edges, extends chains (tsconfig, eslintrc), and $ref references. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
graphify export callflow-html generates a self-contained HTML page with Mermaid call-flow diagrams per module. graphify export callflow-html generates a self-contained HTML page with Mermaid call-flow diagrams per module. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
With graphify hook install set up, the diagram regenerates automatically on every git commit. With graphify hook install set up, the diagram regenerates automatically on every git commit. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Coverage, snapshot, and Storybook build dirs filtered out by default. Coverage, snapshot, and Storybook build dirs filtered out by default. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Hook install works correctly in git linked worktrees. Hook install works correctly in git linked worktrees. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Incremental graphify update no longer forces a full re-extract after an AST-only run. Incremental graphify update no longer forces a full re-extract after an AST-only run. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Office sidecar files now respect .graphifyignore. Office sidecar files now respect .graphifyignore. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Refactor | Medium |
Upgrade command to pip install --upgrade graphifyy. Upgrade command to pip install --upgrade graphifyy. Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
What's new
Bash and JSON indexing
Shell scripts and JSON configs are now indexed automatically via tree-sitter — no LLM, no tokens, no flags needed.
Bash extracts functions, cross-function calls, source imports resolved to real file paths, and export/declare variables.
JSON extracts the full key tree, dependencies blocks as import edges, extends chains (tsconfig, eslintrc), and $ref references.
Mermaid architecture diagrams that stay up to date
graphify export callflow-html
Generates a self-contained HTML page with Mermaid call-flow diagrams per module. With graphify hook install set up, the diagram regenerates automatically on every git commit.
Bug fixes
- Coverage, snapshot, and Storybook build dirs filtered out by default (#869, #870)
- Hook install works correctly in git linked worktrees (#865)
- Office sidecar files now respect
.graphifyignore(#861) - Incremental
graphify updateno longer forces a full re-extract after an AST-only run (#857) - Skill Windows path fixes (#862)
Upgrade
pip install --upgrade graphifyy
Full changelog: https://github.com/safishamsi/graphify/blob/v8/CHANGELOG.md
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]