From bacedd6897311926e44b4d3fd6ec2a0147f2fd13 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Wed, 3 Sep 2025 16:13:26 -0600 Subject: [PATCH] chore(i18n): add missing en/tools keys (executeCommand, fetchInstructions, generic) --- src/i18n/locales/en/tools.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/i18n/locales/en/tools.json b/src/i18n/locales/en/tools.json index 61dce5c187..01a9c9904f 100644 --- a/src/i18n/locales/en/tools.json +++ b/src/i18n/locales/en/tools.json @@ -15,6 +15,19 @@ "policy_restriction": "Failed to create new task due to policy restrictions." } }, + "executeCommand": { + "workingDirMissing": "Working directory '{{workingDir}}' does not exist.", + "shellIntegrationGenericError": "Command execution failed due to an unexpected shell integration error." + }, + "fetchInstructions": { + "errors": { + "invalidRequest": "Invalid request" + } + }, + "generic": { + "noChanges": "No changes were made.", + "changesRejected": "Changes were rejected." + }, "errors": { "toolCallError": "Tool call error: {{toolName}}", "toolExecutionError": "Tool execution error",