feat(bots): support for gdm#4872
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryIntroduces GDM channel support across the bot SDK and docs.
Written by Cursor Bugbot for commit c0bba50. This will update automatically on new commits. Configure here. |
📝 WalkthroughWalkthroughAdds Group DM (GDM) stream support to the bot by treating GDM channels equivalently to DMs across payload creation, message sending, and DM-specific logic. Imports GDM payload constructor and updates documentation to reflect combined DM/GDM handling without space context. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (8)packages/examples/bot-quickstart/**/AGENTS.md📄 CodeRabbit inference engine (packages/examples/bot-quickstart/CLAUDE.md)
Files:
**/*.{ts,tsx,js,jsx,yaml,yml,sol,json,md}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/bot/{.env*,.env.sample,**/*bot*.{ts,tsx,js},**/setup*.{ts,tsx,js},**/config*.{ts,tsx,js}}📄 CodeRabbit inference engine (packages/bot/AGENTS.md)
Files:
packages/bot/{.env*,.env.sample,**/*bot*.{ts,tsx,js},**/setup*.{ts,tsx,js}}📄 CodeRabbit inference engine (packages/bot/AGENTS.md)
Files:
packages/bot/**/*bot*.{ts,tsx,js}📄 CodeRabbit inference engine (packages/bot/AGENTS.md)
Files:
packages/bot/{.env*,.env.sample,**/*bot*.{ts,tsx,js},**/config*.{ts,tsx,js}}📄 CodeRabbit inference engine (packages/bot/AGENTS.md)
Files:
packages/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/**/*.{ts,tsx,js}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (13)📓 Common learnings📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
📚 Learning: 2026-01-09T20:07:46.087ZApplied to files:
📚 Learning: 2026-01-09T20:07:46.087ZApplied to files:
📚 Learning: 2026-01-09T20:07:46.087ZApplied to files:
📚 Learning: 2025-11-25T08:44:41.031ZApplied to files:
📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
📚 Learning: 2025-11-25T08:44:29.555ZApplied to files:
📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
📚 Learning: 2026-01-09T20:07:46.087ZApplied to files:
📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
📚 Learning: 2026-01-01T22:40:32.583ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (7)
✏️ Tip: You can disable this entire section by setting 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 |
5fd0c87 to
7c5ec10
Compare
This PR adds support for bot GDM
Requires #4860 & #4866