@akropolys/kiku 1.7.13 → 1.7.14

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.mjs CHANGED
@@ -569,7 +569,10 @@ function ChatWidget({
569
569
  next[historyIdx] = {
570
570
  ...next[historyIdx],
571
571
  content: messages[hookIdx].content,
572
- actionType: messages[hookIdx].actionType
572
+ actionType: messages[hookIdx].actionType,
573
+ thinking: messages[hookIdx].thinking,
574
+ thoughtForSeconds: messages[hookIdx].thoughtForSeconds,
575
+ statusMessage: messages[hookIdx].statusMessage
573
576
  };
574
577
  break;
575
578
  }