microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
326 stars 30 forks source link

Messages containg " kill " get the response filtered #500

Open MisterZig opened 12 months ago

MisterZig commented 12 months ago

Steps to Reproduce:

  1. Ask copilot chat a message containing " kill " (might not work if there are special characters adjacent to it)
  2. Little i in a circle appears with a gradient over the response with an explanation saying the response got filtered.

P.S. I tried it again later (after a /clear) and now it's not being filtered anymore and I'm failing to reproduce the behavior.

videovillain commented 11 months ago

This shows up if there are any bad words in the code at all.

We are currently trying to make a good forbidden words filter, but... this "Oops," filter is getting really annoying.

How exactly are we supposed to get help with something like a bad words filter function... without getting this issue incessantly until you basically remove the entire list of bad words you are trying to test out?

sean-mcmanus commented 7 months ago

I also hit this in regards to the "kill" command on Linux for killing processes, e.g.

image