mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
584b215803
Extensions can now show modal prompts to the user via ctx.PromptSelect, ctx.PromptConfirm, and ctx.PromptInput. Prompts render inline below the separator (replacing the input area) and use channel-based sync so the extension blocks until the user responds. Extension slash commands run in dedicated goroutines to avoid stalling BubbleTea's Cmd scheduler.