GitHub Copilot - kocya-dev/note GitHub Wiki
VSCode 1.97~
- Copilot Edits (GA)
*
- NES (Preview)
Github › Copilot › Next Edit Suggestions: Enabled
VSCode 1.97~ insider
- Vision (Preview)
- 画像貼り付けでinput可 (2024年末に拡張でリリースされていたもののVSCode組み込み版?)
- Copilot Agent mode (Preview)
- 対話型。不足情報があれば質問してくる。コード修正のみのdevin的な。
Coding Agent with MCP
{ "mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"tools": ["*","create_pull_request_with_copilot","get_copilot_space","list_copilot_spaces"],
"headers": {
"Authorization": "Bearer $COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN"
}
}
} }