Chat SDK adds message subjects and direct SDK access
The Chat SDK now lets you read parent issues or pull requests when your bot is mentioned in Linear or GitHub comments, with message subjects cached to minimize API calls. Additionally, GitHub, Linear, and Slack adapters now expose their underlying platform SDKs for direct provider API access and bot extensions.
You can now read the parent issue or pull request when your bot is mentioned in a Linear or GitHub comment. resolves to that parent with title, status, URL, and the full typed payload.message.subject
is cached per message, so repeated access only hits the API once. It resolves to on Slack and other chat platforms, where there's no parent resource.message.subjectnull
The GitHub, Linear, and Slack adapters now expose their underlying platform SDKs. Use them to extend your bot by calling provider APIs directly.
The previous getter remains as a alias on the adapters. .client@deprecated
Read the to get started, or explore one of our .documentationtemplates
Direct access to platform SDKs
Source: original entry ↗