feat: split CDP multi-account reopen flow from PR 94#116
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 29 minutes and 58 seconds. ⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (61)
✨ 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 |
|
Same situation as #115 — we've merged #112, #113, #114, and #119, which creates significant overlap since they all originate from #94. Please rebase this branch onto git fetch upstream main
git rebase upstream/main
git push --force-with-leaseHappy to help if you run into any issues with the rebase! |
Description
Split from #94 to isolate CDP multi-account reopen, conversation transfer, and Antigravity discovery/process handling.
Included
Verification (March 31, 2026)
npm run build✅npm test -- tests/bot/telegramJoinCommand.test.ts tests/bot/telegramProjectCommand.test.ts tests/bot/telegramStartupTarget.test.ts tests/services/antigravityAccountDiscovery.test.ts tests/services/cdpService.uiSync.test.ts✅PATH=/Users/cyrilchan/.nvm/versions/node/v22.18.0/bin:$PATH node ./node_modules/jest/bin/jest.js tests/services/conversationTransferService.test.ts --runInBand✅Related
Notes
PATHto the nvm Node binary so Jest uses the same ABI (127) as the rebuiltbetter-sqlite3addon.