mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
da7e05eb87
SetupCLIForNonInteractive returns nil when --quiet is active, matching the pre-existing nil checks elsewhere in the same block (e.g. the buffered debug-message branch). Without this guard the new 'System Prompt loaded' notice panicked on quiet, non-interactive runs. Discovered via tmux smoke test of the #25 fix.