Skip to content

v1.0.1

Choose a tag to compare

@SIMON-WORLD SIMON-WORLD released this 04 Aug 08:31

v1.0.1 - Production hardening release

Give any AI agent vision capability. agent-vision is a universal Agent Vision Adapter: text-only models keep reasoning while a free OpenAI-compatible vision API turns images into text.

Highlights

  • User config directory: all state now lives in ~/.agent-vision/ (Windows %USERPROFILE%\.agent-vision\), overridable with AGENT_VISION_HOME; works identically from source checkout and pip install, no more site-packages writes.
  • Codex safe patch: setup now only rewrites the active provider's base_url to the local proxy; wire_api = "responses", model and API keys stay untouched. The old wire_api = "chat" write that could break Codex is removed.
  • Packaging: MANIFEST.in, SPDX license metadata, project URLs, Python 3.9-3.12 classifiers; sdist includes README/LICENCE/examples.
  • CI: GitHub Actions tests on Python 3.9-3.12, ubuntu and windows.
  • Security: .gitignore now covers providers.json, runtime.json, *.state.json, *.log.
  • Legacy vision_bridge.py kept as a deprecated compatibility entry.
  • 97 unit tests passing.

Install

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