-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Which API Provider are you using?
Anthropic
Which Model are you using?
Claude 3.5 Sonnet
What happened?
I cannot get chained commands to auto execute. For instance, I cannot get this one to auto execute: npm test 2>&1 | Select-String -NotMatch "node_modules" | Select-String "FAIL|Error". I have tried adding npm test and Select-String, that doesn't work.
Steps to reproduce
- Add npm test and Select-String to approved commands list
- Ask Cline to run npm test 2>&1 | Select-String -NotMatch "node_modules" | Select-String "FAIL|Error"
- It will still require manual approval
Relevant API REQUEST output
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working