You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
When the agent needs specific structured input (e.g., "Pick a framework", "Choose options"), the CLI renders structured forms via the Elicitation API. PolyPilot falls back to plain text input.
Summary
When the agent needs specific structured input (e.g., "Pick a framework", "Choose options"), the CLI renders structured forms via the Elicitation API. PolyPilot falls back to plain text input.
SDK API
ElicitationHandlercallback (v0.2.1)session.Rpc.Ui.ElicitationAsync(message, schema)— request structured inputElicitationRequestedEvent(includesRequestedSchema),ElicitationCompletedEvent(includesAction,Content)Proposed Implementation
RequestedSchemafrom the eventValue
Much better UX than "Type 1, 2, or 3" in a text box. Makes agent interactions feel native and polished.
Priority: 🟡 MEDIUM