-
Notifications
You must be signed in to change notification settings - Fork 46.2k
fix(frontend): auto-select credentials correctly in old builder #11815
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
β¦ilder-autoselect
|
Warning Rate limit exceeded
β How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. π¦ How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. π Files selected for processing (3)
WalkthroughThis PR refactors credential handling in the agent run draft view by introducing a CredentialsGroupedView component, adding new credential discovery helpers, and improving auto-selection logic. Changes include context-based provider access, automatic default credential initialization, enhanced state tracking, and simplified OAuth error messaging. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
π₯ Pre-merge checks | β 2 | β 1β Failed checks (1 warning)
β Passed checks (2 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Does this still allow optional credentials for the new builder + library? |
|
@ntindle I think so, we added only autoβselect required credentials (we iterate |
Changes ποΈ
On the Old Builder, when running an agent...
Before
Credentials are there, but it is not recognising them, you need to click on them to be selected
After
It uses the new credentials UI and correctly auto-selects existing ones.
Other
Fixed a small timezone display glitch on the new library view.
Checklist π
For code changes: