mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Co-authored-by: Junmo Kim <me@junmo.kim>
This commit is contained in:
@@ -199,6 +199,7 @@ class GeminiRemoteLauncher extends RemoteLauncherBase {
|
||||
await backend.cancelPrompt(this.session.sessionId);
|
||||
}
|
||||
await this.permissionHandler?.cancelAll('User aborted');
|
||||
this.session.sendSessionEvent({ type: 'message', message: 'Session aborted' });
|
||||
this.session.queue.reset();
|
||||
this.session.onThinkingChange(false);
|
||||
this.abortController.abort();
|
||||
|
||||
Reference in New Issue
Block a user