mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
584b2158036887436e1d104056cd0cb328a512c7
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.
Languages
Go
96.6%
HTML
2.6%
Python
0.5%
JavaScript
0.3%
