PulseAugur
实时 11:57:37
English(EN) 36 languages parsed locally — Graphify needs no model call

Graphify 工具为 AI 助手创建本地代码知识图谱

Graphify 是一款新推出的开源工具,旨在通过创建代码库的持久化本地知识图谱来增强 Claude Code 等 AI 编码助手的功能。这种方法使助手能够导航代码元素(如函数、文件和表)之间的关系,而不是在每次新会话中重新读取原始文件并消耗 token 来进行定向。该工具使用 tree-sitter 语法在本地解析约 36 种语言,确保此核心功能不涉及模型调用或数据离开用户机器。最新版本 v0.9.22 支持多跳查询,并生成报告和交互式图表以帮助理解代码。 AI

影响 通过降低定向成本并利用本地知识图谱实现更深入的代码理解,从而增强 AI 编码助手。

排序理由 这是一个新的开源工具发布,它与现有 AI 助手集成,而不是核心 AI 模型发布或重大的行业事件。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Graphify 工具为 AI 助手创建本地代码知识图谱

报道来源 [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Creeta ·

    36种语言本地解析 — Graphify无需模型调用

    <p>Every fresh Claude Code session on a large repo starts by rebuilding a mental model that vanished when the last one ended — grepping, re-reading files, and burning tokens on orientation. Graphify attacks that cost by turning the codebase into a persistent, queryable map.</p> <…