Harlan

Results 3 comments of Harlan

I think you can achieve that by using the instructions files in .github folder, see: [docs.github.com](https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions). I tried it earlier and it seems to work, the agent pulls the instructions...

I had this bug too, on windows powershell version 0.0.347. Didn't stumble upon this on MacOs terminal.

Your Copilot CLI version is probably too old. Try upgrading to latest with: `npm install -g @github/copilot@latest` And see if it still triggers an error. Edit: Oh wait, it's probably...