Remove stream cancellation logic and refactor controller usage

Update coverage reports and tests to reflect changes
```
This commit is contained in:
2026-05-07 00:59:17 +02:00
parent 435e1f0d93
commit 45993bea67
17 changed files with 446 additions and 540 deletions
+1 -1
View File
@@ -86,7 +86,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;