@engineer-ai/sdk 1.5.6 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1950,6 +1950,14 @@ export type Config = {
|
|
|
1950
1950
|
*/
|
|
1951
1951
|
mcp_timeout?: number;
|
|
1952
1952
|
};
|
|
1953
|
+
/**
|
|
1954
|
+
* Default enable Chrome Use
|
|
1955
|
+
*/
|
|
1956
|
+
chromeDefaultEnabled?: boolean;
|
|
1957
|
+
/**
|
|
1958
|
+
* Chrome permission mode
|
|
1959
|
+
*/
|
|
1960
|
+
chromePermissionMode?: "ask" | "skip_all_permission_checks" | "follow_a_plan";
|
|
1953
1961
|
};
|
|
1954
1962
|
export type BadRequestError = {
|
|
1955
1963
|
data: unknown;
|