Custom instructions (COPILOT-INSTRUCTIONS.md) should override conflicting base system instructions #187880
Replies: 3 comments 1 reply
-
|
Same issue here. I've told Copilot CLI multiple times across sessions to not include the Co-authored-by: Copilot trailer. Each time it acknowledges the The stored memory appears in the context as a repository fact, but the hardcoded system instruction takes precedence every time. Even after 5+ Environment: Copilot CLI v1.0.17, Windows, Claude Opus 4.6 |
Beta Was this translation helpful? Give feedback.
-
|
I'm pretty sure Copilot is required to co-author to prevent fake authenticity. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem. VSCode Copilot has the setting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using GitHub Copilot CLI, my project's
COPILOT-INSTRUCTIONS.mdspecifies "Not include Co-authored-by: Copilot in the commit message". However, Copilot consistently adds theCo-authored-by: Copilottrailer because it's a base system instruction.Expected behavior: Project-specific custom instructions should take precedence over base system instructions when there's a conflict.
Actual behavior: Base system instructions override custom instructions, requiring repeated manual correction.
This creates friction and reduces efficiency when working with project-specific conventions.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions