diff --git a/.changeset/release-7099451c.md b/.changeset/release-7099451c.md new file mode 100644 index 0000000..60d6765 --- /dev/null +++ b/.changeset/release-7099451c.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Allow null values for the screenshot selector field. Previously, passing a null selector would fail validation, but now it is properly handled as an optional value.