fix(tui): enable GitHub Copilot Enterprise authentication in /connect…#6974
Open
Raviguntakala wants to merge 1 commit intoanomalyco:devfrom
Open
fix(tui): enable GitHub Copilot Enterprise authentication in /connect…#6974Raviguntakala wants to merge 1 commit intoanomalyco:devfrom
Raviguntakala wants to merge 1 commit intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Duplicate PR Search ResultsNo duplicate PRs found. The searches returned the PR itself (#6974) and one tangentially related PR about IDE integration, but no other active PRs addressing the same GitHub Copilot Enterprise authentication feature in the TUI Summary:
This appears to be a new, unique feature addition for TUI support of GitHub Copilot Enterprise authentication. You're good to proceed. |
4448c52 to
fb76401
Compare
Contributor
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
fb76401 to
849b619
Compare
849b619 to
60bff94
Compare
60bff94 to
2d6a136
Compare
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
GitHub Copilot Enterprise authentication is missing in TUI
/connectcommand. The CLI (auth login) supports enterprise login with deployment type selection and conditional prompts, but TUI/connecthas no option for enterprise authentication at all.Solution
Added enterprise authentication support to TUI
/connectby implementing the same prompt collection logic as CLI:github-copilot-enterprisevsgithub-copilot)Changes
provider.idinstead ofmodel.providerIDTesting
/connectwith GitHub Copilot (public)/connectwith GitHub Copilot EnterpriseNote: If these changes are approved, I will raise a separate PR for Desktop app support.
Before :
Screen.Recording.2026-01-05.at.11.12.39.PM.mov
After :
Screen.Recording.2026-01-05.at.11.19.25.PM.mov