mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
094d8ba731
- Universal -h/--help/-? guard after cmd dispatch: any help flag anywhere in argv stops execution and prints "Run 'graphify --help'" instead of triggering the subcommand — cursor/kiro/gemini install --help no longer silently installs; benchmark --help no longer crashes with FileNotFoundError (#821) - --version / -v / version subcommand: print graphify {__version__} and exit (#818) - GRAPHIFY_OLLAMA_NUM_CTX=<invalid> now falls through to auto-derived num_ctx instead of hardcoding 131072 (the cap that causes OOM on constrained VRAM); pinned num_ctx < estimated input now triggers an explicit truncation warning with a suggested --token-budget correction (#820) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>