diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 67e7c64121..a0b5814376 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -418,11 +418,13 @@ export const ChatRowContent = ({ {tool.regex} }} + values={{ regex: tool.regex }} /> ) : ( {tool.regex} }} + values={{ regex: tool.regex }} /> )}