From f5b02ed1e1f099997d95089b3364edca899d8ff9 Mon Sep 17 00:00:00 2001 From: Demircan Celebi Date: Thu, 17 Apr 2025 05:01:24 +0100 Subject: [PATCH] fix: correct typos in thinking texts (transcendent & parroting) (#108) Ran codex on its own source code to find mistakes & commit, even though they are commented out. --- .../src/components/chat/terminal-chat-input-thinking.tsx | 4 ++-- codex-cli/src/components/chat/terminal-chat-new-input.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-cli/src/components/chat/terminal-chat-input-thinking.tsx b/codex-cli/src/components/chat/terminal-chat-input-thinking.tsx index 93d651d4..987e04f3 100644 --- a/codex-cli/src/components/chat/terminal-chat-input-thinking.tsx +++ b/codex-cli/src/components/chat/terminal-chat-input-thinking.tsx @@ -28,7 +28,7 @@ const thinkingTexts = ["Thinking"]; /* [ "Asking the oracle", "Detangling qubits", "Reading tea leaves", - "Pondering universal love and transcendant joy", + "Pondering universal love and transcendent joy", "Feeling the AGI", "Shaving the yak", "Escaping local minima", @@ -61,7 +61,7 @@ const thinkingTexts = ["Thinking"]; /* [ "Bargaining with entropy", "Channeling", "Cooking", - "Parrotting stochastically", + "Parroting stochastically", ]; */ export default function TerminalChatInputThinking({ diff --git a/codex-cli/src/components/chat/terminal-chat-new-input.tsx b/codex-cli/src/components/chat/terminal-chat-new-input.tsx index 11e14391..36189dfd 100644 --- a/codex-cli/src/components/chat/terminal-chat-new-input.tsx +++ b/codex-cli/src/components/chat/terminal-chat-new-input.tsx @@ -55,7 +55,7 @@ const thinkingTexts = ["Thinking"]; /* [ "Asking the oracle", "Detangling qubits", "Reading tea leaves", - "Pondering universal love and transcendant joy", + "Pondering universal love and transcendent joy", "Feeling the AGI", "Shaving the yak", "Escaping local minima",