Event emitted when an actionable command requires host-app handling. Currently only open:resource commands are emitted — open:url is handled directly.
Event emitted when an automatic command should be executed Host application should subscribe to this and handle the command appropriately
Execute an actionable command (triggered by user clicking a button). Generic commands like open:url are handled directly; others are emitted to the host.
Optionalorigin: Omit<ActionableCommandRequest, "command">Execute an automatic command (runs immediately without user interaction) Special handling: refresh:data commands execute locally, others emit to host
Execute all automatic commands from an agent result
Service for handling UI commands from agents.
Generic commands (open:url) are handled directly by this service. App-specific commands (open:resource) are emitted for the host application to handle.