diff --git a/packages/coding-agent/src/modes/interactive/interactive-mode.ts b/packages/coding-agent/src/modes/interactive/interactive-mode.ts index 8171ee7f..bf95009b 100644 --- a/packages/coding-agent/src/modes/interactive/interactive-mode.ts +++ b/packages/coding-agent/src/modes/interactive/interactive-mode.ts @@ -920,6 +920,12 @@ export class InteractiveMode { this.footer.invalidate(); this.setCustomEditorComponent(undefined); this.defaultEditor.onExtensionShortcut = undefined; + this.updateTerminalTitle(); + if (this.loadingAnimation) { + this.loadingAnimation.setMessage( + `${this.defaultWorkingMessage} (${appKey(this.keybindings, "interrupt")} to interrupt)`, + ); + } } // Maximum total widget lines to prevent viewport overflow