Skip to content

v0.1.29

Choose a tag to compare

@Anionex Anionex released this 17 Aug 14:22
· 88 commits to main since this release
28e9a98

Added

  • Install and use with zero Python setup. When no system Python 3.11+ is available, the plugin downloads a pinned, sha256-verified standalone Python 3.13 build (about 35 MB) on first use and prepares its isolated runtime with it, so new users no longer need to install Python first. A system Python or an explicit runtime.python override still takes precedence, and a committed manifest plus scripts/python-bootstrap.mjs keeps the pinned build auditable and updatable.

Fixed

  • Keep the vision_toolkit_activate bootstrap callable until the end of the model step when the Skill and the bootstrap are invoked in parallel, preventing a race that surfaced as unknown tool "vision_toolkit_activate" while the Skill call was already activating the visual tools.
  • Reword the vision-tools Skill description so screenshot-to-UI restoration reliably triggers visual-tool activation.