mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
Two bugs fixed: 1. Intermediate assistant text (e.g. "项目已经有 node_modules,直接启动") was lost between tool calls because content_start didn't flush streamingText. Now we flush accumulated text as assistant_text before switching to the next content block. 2. History reload (page refresh) now restores thinking blocks alongside tool_use, tool_result, and text blocks. Previously thinking blocks were intentionally dropped — now they're preserved for full conversation replay. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>