fix: archive session

This commit is contained in:
weishu
2026-01-03 10:31:54 +08:00
parent d87250aff2
commit bc602ff5ea
7 changed files with 51 additions and 5 deletions
+1
View File
@@ -58,6 +58,7 @@ export class AgentSessionBase<Mode> {
this.keepAliveInterval = setInterval(() => {
this.client.keepAlive(this.thinking, this.mode, this.getKeepAliveRuntime());
}, 2000);
}
onThinkingChange = (thinking: boolean) => {