chore: rebuild release package
This commit is contained in:
@@ -7710,7 +7710,7 @@ function handleLoadSession(ws, msg) {
|
||||
let chunkEnd = Math.max(0, refreshedSession.messages.length - recentMessages.length);
|
||||
olderChunks.forEach((chunk, index) => {
|
||||
const chunkStart = Math.max(0, chunkEnd - chunk.length);
|
||||
wsSend(ws, {
|
||||
wsSend(ws, attachClientRequestId({
|
||||
type: 'session_history_chunk',
|
||||
sessionId: refreshedSession.id,
|
||||
messages: chunk,
|
||||
@@ -7718,7 +7718,7 @@ function handleLoadSession(ws, msg) {
|
||||
historyCursor: index === olderChunks.length - 1 ? historyRemaining : null,
|
||||
historyBaseIndex: chunkStart,
|
||||
historyTruncated: historyRemaining > 0,
|
||||
});
|
||||
}, msg));
|
||||
chunkEnd = chunkStart;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user