Replies: 1 comment
-
|
Hey @rh71el2 yeah, had to dig into this myself when building the extension. The extension only registers the models. It doesn't intercept or replace how Copilot loads your instructions, so whatever you've set up for Copilot carries over unchanged. Concretely:
One thing worth flagging: because we just pipe the model into Copilot's chat infra, anything Copilot's instruction layer does, the model inherits. We never see those files on our end. Docs: https://code.visualstudio.com/docs/copilot/copilot-customization |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does this extension utilize the same .github\copilot-instructions.md file or does it have to have its own .opencode\copilot-instructions.md? And can I name it whatever I like and it would be autoloaded? I believe GHCP needed it to be named copilot-instructions.md specifically.
Beta Was this translation helpful? Give feedback.
All reactions