Skip to content

Releases: tqctqc1/deepseek-vision-mcp

v1.1.1 - Fix Lazy Import Scope, Health Check Warnings & Online API Verification

Choose a tag to compare

@tqctqc1 tqctqc1 released this 06 Aug 03:40

What's Changed in v1.1.1

🐛 Bug Fixes

  • Lazy Import Scope (global genai, types, httpx): Resolved UnboundLocalError when calling �nalyze_image with lazy-imported google-genai.
  • Health Check Warnings vs Errors: Missing .venv now logs a warning instead of returning status: error if environment packages are functional.

🚀 Features

  • Online API Key Verification (--verify-key): Added --verify-key option to test Gemini API Key connectivity and validity online via zero-cost token counting.

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - Self-Healing Bootstrap & Environment Health Check

Choose a tag to compare

@tqctqc1 tqctqc1 released this 06 Aug 03:26

What's Changed in v1.1.0

🚀 Features & Improvements

  • Bump Plugin Manifest Version: Updated .codex-plugin/plugin.json, .claude-plugin/plugin.json, and .claude-plugin/marketplace.json to version 1.1.0.
  • Self-Healing & Auto-Bootstrap: Added ensure_env.ps1 PowerShell script and --setup CLI flag for 1-command environment initialization.
  • Environment Health Check (--health): Fast (<1s) environment verification command in CLI and core module.
  • Dynamic .venv path injection: �ision_core.py and server.py now automatically append local .venv site-packages to sys.path.
  • Gemini API Retry & Timeout: Added exponential backoff retries for transient errors (429, 500, 503, connection timeouts).
  • Simplified Output Schema: Streamlined visual analysis into 4 core fields (�nswer, description, objects, uncertainties) by removing OCR mode.

Full Changelog: v1.0.0...v1.1.0