From 36e95353ed567eba1b8196f26b9f97bb29d5f4c2 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 11 May 2026 16:24:33 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20refactor:=20Rename=20Co?= =?UTF-8?q?de=20Interpreter=20Labels=20To=20Run=20Code=20(#13071)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Rename Code Interpreter UI to Run Code * fix: Remove unused Run Code i18n keys * fix: Restore tool call labels * fix: Keep assistant Code Interpreter copy * fix: Update agent code environment copy * fix: Update code environment upload copy * fix: Use fresh run code locale keys * fix: Update code environment test copy * fix: Sort upload translation test keys --- .../src/components/Chat/Input/CodeInterpreter.tsx | 2 +- .../components/Chat/Input/Files/AttachFileMenu.tsx | 2 +- .../components/Chat/Input/Files/DragDropModal.tsx | 2 +- .../Input/Files/__tests__/AttachFileMenu.spec.tsx | 14 +++++++------- client/src/components/Chat/Input/ToolsDropdown.tsx | 2 +- .../components/SidePanel/Agents/Code/Action.tsx | 6 ++---- .../src/components/SidePanel/Agents/Code/Files.tsx | 4 ++-- .../src/components/SidePanel/Agents/Code/Form.tsx | 13 +++---------- .../SidePanel/Agents/__tests__/CodeFiles.spec.tsx | 4 ++-- .../hooks/Conversations/useExportConversation.ts | 4 +++- client/src/locales/en/translation.json | 7 +++---- 11 files changed, 26 insertions(+), 34 deletions(-) diff --git a/client/src/components/Chat/Input/CodeInterpreter.tsx b/client/src/components/Chat/Input/CodeInterpreter.tsx index 488f081f32..c493135c77 100644 --- a/client/src/components/Chat/Input/CodeInterpreter.tsx +++ b/client/src/components/Chat/Input/CodeInterpreter.tsx @@ -25,7 +25,7 @@ function CodeInterpreter() { className="max-w-fit" checked={runCode} setValue={debouncedChange} - label={localize('com_assistants_code_interpreter')} + label={localize('com_ui_run_code')} isCheckedClassName="border-purple-600/40 bg-purple-500/10 hover:bg-purple-700/10" icon={