What's new
- Fix: Codex hook JSON schema —
systemMessagenow placed at the top level of the hook output, not insidehookSpecificOutput. codex-cli 0.118.0+ usesadditionalProperties: falseon the inner object so the old placement caused a validation error (#138) - Fix: git hooks now use
#!/bin/shinstead of#!/bin/bash— Git for Windows shipssh.exe, not bash, so hooks were silently skipped after every commit on Windows (#140)
Install / upgrade
pip install --upgrade graphifyy
Then re-run graphify codex install to get the fixed hook, and graphify hook install to get the fixed git hook.
Full changelog: CHANGELOG.md