fix(coding-agent): clear header on /new closes #1880
This commit is contained in:
@@ -4164,6 +4164,7 @@ export class InteractiveMode {
|
||||
await this.session.newSession();
|
||||
|
||||
// Clear UI state
|
||||
this.headerContainer.clear();
|
||||
this.chatContainer.clear();
|
||||
this.pendingMessagesContainer.clear();
|
||||
this.compactionQueuedMessages = [];
|
||||
|
||||
Reference in New Issue
Block a user