v0.8.1
feder-cr/AIHawkv0.8.1Sep 6, 2026by feder-cr
AI Summary
This release fixes a rendering error in the step list where the `browser_watch` tool from `invisible-playwright-mcp` was incorrectly displayed as 'Called with raw arguments' due to a missing verb in the interface table. The fix ensures the tool renders correctly and the existing test for this scenario now passes.
Key Highlights
- Fixed rendering of `browser_watch` tool in step list
- Resolved 'Called with raw arguments' text display issue
- Passed existing test for interface table row handling
- Updated dependency to `invisible-playwright-mcp 0.15.0`
Full Release Notes
**Fixed.** invisible-playwright-mcp 0.15.0 added browser_watch, and a tool without a verb in the interface table rendered as Called with raw arguments in the step list. One row, and the test that exists for exactly this is green again.