Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughRemoves the Remove provider-connected toast from send flow
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
|
Hi! Thanks for your contribution. Before we can merge this, we need you to sign our Contributor License Agreement (CLA) for legal purposes. This is a one-time requirement for external contributors — it ensures that contributions are properly licensed and that both parties are protected. I'll send the document separately. Once signed, we're good to go on this and any future PRs. |
|
Hi @beng360, happy to sign the CLA. I checked the repository docs, contribution guide, and Aurora docs, but I couldn't find a public CLA signing link. I also don't think I've received the separate document yet. Could you resend it or point me to the correct signing link/email flow? Thanks! |
|
Hi @beng360 — following up on the CLA step. I'm still happy to sign, but I haven't received the separate document and couldn't find a public signing link. Could you resend the document or share the signing URL/process when convenient? The PR remains ready on my side. Thanks! |



Summary
Context
Issue #518 reports that the provider warning fires on every message send. The issue discussion points toward deleting this notification rather than changing connected-account key matching, so this keeps the fix limited to the chat send warning path.
Testing
python3regression check: confirmed the warning string,anyProviderConnected, anduseConnectedAccountsare absent fromclient/src/app/chat/components/useChatSendHandlers.tsgit diff --checknpm run buildAttempted but currently blocked by existing baseline/tooling issues:
npm run lintfails withThe requested module 'minimatch' does not provide an export named 'default'npx tsc --noEmitfails on existing Next/type errors, including generated.next/typesroute context errors and pre-existing nullability errors inuseChatSendHandlers.tsFixes #518
Summary by CodeRabbit