bunnyquery 1.10.7 → 1.10.8

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/bunnyquery.js CHANGED
@@ -3102,6 +3102,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
3102
3102
  if (item._isBgTask) em.isBackgroundTask = true;
3103
3103
  if (serverItemId !== void 0) em._serverItemId = serverItemId;
3104
3104
  if (replyTs !== void 0) em._ts = replyTs;
3105
+ if (indexFile && isFinite(executedTs) && executedTs > 0) em._tsStart = executedTs;
3105
3106
  mapped.push(em);
3106
3107
  } else if (isStreamPending) {
3107
3108
  var sp = { role: "assistant", content: "", _streamPending: true };
@@ -8277,7 +8278,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
8277
8278
  (function() {
8278
8279
  var MCP_PROD = "https://mcp.broadwayinc.computer";
8279
8280
  var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
8280
- var BQ_VERSION = "1.10.7" ;
8281
+ var BQ_VERSION = "1.10.8" ;
8281
8282
  var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
8282
8283
  var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
8283
8284
  var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
package/dist/engine.cjs CHANGED
@@ -3246,6 +3246,7 @@ function mapHistoryListToMessages(list, platform, opts) {
3246
3246
  if (item._isBgTask) em.isBackgroundTask = true;
3247
3247
  if (serverItemId !== void 0) em._serverItemId = serverItemId;
3248
3248
  if (replyTs !== void 0) em._ts = replyTs;
3249
+ if (indexFile && isFinite(executedTs) && executedTs > 0) em._tsStart = executedTs;
3249
3250
  mapped.push(em);
3250
3251
  } else if (isStreamPending) {
3251
3252
  var sp = { role: "assistant", content: "", _streamPending: true };