slackapi / bolt-js

A framework to build Slack apps using JavaScript
https://tools.slack.dev/bolt-js/
MIT License
2.75k stars 393 forks source link

feat: add new `assistant_thread_started` support #2264

Closed b0xtch closed 1 month ago

b0xtch commented 1 month ago

Slack just released new AI agent view and it comes with a set of new requirements outlined here

Requirements

misscoded commented 1 month ago

Hi @b0xtch! We'll be introducing support for these endpoints in our lower-level SDKs today (for BoltJS specifically, that'd be the Node SDK), followed by an instance-based implementation once we determine exactly what that experience should be.

Thrilled to see your eagerness for support! Keep an eye out for the releases that contain these updates. 🙂

vegeris commented 1 month ago

Here's a link to the release notes for reference! https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack%2Fweb-api%407.5.0

misscoded commented 1 month ago

Hi @b0xtch 👋🏼 Just wanted to circle back to let you know that we've introduced support for the assistant.* APIs with the latest release of Bolt (v3.22.0). Sorry for the delay! Since the most recent version of @slack/web-api (7.x) isn't yet referenced in the current Bolt dependencies, we've decided to backport this feature to 6.x, as well.