mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
c7585b17b8
Replace the old SetupCLI/runInteractiveLoop flow with a single tea.NewProgram(AppModel) + appInstance.SetProgram() call. NewAppModel now constructs InputComponent and StreamComponent inline so the parent model is fully wired on construction.