Skip to content

v0.0.31

Latest
Compare
Choose a tag to compare
@pavelfeldman pavelfeldman released this 17 Jul 23:04
· 30 commits to main since this release
64f950a

What's new

  • πŸ”₯ browser_evaluate tool was added. Evaluate on element to read styles, attributes or globally to run code 012c906
  • πŸ’» Recent console logs are included in the tool results. Agents no longer need to poll for console messages 5bfff0a
  • πŸ’» Page errors are included in console messages a5a57df
  • 🏷️ Right click for your userland context menus c97bc6e
  • πŸ–±οΈ (x,y) - based mouse actions available as opt-in (run mcp server with --caps=vision argument) d61aa16

Misc

  • 9545473 chore: remove image reply special case in cursor
  • 3061d9a chore: resolve dialog races
  • da818d1 chore: make tab indexes 0-based
  • fe0c0ff chore: mirror cli options w/ env vars

Breaking

  • 825a97d chore: remove generate_test tool for now - We received mixed feedback on the tool, manually prompting to generate tests after actions is still the best practice
  • d61aa16 --vision mode has been deprecated and turned into --caps=vision capability
  • d61aa16 browser_pdf_save has been moved into a separate capability, run mcp server with --caps=pdf argument.