mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
refactor: remove automatic 'commands' description suffix from patterns
This commit is contained in:
parent
cbc756d8b5
commit
7799f0cabf
1 changed files with 0 additions and 1 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue