feat: add support for /diff command autocomplete in TerminalChatInput (#431)

It's not working without this
This commit is contained in:
Thomas 2025-04-20 13:01:40 +10:00 committed by GitHub
parent 63c99e7d82
commit fc1e45636e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -168,6 +168,9 @@ export default function TerminalChatInput({
case "/approval":
openApprovalOverlay();
break;
case "/diff":
openDiffOverlay();
break;
case "/bug":
onSubmit(cmd);
break;