v1.2.0-beta01 #559
Nikita Lipsky (pjBooms)
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release summary
This beta continues the work on the Model Context Protocol (MCP) server introduced in the alphas, rounding out the tool set with autonomous build-mode support, log access, UI-error inspection, and lifecycle control (restart / reset). Now the MCP server tool set has all the tools as dev tools window has. The release also fixes reliability issues in the Dev Tools reload state and multi-window handling.
MCP Server
The MCP server gains several new tools and parameters since
1.2.0-alpha02:await_reload--auto), and report the resulting state.get_ui_error@Composable), with message and (capped) stacktrace.get_logsrestartreset_uiremember-ed state is dropped and the UI rebuilds from scratch (same as the "Reset UI" dev tools button).Additional MCP changes:
de0caf1 — Add a
save_toparameter to thetake_screenshottool to write the screenshot to a file.6bd6a7a — Extend the
statusresponse withlastErrorDetails, carrying additional diagnostic lines (such as compiler output) when a reload fails.statusalso reportsuiErrorWindowsfor windows failing to render.717b5e0 — Extend the
statusresponse withbuildContinuousboolean flag indicating whether the app is run in--automode.Dev Tools
6df6e95 — Fix the reload state hanging indefinitely in continuous / auto build mode.
72cc124 — Fix the hot reload panel being non-interactive in multi-window mode.
cf00d0b — Move the "Copy" buttons in the notification overlay to the top line.
This discussion was created from the release v1.2.0-beta01.
Beta Was this translation helpful? Give feedback.
All reactions