Update shell tool call colors for confirmed actions (#11126)

This commit is contained in:
Miguel Solorio
2025-10-15 10:03:10 -07:00
committed by GitHub
parent 5d98b4cd3b
commit 3f38fb0bc3
3 changed files with 3 additions and 3 deletions
@@ -51,7 +51,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
(t) => t.name === SHELL_COMMAND_NAME || t.name === SHELL_NAME,
);
const borderColor =
isShellCommand || isEmbeddedShellFocused
(isShellCommand && hasPending) || isEmbeddedShellFocused
? theme.ui.symbol
: hasPending
? theme.status.warning