Skip to content

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

Choose a tag to compare

@tqctqc1 tqctqc1 released this 06 Aug 03:26
· 1 commit to main since this release

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: 锟絠sion_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 (锟絥swer, description, objects, uncertainties) by removing OCR mode.

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