You can now read the parent issue or pull request when your bot is mentioned in a Linear or GitHub comment.
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
Read the documentation to get started, or explore one of our templates.
Read more
Continue reading...
message.subject 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 null on Slack and other chat platforms, where there's no parent resource.Direct access to platform SDKs
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
.client getter remains as a @deprecated alias on the adapters.Read the documentation to get started, or explore one of our templates.
Read more
Continue reading...