v0.8.0

feder-cr/AIHawkv0.8.0Sep 5, 2026by feder-cr

AI Summary

This release simplifies the installation workflow by requiring users to manually run the `invisible-playwright fetch` command after installing the package via pip. It removes the automatic engine fetching step and updates the invisible-playwright-mcp dependency to version 0.14.0.

Key Highlights

  • Manual browser fetching via `invisible-playwright fetch` command
  • Removal of automatic engine fetching (step 0.7.0)
  • Updated dependency to invisible-playwright-mcp 0.14.0
  • Status message changed from 'browser ready' to 'server connected'

Breaking Changes

  • Engine step 0.7.0 added before serving has been removed
  • Server no longer fetches the browser automatically at startup

New Features

  • Manual browser download capability
  • Updated MCP server integration

Full Release Notes

**Changed.** Both ways in start with pip install aihawk, which brings the MCP server with it, followed by invisible-playwright fetch: the quarter-gigabyte browser comes down in the terminal you are already in, where you can watch it. The engine step 0.7.0 added before serving is gone, for the same reason the server stopped fetching at start in invisible-playwright-mcp 0.14.0, which this release requires. The line printed after the link opens says server connected rather than browser ready, which it never was at that point.