mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
997c7d15ff
Steering messages (Ctrl+S during agent work) now carry file attachments just like queued messages do. Previously, pasted images were silently dropped when steering. Changes: - Add SteerMessage struct with Text and Files fields - Update steer channel from chan string to chan SteerMessage - Add SteerWithFiles methods through the stack (UI, app, SDK) - Update PrepareStep to include files in injected user messages