chore: improve inclusive-language (#7558)

This commit is contained in:
Jack Wotherspoon
2025-09-02 18:09:28 -06:00
committed by GitHub
parent 5e1651954d
commit 39c35e7d61
6 changed files with 12 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ class ShellToolInvocation extends BaseToolInvocation<
);
if (commandsToConfirm.length === 0) {
return false; // already approved and whitelisted
return false; // already approved and allowlisted
}
const confirmationDetails: ToolExecuteConfirmationDetails = {