What's wrong with this entry?
Anonymous. No account, no email.
What
A new SDK protocol message type request_user_dialog that enables tool-driven blocking dialogs, replacing the previous Ink JSX-based approach.
Details
- New message types:
request_user_dialog(request) anduser_dialog_response(response) - Uses
dialog_kindas an open string union to identify which dialog to render (known kinds:"it2_setup","computer_use_approval") - Enables SDK consumers to render custom dialogs and return structured results
- Description: "Requests the SDK consumer to render a tool-driven blocking dialog and return the user choice"
Evidence
Dialog protocol (search for "request_user_dialog")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.