fix(coding-agent): add /quit autocomplete and remove /exit fixes #1303
This commit is contained in:
@@ -1925,7 +1925,7 @@ export class InteractiveMode {
|
||||
this.editor.setText("");
|
||||
return;
|
||||
}
|
||||
if (text === "/quit" || text === "/exit") {
|
||||
if (text === "/quit") {
|
||||
this.editor.setText("");
|
||||
await this.shutdown();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user