mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
When all tasks were completed and the user continued chatting, the inline task summary was shown correctly. But on page refresh, loadHistory and fetchSessionTasks would re-populate the task store, making the sticky bar reappear. - Add completedAndDismissed flag to cliTaskStore - Detect user messages after last task tool call in history (V1 + V2) - SessionTaskBar skips render when allCompleted && completedAndDismissed - refreshTasks/setTasksFromTodos reset the flag for new task activity - Fix InlineTaskSummary width to match parent container Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>