fix(coding-agent): clear header on /new closes #1880

This commit is contained in:
Mario Zechner
2026-03-06 12:52:02 +01:00
parent b4e7d5c445
commit b13e080113
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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 = [];