Add GitHub Copilot support
As a developer I have paid account for the GitHub Copilot and I assume a lot of developers are using copilot.
It would be super useful if GitKraken client has GitHub Copilot support as it was done with OpenAI's API support.
Comments: 3
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
26 Jan, '24
jdThis can be possible with https://feedback.gitkraken.com/suggestions/471611/open-ai-chatgpt-support-changing-base-url
-
22 May, '25
Ivan ExpositoSome examples of what would you use an AI on a Git UI client? Commit messages already implemented, AI Conflict resolution? What other case whould be usefull for?
-
22 Jan
Danielso, the issue is that GHC doesn't yet support REST API calls ... and the only thing they do support is to add support into an IDE via the "plugin-model" ... there are a lot of GHC plugins out there for all IDE that have already added GHC support. And I guess this is what the gitkraken teams also has to do.
furthermore, it's our company policy to only use GHC, since we have corporate deal with them. So our private code doesn't leak out into the ether ... So GHC is a hard requirement for us.