feat: add support for /diff command autocomplete in TerminalChatInput (#431)
It's not working without this
This commit is contained in:
parent
63c99e7d82
commit
fc1e45636e
1 changed files with 3 additions and 0 deletions
|
|
@ -168,6 +168,9 @@ export default function TerminalChatInput({
|
|||
case "/approval":
|
||||
openApprovalOverlay();
|
||||
break;
|
||||
case "/diff":
|
||||
openDiffOverlay();
|
||||
break;
|
||||
case "/bug":
|
||||
onSubmit(cmd);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue