You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.