fix(coding-agent): clear header on /new closes #1880
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `/new` leaving startup header content, including the changelog, visible after starting a fresh session ([#1880](https://github.com/badlogic/pi-mono/issues/1880))
|
||||
|
||||
## [0.56.2] - 2026-03-05
|
||||
|
||||
### New Features
|
||||
|
||||
@@ -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