-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Bug: ~/.copilot/copilot-instructions.md is not being loaded
Description
The global instructions file at $HOME/.copilot/copilot-instructions.md is not being applied, even after restarting
the CLI.
Steps to Reproduce
- Create
~/.copilot/copilot-instructions.mdwith custom instructions - Restart the CLI
- Run
/instructions— the file is not listed - Send a message — the instructions are not applied
Expected Behavior
The file is listed under /instructions and its rules are applied to all sessions.
Actual Behavior
The file is ignored entirely. The /instructions command does not list it, and the defined rules have no effect.
Environment
- OS: macOS
- CLI Version: GitHub Copilot v0.0.421
Additional Context
The documentation lists
$HOME/.copilot/copilot-instructions.md as a supported instructions location.
Reactions are currently unavailable