In-thread forms
bb 0.43.3SDK 0.4.104pinned e865697 (desktop-v0.43.3)
Pauses an agent mid-turn to ask the person a question, and hands their answer back to the agent. With this, a plugin can:
What it gives you
- Replace the prompt box with a form the plugin draws, even after the agent's turn has ended
- Receive the submitted answer, or a cancellation and its reason
- Leave a row in the thread timeline: the plugin names its header and describes what a submission shows, so the transcript keeps exactly what the plugin chooses
API
Each symbol links to the pinned commit it was read at.
PluginUiinterfacePluginPendingInteractionRegistrationinterface
Used by
Ask User Question, Secrets
The brief is Markdown, written for a coding agent: what the capability is, where it registers, every SDK symbol with a pinned permalink, the rules that bite, and what done means.