feat: add support for /diff command autocomplete in TerminalChatInput (#431)
It's not working without this
This commit is contained in:
@@ -168,6 +168,9 @@ export default function TerminalChatInput({
|
||||
case "/approval":
|
||||
openApprovalOverlay();
|
||||
break;
|
||||
case "/diff":
|
||||
openDiffOverlay();
|
||||
break;
|
||||
case "/bug":
|
||||
onSubmit(cmd);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user