[PR #18014] Allow Github Copilot to be used with Terminal Chat #31426

Closed
opened 2026-01-31 09:47:13 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18014

State: closed
Merged: Yes


Summary of the Pull Request

  • Implements GithubCopilotLLMProvider, which is an implementation of ILMProvider that leverages Github Copilot
  • Github auth flow can be initiated from the settings UI
  • Modifies the ILMProvider interface to include an IBrandingData interface, that allows a provider to specify how it wants certain elements of the TerminalChat UI to look
  • Modified the various telemetry events to include the name of the currently connected provider

Validation Steps Performed

  • Auth flow works
  • Automatic refresh of the auth tokens works, meaning you don't need to repeat the auth flow every few days

PR Checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18014 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request - [x] Implements `GithubCopilotLLMProvider`, which is an implementation of `ILMProvider` that leverages Github Copilot - [x] Github auth flow can be initiated from the settings UI - [x] Modifies the `ILMProvider` interface to include an `IBrandingData` interface, that allows a provider to specify how it wants certain elements of the TerminalChat UI to look - [x] Modified the various telemetry events to include the name of the currently connected provider ## Validation Steps Performed - [x] Auth flow works - [x] Automatic refresh of the auth tokens works, meaning you don't need to repeat the auth flow every few days ## PR Checklist - [ ] Closes #xxx - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:47:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31426