chore: experimental agent mode (#516)

This commit is contained in:
Pavel Feldman 2025-06-04 09:14:50 -07:00 committed by GitHub
parent 9728527900
commit 0fb9646c4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 693 additions and 190 deletions

5
config.d.ts vendored
View file

@ -23,6 +23,11 @@ export type Config = {
* The browser to use.
*/
browser?: {
/**
* Use browser agent (experimental).
*/
browserAgent?: string;
/**
* The type of browser to use.
*/