mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
fix(coding-agent): reset terminal title and working message in resetExtensionUI
This commit is contained in:
parent
3dd95094f5
commit
7d2255ddc2
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue