v0.1.11
MiniMax-AI/MiniMax-01v0.1.11May 1, 2026by yury-s
AI Summary
This patch release fixes a bug in the screenshot annotation tool where launching a headed browser with a null viewport resulted in empty annotated screenshots.
Key Highlights
- Fixed 'playwright-cli annotate' behavior with null viewport
- Dashboard now falls back to window dimensions when viewport is null
Full Release Notes
## Fixes - **`fix(dashboard): handle null viewport in annotate screenshot`** — `playwright-cli annotate` against a headed browser launched with `viewport: null` produced an empty annotated screenshot; the dashboard now falls back to `window.innerWidth/innerHeight`. ([microsoft/playwright#40569](https://github.com/microsoft/playwright/pull/40569))