diff --git a/coverage/lcov-report/chat-view.ts.html b/coverage/lcov-report/chat-view.ts.html
index 306c8d6..1ad901d 100644
--- a/coverage/lcov-report/chat-view.ts.html
+++ b/coverage/lcov-report/chat-view.ts.html
@@ -23,9 +23,9 @@
- 92.55%
+ 92.52%
Statements
- 199/215
+ 198/214
@@ -44,9 +44,9 @@
- 94.52%
+ 94.5%
Lines
- 190/201
+ 189/200
@@ -628,7 +628,7 @@
-
3x
+
3x
3x
3x
@@ -1105,7 +1105,7 @@ export class ChatView extends ItemView {
}
onClose(): Promise<void> {
- this.ollamaClient.cancelStream();
+ // Removed cancelStream call as we now use local controllers
this.removeEventListeners();
this.cleanupStreamingResources();
this.lastMessageEl = null;
@@ -1501,7 +1501,7 @@ export class ChatView extends ItemView {