continuous session

This commit is contained in:
Your Name
2026-03-06 20:28:23 +00:00
parent 7ec477d40d
commit ca184a386e
35 changed files with 947 additions and 53 deletions
@@ -370,6 +370,8 @@ export class ToolExecutor {
outputFile,
contentLength: typeof content === 'string' ? content.length : undefined,
data: toolResult.data,
newHistory: toolResult.newHistory,
compressionInfo: toolResult.compressionInfo,
};
const startTime = 'startTime' in call ? call.startTime : undefined;