openclaw/.github
Aditya Mer 2ad19f4fd5 feat(providers): migrate GitHub Copilot to official SDK
Replace custom device-flow OAuth and token exchange with the official
@github/copilot-sdk. The SDK manages a Copilot CLI subprocess for
authentication and API access.

Changes:
- Add @github/copilot-sdk dependency (v0.1.19)
- Create github-copilot-sdk.ts as core SDK wrapper
- Rename github-copilot-auth.ts to github-copilot-login.ts
- Merge github-copilot-token.ts into github-copilot-sdk.ts
- Remove extensions/copilot-proxy plugin entirely
- Update login flow to verify CLI auth status instead of device flow
- Add SDK-based model discovery via listCopilotModels()
- Update docs and UI labels to reflect SDK-based authentication
- Remove copilot-proxy from auth choices and plugin auto-enable

BREAKING CHANGE: GitHub Copilot now requires the Copilot CLI to be
installed and authenticated via 'copilot auth login' before use.
2026-01-29 11:17:03 +05:30
..
ISSUE_TEMPLATE docs: add issue templates 2026-01-05 23:55:51 -06:00
workflows CI: add auto-response labels 2026-01-27 23:17:22 -06:00
actionlint.yaml feat: add prek pre-commit hooks and dependabot (#1720) 2026-01-25 10:53:23 +00:00
dependabot.yml fix: update remaining ClawdbotKit path references to MoltbotKit 2026-01-27 14:17:20 -06:00
FUNDING.yml Add FUNDING.yml 2026-01-26 19:00:46 +00:00
labeler.yml feat(providers): migrate GitHub Copilot to official SDK 2026-01-29 11:17:03 +05:30