@akropolys/kiku 1.7.13 → 1.7.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -601,7 +601,10 @@ function ChatWidget({
601
601
  next[historyIdx] = {
602
602
  ...next[historyIdx],
603
603
  content: messages[hookIdx].content,
604
- actionType: messages[hookIdx].actionType
604
+ actionType: messages[hookIdx].actionType,
605
+ thinking: messages[hookIdx].thinking,
606
+ thoughtForSeconds: messages[hookIdx].thoughtForSeconds,
607
+ statusMessage: messages[hookIdx].statusMessage
605
608
  };
606
609
  break;
607
610
  }