Bug Fixes
- #821 Universal
-h/--help/-?guard: any help flag in any position now stops execution and prints usage — previouslygraphify cursor install --helpsilently installed into Cursor, andgraphify benchmark --helpcrashed withFileNotFoundError: '--help' - #818
--version,-v, andgraphify versionnow print the installed version and exit — previously fell through to "unknown command" - #820
GRAPHIFY_OLLAMA_NUM_CTX=<invalid>no longer falls back to hardcoded131072(which exhausted VRAM on constrained cards) — now falls through to auto-derived value with a warning - #820 When
GRAPHIFY_OLLAMA_NUM_CTXis 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