lightpanda (#646)

* lightpanda

* lightpanda benchmarks

* improvements

* fixes

* improvements
This commit is contained in:
Chris Tate
2026-03-06 11:16:37 -06:00
committed by GitHub
parent 36c2e06f89
commit 0da54c7038
25 changed files with 2190 additions and 74 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface LaunchCommand extends BaseCommand {
allowedDomains?: string[];
actionPolicy?: string;
confirmActions?: string[];
engine?: 'chrome' | 'lightpanda';
// Auto-load state file for session persistence
autoStateFilePath?: string;
}