When automating copilot CLI from scripts it would be very helpful to have a way to opt-in to trusting the folder via a launch flag so that the folder doesn't first have to be trusted via an interactive session and answering the prompt manually, or by directly editing the ~\.copilot\config.json file.
I'm imagining something like:
$ copilot --trust-folder --allow-all-tools
Related #1121
When automating
copilotCLI from scripts it would be very helpful to have a way to opt-in to trusting the folder via a launch flag so that the folder doesn't first have to be trusted via an interactive session and answering the prompt manually, or by directly editing the~\.copilot\config.jsonfile.I'm imagining something like:
Related #1121