Add attachedStreamIds as text stream metadata#1805
Conversation
This allows downstream libraries to determine which "attachments" were sent in a data stream so the previous legacy chat message files interface can be satisfied.
🦋 Changeset detectedLatest commit: ca1f59c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📝 WalkthroughWalkthroughThis PR adds support for an Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 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: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-02-03T17:59:43.931ZApplied to files:
🧬 Code graph analysis (1)src/room/data-stream/outgoing/OutgoingDataStreamManager.ts (1)
🔇 Additional comments (4)
✏️ 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 |
size-limit report 📦
|
This allows the downstream components-js libraries to determine which "attachments" were sent in a data stream so the
attachedFilesinterface can be satisfied, as currently theattachedFileskey is never added to a chat message.Summary by CodeRabbit