Skip to content

feat(web): room mail carries a participant roster so agents can hand off (CL-8530) - #917

Merged
TheGreatAxios merged 2 commits into
mainfrom
cl-8530-room-roster
Sep 18, 2026
Merged

TheGreatAxios merged 2 commits into
mainfrom
cl-8530-room-roster

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Room sends now append a trailing Participants: block (name + run address for every live agent), using the same data the room's Participants panel already reads from the query cache — no new hub call.
  • The person's own sent message strips that block back off before rendering, via a small pure appendRoster/stripRoster pair in apps/web/src/chat/room-roster.ts.

Test plan

  • bun run check

The hub only delivers mail to run addresses, which only the client
knows (a room's Participants panel already reads them off the
deployment/run listing). Append them as a trailing Participants block
on every room send, and strip that block back off before showing a
person their own sent message.
@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8530

@TheGreatAxios
TheGreatAxios merged commit 30f31de into main Sep 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant