mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
054c417603
When using /resume to resume a session, reasoning/thinking content was not being displayed even though it was saved in the session file. Changes: - Add RenderReasoningBlock to Renderer interface - Implement RenderReasoningBlock for MessageRenderer with muted italic styling matching live streaming output - Implement RenderReasoningBlock for CompactRenderer with same styling - Update renderSessionHistory to render reasoning content before assistant message text Fixes: reasoning blocks now populate correctly when resuming sessions