refactor: remove automatic 'commands' description suffix from patterns

This commit is contained in:
Daniel Riccio 2025-07-24 12:26:42 -05:00
parent cbc756d8b5
commit 7799f0cabf
No known key found for this signature in database
GPG key ID: FFD5FD825F8E8209

View file

@ -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])