telexed ~ c / e7f2c5c0-14bradar:60 · infra_saasLIVE
← back
NO.
#e7f2c5c0
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-20 00:00:00
Importance
★ 6/10 — radar 60
`Chat SDK` adds message subjects and direct adapter SDK access
FIG-0071:1

`Chat SDK` adds message subjects and direct adapter SDK access

Bots can now resolve the parent GitHub issue, PR, or Linear item from a mention. This makes workflow bots less glue-heavy and worth adopting for support or triage automation.

[ KEY POINTS ]
  1. message.subject returns title, status, URL, and typed parent payload for GitHub and Linear comments; Slack returns null.
  2. Subject lookup is cached per message, so repeated reads avoid extra provider API calls in the same handling path.
  3. Adapters now expose underlying platform SDKs directly; custom provider API calls no longer need separate client wiring.
Originalvercel.com/changelog/chat-sdk-adds-message-subjects-and-direct-sdk-accessRead original →

// related