Option specs (same shape as resolvingActionConfig options)
Optionalopts: { actionName?: string | null; requestId?: string | null } = {}
requestId, when
supplied, gates the panel's visibility on the focus-stack (same as the interactive
targeting HUD it coexists with) instead of always showing it.
Mount a passive resolve-config panel with no Submit/Cancel buttons. The panel coexists with the targeting HUD; the caller must gate its own confirm button on
panel.isComplete()and read choices viapanel.getResult().