-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Open
Labels
chat-terminalThe run in terminal tool in chatThe run in terminal tool in chatfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Copilot may want to run something like this:
npm run test:server:main 2>&1 | tee /tmp/test_output.log
This will not be auto approved currently because:
teeisn't auto approved- Even if it was, it's writing to
/tmpwhich we don't allow anywhere atm
We should consider adding auto approve for tee as well as allowing writes to /tmp as part of chat.tools.terminal.blockDetectedFileWrites
Copilot
Metadata
Metadata
Labels
chat-terminalThe run in terminal tool in chatThe run in terminal tool in chatfeature-requestRequest for new features or functionalityRequest for new features or functionality