What's new
- VS Code Copilot Chat —
graphify 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 edges → degree for clarity
- Fix:
graphify watch on macOS now uses PollingObserver by default to avoid missed events with FSEvents (#373)
Upgrade
pip install --upgrade graphifyy