Skip to content

fix(web): activity rows and chat titles use participant names and the person's first turn (CL-8449) - #884

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-8449-room-polish
Sep 18, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-8449-room-polish

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Latest activity rows resolve the author through room participants (name, not raw run address), falling back to the address local part only when no participant matches.
  • chatTitle now always uses the person's own first turn (never an agent reply); participantAddress falls back to parsing the frame's To: header from raw when envelope.to is empty, so person turns with an empty envelope.to still route into the right chat.
  • Verified / still redirects straight to the newest chat with no dialog.

Test plan

  • bunx tsc -p apps/web --noEmit
  • bun run fmt
  • bun run lint
  • cd apps/web && bun run build

@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8449

@TheGreatAxios
TheGreatAxios merged commit 78cd62e 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