Skip to content

v1.0.2

Choose a tag to compare

@SIMON-WORLD SIMON-WORLD released this 04 Aug 10:33

v1.0.2 - Codex DeepSeek vision release

Positioned for the primary use case: DeepSeek V4 Flash now speaks the Responses protocol and runs inside Codex/ChatGPT, but the model is text-only. agent-vision adds pasted-image capability by converting images to text locally through a free OpenAI-compatible vision API.

Changes since v1.0.1

  • Fix: setup reloads .env before the immediate vision test, so a clean machine no longer reports VISION_API_KEY not set right after writing the key.
  • Fix: when Codex loads its model list from a local model catalog (e.g. cc-switch), setup declares image input for the active model, backs up the catalog, and restores it on rollback. Pasting images now reaches the local proxy instead of being rejected by the client.
  • Positioning: README now leads with Codex + DeepSeek V4 Flash; OpenCode remains automatic and Claude/Cursor remain guided.
  • Docs: one-line deploy prompt, clickable vision provider links; generated demo screenshots removed.

Verification

  • 107 unit tests passing
  • python -m build + twine check passed for sdist and wheel
  • GitHub Actions tests green on Python 3.9-3.12, ubuntu and windows

Install

git clone https://github.com/SIMON-WORLD/agent-vision.git
cd agent-vision
pip install .
agent-vision setup