diff --git a/webview-ui/src/components/chat/CommandExecution.tsx b/webview-ui/src/components/chat/CommandExecution.tsx index cf0702e302..e485ed5bc0 100644 --- a/webview-ui/src/components/chat/CommandExecution.tsx +++ b/webview-ui/src/components/chat/CommandExecution.tsx @@ -78,7 +78,6 @@ export const CommandExecution = ({ executionId, text, icon, title }: CommandExec const extractedPatterns = extractPatternsFromCommand(command) return extractedPatterns.map((pattern) => ({ pattern, - description: `${pattern} commands`, })) }, [command])