v1.0.2
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:
setupreloads.envbefore the immediate vision test, so a clean machine no longer reportsVISION_API_KEY not setright after writing the key. - Fix: when Codex loads its model list from a local model catalog (e.g. cc-switch),
setupdeclares 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 checkpassed 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