Skip to content

v0.4.15

Choose a tag to compare

@safishamsi safishamsi released this 15 Apr 22:09

What's new

  • VS Code Copilot Chatgraphify vscode install configures VS Code Copilot Chat with a Python-only skill (works on Windows PowerShell) and writes .github/copilot-instructions.md for always-on graph context (#206)
  • Fix: OpenCode plugin path used backslashes on Windows causing duplicate opencode.json entries — fixed via .as_posix() (#378)
  • Fix: Gemini CLI on Windows now installs skill to ~/.agents/skills/ (correct higher-priority path) instead of ~/.gemini/skills/ (#368)
  • Fix: .mjs and .ejs files now recognised by the AST extractor as JavaScript (#365)
  • Fix: god_nodes() return field renamed edgesdegree for clarity
  • Fix: graphify watch on macOS now uses PollingObserver by default to avoid missed events with FSEvents (#373)

Upgrade

pip install --upgrade graphifyy