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
@@ -56,6 +56,7 @@ const launchSchema = baseCommandSchema.extend({
allowedDomains: z.array(z.string()).optional(),
actionPolicy: z.string().optional(),
confirmActions: z.array(z.string()).optional(),
engine: z.enum(['chrome', 'lightpanda']).optional(),
});
const navigateSchema = baseCommandSchema.extend({