Skip to content

v0.3.21

Choose a tag to compare

@safishamsi safishamsi released this 09 Apr 13:13

What's new

  • Fix: Codex hook JSON schemasystemMessage now placed at the top level of the hook output, not inside hookSpecificOutput. codex-cli 0.118.0+ uses additionalProperties: false on the inner object so the old placement caused a validation error (#138)
  • Fix: git hooks now use #!/bin/sh instead of #!/bin/bash — Git for Windows ships sh.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