mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 21:03:01 +00:00
fix(coding-agent): add /quit autocomplete and remove /exit fixes #1303
This commit is contained in:
parent
9ce0007945
commit
8792ee2a66
3 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue