Fixed
-
Studio: Surface revise RPC errors with actionable hints (PR #154) — When
slides revisefails due to an invalid artifact ID or a rejected revision request, the error now surfaces the specific Google API error code (e.g.,INVALID_ARGUMENT) along with a clear hint guiding the user to verify their artifact ID. Previously, these failures produced opaque, unhelpful error messages. Thank you @sickn33 for this fix! -
WSL2: Auth broken on Chrome 136+ due to localhost-only CDP (PR #155) — Chrome 136+ ignores
--remote-debugging-address=0.0.0.0, restricting the DevTools Protocol to127.0.0.1only. This completely brokenlm login --wslfor all WSL2 users. The fix switches to a port proxy approach: Chrome launches on port 9223 (localhost) and WSL connects via port 9222 through anetsh interface portproxyrule. Temp Chrome profiles are now created on the Windows filesystem (%TEMP%) instead of WSL's/tmpto prevent "Profile error occurred" crashes. Updateddocs/WSL_SETUP.mdwith one-time setup instructions. Thank you @casjogreen for this critical fix!
Full Changelog: v0.5.23...v0.5.24