Release Summary
1.3.0-alpha02 improves screenshot capture and continues the error-recovery work started in 1.3.0-alpha01. Screenshots now grab the Compose content directly making the MCP take_screenshot tool more reliable. The "hard reset" recovery strategy is preserving the window's position and size now.
Runtime
a76829b— Capture screenshots viaComposeDesktopEntryPoint. Screenshots are captured natively usingComposeDesktopEntryPoint.captureContentToImage()for Compose 1.13+ with an automatic fallback to the AWTRobotpath for previous Compose versions. This makes the MCPtake_screenshottool more accurate and consistent.f9192ed— preserve window position and size after a hard reset (Reset UI). The composition hard-reset strategy recreates the app window to recover from corrupted state; it now restores the previous window bounds so the recovered window reappears where you left it instead of jumping to a default position.
Dev Tools
958598b— Fix: tooltips displayed behind the error overlay. Tooltips now render above the error overlay so their text is no longer obscured when an error is being shown.