Skip to content

fix(teams): preserve outgoing mention text - #898

Merged
bensabic merged 2 commits into
mainfrom
josh/teams-mentions
Sep 5, 2026
Merged

fix(teams): preserve outgoing mention text#898
bensabic merged 2 commits into
mainfrom
josh/teams-mentions

Conversation

@dancer

@dancer dancer commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

summary

  • keep outgoing @names as plain text instead of generating <at> markup without the mention entities Teams requires
  • preserve multi-word names across plain text, raw, markdown, and AST messages
  • keep incoming mention decoding and explicit raw markup unchanged
  • add formatter and send/edit regression tests and document that plain-text names do not notify users

closes #853

@dancer
dancer requested a review from a team as a code owner September 4, 2026 17:42
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
chat Ready Ready Preview, v0 Sep 4, 2026 5:43pm UTC
chat-sdk-nextjs-chat Ready Ready Preview, v0 Sep 4, 2026 5:43pm UTC

@bensabic
bensabic merged commit 7062c39 into main Sep 5, 2026
19 checks passed
@bensabic
bensabic deleted the josh/teams-mentions branch September 5, 2026 05:23
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.

adapter-teams: outgoing @mentions render as literal <at> tags (no mention entities; multi-word names split)

2 participants