fix: persist ask_user_question, SQL results, and timing across conversation switches#87
Conversation
…sation switches Previously, switching conversations lost: ask_user_question tool call/result blocks in the thinking section, SQL query result data (columns/rows), user question answers and timing, and overall response duration. This fixes the backend to persist all segment data (including toolInput, output, columns, rows) and the frontend to reconstruct it on reload. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 0fc41fc80c29
|
Claude finished @cyyeh's task in 2m 42s —— View job Code Review
|

Summary
ask_user_questiontool call/result blocks in thinking section so they survive conversation switchesanswerDurationMs) on user question blocksdurationMs) on assistant messagesbuildChatMessageson frontend reloadTest plan
ask_user_question, answer it, verify the tool block and question UI render🤖 Generated with Claude Code