mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
512d0f16ce
Added AddStartupMessageToScrollList() method that renders startup info (model, context, skills, extensions, MCP tools) and extension startup messages as system messages in the ScrollList. This ensures startup info is visible and scrollable in alt screen mode, rather than being printed before BubbleTea starts and becoming hidden when alt screen takes over. Changes: - AppModelOptions: Added StartupExtensionMessages field - AppModel: Store and render startup messages in Init() - AddStartupMessageToScrollList(): Renders startup info + extension messages - cmd/root.go: Pass startupExtensionMessages to NewAppModel The startup info now appears at the top of conversation history and can be scrolled back to at any time.