Skip to content
Open
5 changes: 5 additions & 0 deletions .changeset/calm-files-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aicodeman": patch
---

Search the full session workspace from File Viewer while keeping results scoped to the active session and hidden-file preference.
1 change: 1 addition & 0 deletions src/web/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5633,6 +5633,7 @@ class CodemanApp {

this._cleanupPreviousSession(sessionId);
this.activeSessionId = sessionId;
this._activateFileBrowserSession?.(sessionId);
// Repaint the partial-history banner for the tab being switched TO. The
// replay paths refresh it when their fetch lands; without this the previous
// session's notice stays on screen until then (#258).
Expand Down
Loading