JetBrains Copilot plugin does not discover agent/prompt files created outside of IDE UI #191781
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
When I create the file this way in the IDE, it still doesn't work — the plugin doesn't offer or list it. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
Description
Agent files (
.agent.md) and prompt files (.prompt.md) are not discoveredby the JetBrains GitHub Copilot plugin when created in any of these ways:
The files are never available — even after full IDE restart, cache invalidation,
or plugin restart.
Steps to reproduce
Scenario A — Plugin creates an agent file itself
.github/agents/scala-reviewer.agent.md✅Scenario B — Plugin creates a prompt file itself
.github/prompts/kontrola-pred-pr.prompt.md✅/kontrola-pred-prin chat → not offered ❌Scenario C — File created externally (terminal / CLI)
echo "" > .github/prompts/kontrola-pred-pr.prompt.md/kontrola-pred-pr→ not offered ❌Expected behavior
All files in
.github/agents/and.github/prompts/should be discoveredand available regardless of how they were created.
Workarounds tried
The only files that seem to work are those created
directly through the settings in ide for github copilot
Beta Was this translation helpful? Give feedback.
All reactions