Changes
- Fix: Codex PreToolUse hook on Windows (#651, #522) — replaced
python3 -c "..."(breaks on Conda, broken by PowerShell JSON parsing) withgraphify hook-check, a new shell-agnostic subcommand. Re-rungraphify codex installto regenerate the hook. - Fix: Kotlin zero calls edges (#659) — call-walker now accepts both
simple_identifierandidentifiernode types across grammar versions - Feat:
graphify update --force(#639) — bypass node-count safety check after refactors that legitimately shrink the graph; alsoGRAPHIFY_FORCE=1env var - Feat: checkbox multi-select for community sidebar (#647) — replaces show/hide buttons with checkboxes + indeterminate select-all state
Upgrade
pip install --upgrade graphifyy
Windows Codex users: also re-run graphify codex install after upgrading to regenerate the hook.