Add interactive Copilot authentication to splash screen#133
Draft
IeuanWalker wants to merge 3 commits into
Draft
Add interactive Copilot authentication to splash screen#133IeuanWalker wants to merge 3 commits into
IeuanWalker wants to merge 3 commits into
Conversation
Introduce AuthFeature for Copilot CLI login, supporting both GitHub.com and Enterprise device code flows. Enhance splash screen UI for account selection, device code entry, and sign-in status. Inject AuthFeature and CopilotClientFeature into MainPage and App, updating initialization to require authentication before loading sessions. Add logging for authentication and initialization steps.
- Rename static fields in GitDiffViewer.razor.cs to camelCase for code style consistency; update all references. - Rename MaxImageBytes/MaxVideoBytes to maxImageBytes/maxVideoBytes. - Replace GitHub.Copilot.SDK import with GitHub.Copilot in MainPage.xaml.cs. - Make label color assignments null-safe using Label? and null-conditional operator. - Implement SessionListGroupBy property in MockAppSettingsFeature and MockAppSettings with NotImplementedException.
Owner
Author
|
Doesnt work, maybe revsit if something is added to the SDK - github/copilot-sdk#1109 |
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.
Introduce AuthFeature for Copilot CLI login, supporting both GitHub.com and Enterprise device code flows. Enhance splash screen UI for account selection, device code entry, and sign-in status. Inject AuthFeature and CopilotClientFeature into MainPage and App, updating initialization to require authentication before loading sessions. Add logging for authentication and initialization steps.