v0.11.0
feder-cr/AIHawkv0.11.0Sep 6, 2026by feder-cr
AI Summary
This release consolidates the project into a streamlined one-command architecture, where the `aihawk` command now serves as the MCP server over stdio, while the interface remains accessible via `aihawk ui` or `python -m aihawk`.
Key Highlights
- Introduction of a unified one-command structure for the MCP server.
- The `aihawk ui` command continues to function as the interface.
- Removal of the standalone `invisible-playwright-mcp` console script from the package.
- Maintained backward compatibility by keeping the PyPI name as a shim.
Breaking Changes
- The console script `invisible-playwright-mcp` is removed from the package installation.
Full Release Notes
**Changed.** One command. `aihawk` with no subcommand is the MCP server over stdio: `uvx aihawk` is what a client registers (`claude mcp add --scope user stealth -- uvx aihawk`, and the same for Codex, Gemini CLI and every config file), `python -m aihawk` is what the interface spawns. `aihawk ui` is the interface, as before. The second console script `invisible-playwright-mcp` that 0.10.0 carried is gone from this package; the PyPI name `invisible-playwright-mcp` remains a shim over `aihawk`, so a client that registered `uvx invisible-playwright-mcp` before today keeps working unchanged. The README, the wiki page of the server and every config block say `uvx aihawk`.