Skip to content

v1.6.0

Latest

Choose a tag to compare

@Desperado Desperado released this 31 Mar 17:43

v1.6.0 — Vision, ESC Hotkey, Smart Healing

New Features

  • analyze_screenshot: Send test screenshots to Claude Vision — the agent can now SEE the page instead of guessing at selectors
  • get_page_elements: Extract interactive elements from screenshots with suggested Playwright selectors
  • Double ESC to cancel: Like Claude Code — press ESC twice to cancel streaming/tool execution

Improvements

  • Playwright error extraction: Failed tests show actual error + line number (not just "Test failed")
  • Context optimization: Script code capped at 4000 chars in history — prevents 900K+ token sessions
  • Retry limits: Max 3 update→run cycles, then asks user for help
  • Bugsink error reporting: API errors (5xx/401/403) and Anthropic API failures now captured at bugs.qualitymax.io

Bug Fixes

  • Fix "Input should be a valid list" API errors after many tool calls (v1.5.5)
  • Fix Bearer auth token hash mismatch (v1.5.3)