v7.0.1

resemble-ai/chatterboxv7.0.1May 9, 2026by mherrmann

AI Summary

Improves error handling for missing elements by providing descriptive messages in LookupError exceptions to aid debugging.

Key Highlights

  • LookupError now includes the missing element name
  • Improved error messages for click actions

New Features

  • Enhanced error reporting for missing elements

Full Release Notes

Previously, when you did `click("non-existent")` you received a `LookupError` without further information. Now, you get `LookupError: "non-existent"`. Similarly for other actions. This makes debugging easier.