mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
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