Neovim plugin developmentLua programmingCopilot API knowledge
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
The issue requests an adapter to use Copilot chat as a model instead of ChatGPT. To begin, examine the current plugin structure, likely in `lua/chatgpt/` or `plugin/`, to understand how the ChatGPT API is integrated. Investigate if GitHub Copilot Chat exposes a public API or if it requires reverse engineering. Check if any linked issues or comments provide more details. The implementation would require adding a new provider similar to the existing ChatGPT one, handling authentication and API requests.