github safishamsi/graphify v0.3.25

latest releases: v0.5.5, v0.5.4, v0.5.3...
20 days ago

What's new

Fixes

  • graphify install --platform gemini and --platform cursor no longer error — both now route to their correct install functions (#171)
  • MCP server (serve.py) now works when graph is outside cwd — validate_graph_path receives the correct base (#170)
  • MCP call_tool() handler catches exceptions and returns graceful error strings instead of crashing the stdio loop (#163)
  • .graphifyignore discovery now walks parent directories up to the .git boundary, matching .gitignore behavior — subdirectory scans inherit root patterns (#168)

New platforms

  • Aidergraphify install --platform aider + graphify aider install/uninstall (#74)
  • GitHub Copilot CLIgraphify install --platform copilot + graphify copilot install/uninstall (#134)

New features

  • --directed flag — builds a DiGraph preserving edge direction (source→target); cluster() converts to undirected internally for Leiden (#125)
  • Frontmatter-aware cache for Markdown — .md files hash only the body, so metadata-only changes (reviewed, status, tags) no longer invalidate the cache (#131)

Don't miss a new graphify release

NewReleases is sending notifications on new releases.