v0.20.0
feder-cr/AIHawkv0.20.0Sep 8, 2026by feder-cr
AI Summary
This release significantly boosts the performance of the live pane by increasing the frame rate from approximately twelve to twenty-five frames per second. It improves speed across the engine, wrapper, and page collection layers, though the default wrapper speed remains at ten frames per second to save bandwidth for batch jobs.
Key Highlights
- Live pane speed increased to 25fps
- Requires invisible-playwright 0.14.0
- Optimized engine, wrapper, and page collection
- Interface requests 25fps while wrapper defaults to 10fps
New Features
- Increased live pane frame rate to 25fps
- Optimized engine and wrapper performance
- Bandwidth conservation for batch jobs
Full Release Notes
The live pane runs at twenty-five frames a second instead of about twelve. It was slow in three places and each one is fixed where it lives: the engine makes what it is asked for, the wrapper passes the request on (invisible-playwright 0.14.0, which this release requires), and the page collects them fast enough to show them. Ten frames a second stays the right default for the wrapper - a batch job that never looks at a frame should not pay a live view's bandwidth, measured at 257 KB/s against 629 - so the interface asks for more because it is the one watching.