From f3cab736b4efe1065adc8fc667c7c9558739b5b4 Mon Sep 17 00:00:00 2001 From: Abdelrhman Kamal Mahmoud Ali Slim Date: Sat, 19 Apr 2025 07:23:02 -0700 Subject: [PATCH] fix: name of the file not matching the name of the component (#354) before ![image](https://github.com/user-attachments/assets/e47595bc-8b5b-470d-8cca-1d4c4afbf802) after ![image](https://github.com/user-attachments/assets/c04bc384-534e-44f0-9917-08a15f7280dc) Co-authored-by: Thibault Sottiaux --- ...t-tool-call-item.tsx => terminal-chat-tool-call-command.tsx} | 0 codex-cli/src/components/chat/terminal-chat.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename codex-cli/src/components/chat/{terminal-chat-tool-call-item.tsx => terminal-chat-tool-call-command.tsx} (100%) diff --git a/codex-cli/src/components/chat/terminal-chat-tool-call-item.tsx b/codex-cli/src/components/chat/terminal-chat-tool-call-command.tsx similarity index 100% rename from codex-cli/src/components/chat/terminal-chat-tool-call-item.tsx rename to codex-cli/src/components/chat/terminal-chat-tool-call-command.tsx diff --git a/codex-cli/src/components/chat/terminal-chat.tsx b/codex-cli/src/components/chat/terminal-chat.tsx index c30ccd2e..298d9208 100644 --- a/codex-cli/src/components/chat/terminal-chat.tsx +++ b/codex-cli/src/components/chat/terminal-chat.tsx @@ -5,7 +5,7 @@ import type { ColorName } from "chalk"; import type { ResponseItem } from "openai/resources/responses/responses.mjs"; import TerminalChatInput from "./terminal-chat-input.js"; -import { TerminalChatToolCallCommand } from "./terminal-chat-tool-call-item.js"; +import { TerminalChatToolCallCommand } from "./terminal-chat-tool-call-command.js"; import { calculateContextPercentRemaining, uniqueById,