Skip to content

v0.7.15

Choose a tag to compare

@safishamsi safishamsi released this 11 May 20:20

Bug Fixes

  • #821 Universal -h/--help/-? guard: any help flag in any position now stops execution and prints usage — previously graphify cursor install --help silently installed into Cursor, and graphify benchmark --help crashed with FileNotFoundError: '--help'
  • #818 --version, -v, and graphify version now print the installed version and exit — previously fell through to "unknown command"
  • #820 GRAPHIFY_OLLAMA_NUM_CTX=<invalid> no longer falls back to hardcoded 131072 (which exhausted VRAM on constrained cards) — now falls through to auto-derived value with a warning
  • #820 When GRAPHIFY_OLLAMA_NUM_CTX is pinned smaller than the estimated chunk size, graphify now warns explicitly that Ollama will silently truncate the prompt and suggests a corrected --token-budget

Upgrade

pip install -U graphifyy