v0.7.0
feder-cr/AIHawkv0.7.0Sep 5, 2026by feder-cr
AI Summary
This release ensures the browser engine is downloaded and ready on disk before the interface serves. It adds a progress indicator during the download process and updates the invisible-playwright-mcp dependency to 0.13.0. Note: This version was withdrawn in v0.8.0.
Key Highlights
- Engine downloads synchronously before serving
- Added progress indicator (percentage, verifying, extracting)
- Updated dependency to invisible-playwright-mcp 0.13.0
- Status message now reflects actual disk readiness
Breaking Changes
- Status message changed from 'browser ready' (without file) to 'browser ready' (with file)
- Dependency floor increased to invisible-playwright-mcp 0.13.0
New Features
- Synchronous engine download with progress feedback
- Improved startup user experience
Full Release Notes
**Changed.** aihawk ui downloads the engine before it opens the port, on one terminal line that follows the download: a percentage and the megabytes, then verifying, extracting, ready. Until now it printed browser ready with nothing on disk, and the engine arrived inside the first message. The floor on invisible-playwright-mcp moves to 0.13.0, where the server fetches the engine as it starts. **Withdrawn in 0.8.0**, the same weekend: both ways in now start with pip install aihawk followed by invisible-playwright fetch, in the terminal you are already in, and neither the server nor this interface fetches on its own.