This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Breaking Changes
- Vision command now requires -f flag for image input instead of positional argument
- Old:
syn vision image.jpg "prompt" - New:
syn vision -f image.jpg "prompt" - This change improves CLI consistency with the chat command's -f file flag
- Old:
Documentation
- Updated README vision examples to reflect new -f flag syntax
- Regenerated usage screenshot with updated help text
- Updated model example from qwen to coder for variety