Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

v2.0.0 - Vision Command Redesign

Latest

Choose a tag to compare

@garyblankenship garyblankenship released this 14 Feb 20:58

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

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

Commits

  • f62f00e feat(vision): use -f flag for image input instead of positional arg
  • 751ae0a docs: update vision examples to use -f flag
  • 77736d1 docs(assets): regenerate usage screenshot with updated help text