[PR #305] [MERGED] Add Github Copilot OAuth authentication flow #9583

Closed
opened 2026-02-16 18:13:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/305
Author: @palmamartin
Created: 6/22/2025
Status: Merged
Merged: 6/22/2025
Merged by: @thdxr

Base: devHead: plm/github-copilot-oauth


📝 Commits (4)

  • 25913ed Add Github Copilot OAuth authentication flow
  • 63c504f Add Github Copilot OAuth authentication flow
  • 5e46d98 cleanup
  • 0542cf7 integrate models.dev

📊 Changes

4 files changed (+228 additions, -24 deletions)

View changed files

packages/opencode/src/auth/github-copilot.ts (+150 -0)
📝 packages/opencode/src/cli/cmd/auth.ts (+40 -3)
packages/opencode/src/cli/cmd/login-anthropic.ts (+0 -20)
📝 packages/opencode/src/provider/provider.ts (+38 -1)

📄 Description

Related issue #144

🤖 Generated with opencode


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/305 **Author:** [@palmamartin](https://github.com/palmamartin) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `plm/github-copilot-oauth` --- ### 📝 Commits (4) - [`25913ed`](https://github.com/anomalyco/opencode/commit/25913edc8454eb09711ef56008c077843922b513) Add Github Copilot OAuth authentication flow - [`63c504f`](https://github.com/anomalyco/opencode/commit/63c504f086f8a97cc2f6bc56f3d5a50a92aaec5a) Add Github Copilot OAuth authentication flow - [`5e46d98`](https://github.com/anomalyco/opencode/commit/5e46d98c869746cf6c5e3c097da45db7e6d780bd) cleanup - [`0542cf7`](https://github.com/anomalyco/opencode/commit/0542cf7e6989de23540c409de444c182f5cbd8ac) integrate models.dev ### 📊 Changes **4 files changed** (+228 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `packages/opencode/src/auth/github-copilot.ts` (+150 -0) 📝 `packages/opencode/src/cli/cmd/auth.ts` (+40 -3) ➖ `packages/opencode/src/cli/cmd/login-anthropic.ts` (+0 -20) 📝 `packages/opencode/src/provider/provider.ts` (+38 -1) </details> ### 📄 Description Related issue #144 🤖 Generated with [opencode](https://opencode.ai) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:48 -05:00
yindo closed this issue 2026-02-16 18:13:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9583