Replies: 4 comments 6 replies
|
@dyamon This seems to be what I need. I already have vscode setup for my company's copilot subscription. CC works, but I can't select the models (eg Claude Sonnet 4). Where do I find the information needed to configure this adapter? Specifically the provider url. There's nothing in settings.json |
4 replies
|
Well the adapter no longer works, it has something to do with code companion not calling the enterprise URLs, dyamon/codecompanion-copilot-enterprise.nvim#1 any alternative solutions? |
1 reply
|
@olimorris any plans to have this be native to codecompanion? I love using codecompanion, and I'm thinking lots of folks will have a github copilot enterprise account through their companies! |
1 reply
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.
After turning this PR into a plugin extension, I feel like this is stable enough to share with the community.
This adapter adds support for GitHub Copilot Business/Enterprise plans.
Simply install as a CodeCompanion dependency, e.g., with lazy:
{ "olimorris/codecompanion.nvim", dependencies = { "dyamon/codecompanion-copilot-enterprise.nvim" -- other plugins... } }At this point, if your organization is available at
https://acme.ghe.com@olimorris your call if you want to include the link somewhere in the docs.
All reactions