diff --git a/packages/coding-agent/src/modes/interactive/components/session-selector.ts b/packages/coding-agent/src/modes/interactive/components/session-selector.ts index c63ea6d8..e06998b9 100644 --- a/packages/coding-agent/src/modes/interactive/components/session-selector.ts +++ b/packages/coding-agent/src/modes/interactive/components/session-selector.ts @@ -165,7 +165,7 @@ class SessionList implements Component { if (this.filteredSessions.length === 0) { if (this.showCwd) { // "All" scope - no sessions anywhere that match filter - lines.push(theme.fg("muted", " No sessions found")); + lines.push(theme.fg("muted", truncateToWidth(" No sessions found", width, "…"))); } else { // "Current folder" scope - hint to try "all" lines.push(