Show HN: Graft – local-first persistent memory for coding agents Developer AEndrix03 released Graft, an open-source local-first persistent memory tool for AI coding agents that stores fixes, decisions, and project knowledge in SQLite with sqlite-vec and FTS5 and surfaces them via hybrid retrieval. Graft works with Claude Code, Codex, ChatGPT, Claude Desktop, Gemini CLI, and Open Code, requires no SaaS, external embedding API, account, or API key, and installs via Homebrew or a shell script with optional CUDA and HIP GPU acceleration. The tool offers three commands — graft query for top-1 lookup with STRONG, WEAK, or MISS confidence gating, graft retrieve for combining several memories, and graft explore for graph-based relationship walking — positioning it as agent memory rather than document storage. Persistent local memory for AI coding agents. Graft brings back useful fixes, decisions, gotchas and project knowledge when they become relevant again. The agent still reasons. Graft gives it a head start. Claude Code · Codex · ChatGPT · Claude Desktop · Gemini CLI · Open Code · custom agents