-
Notifications
You must be signed in to change notification settings - Fork 2.3k
chore: some old code hanging around, and mention configure cli #5822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR performs cleanup of old provider configuration code from the desktop UI and updates the GitHub Copilot provider description to guide users to use the CLI for OAuth setup.
- Removes unused
ProviderRegistry.tsxfile containing legacy provider definitions - Updates GitHub Copilot provider description to mention the
goose configureCLI command
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ui/desktop/src/components/settings/providers/ProviderRegistry.tsx | Removes entire legacy provider registry file that is no longer referenced in the codebase |
| crates/goose/src/providers/githubcopilot.rs | Updates provider description to inform users about CLI-based OAuth configuration |
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
codefromthecrypt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good tips. thanks for the cleanup
|
Nice |
* main: docs: add DataHub MCP server extension documentation (#5769) docs: lowercase goose in remaining topics (#5861) docs: lowercase goose in getting-started and guides topics (#5857) Fix multi tool calling (#5855) fix(#5626 #5832): handle multiple content chunks & images better (#5839) chore: some old code hanging around, and mention configure cli (#5822) feat : add support for math / science symbology via katex (#5773) feat : add ability to see error message in toast (#5851)
…#5822) Co-authored-by: Copilot <[email protected]>
…#5822) Co-authored-by: Copilot <[email protected]> Signed-off-by: Sai Karthik <[email protected]>
…#5822) Co-authored-by: Copilot <[email protected]> Signed-off-by: Blair Allan <[email protected]>
There was this old provider code which is no longer needed, and thought I should make it clear for copilot that you currently need to use the cli to do the oauth login.