Skip to content

Comments

feat: add ai-enabled features text streaming methods, feedback blocks, and loading state#2674

Merged
zimeg merged 17 commits intomainfrom
ai-apps
Oct 7, 2025
Merged

feat: add ai-enabled features text streaming methods, feedback blocks, and loading state#2674
zimeg merged 17 commits intomainfrom
ai-apps

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Oct 7, 2025

Release Notes

🍿 https://github.com/slackapi/bolt-js/releases/tag/%40slack%2Fbolt%404.5.0

Summary

This PR surfaces the AI-enabled features from the SDK release @slack/[email protected] and @slack/[email protected] from changes of slackapi/node-slack-sdk#2399 and makes the following improvements to bolt:

  • Markdown text: The markdown_text argument is accepted in the say helper.
  • Loading messages: The assistant.threads.setStatus method accepts optional loading messages.
  • Feedback blocks: Respond to block action events from either feedback_buttons or icon_button.

Requirements

@zimeg zimeg added this to the 4.4.1 milestone Oct 7, 2025
@zimeg zimeg requested a review from mwbrooks October 7, 2025 02:30
@zimeg zimeg self-assigned this Oct 7, 2025
@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.40%. Comparing base (ab74a15) to head (528d4f8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2674      +/-   ##
==========================================
+ Coverage   93.37%   93.40%   +0.02%     
==========================================
  Files          37       37              
  Lines        7581     7613      +32     
  Branches      667      668       +1     
==========================================
+ Hits         7079     7111      +32     
  Misses        497      497              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mwbrooks mwbrooks added enhancement M-T: A feature request for new functionality and removed release labels Oct 7, 2025
Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch for opening this PR! I noticed that we'll want to update the package.json a bit and left a few suggestions. Then we can move forward with merging! 🚢

Copy link
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwbrooks Kind amazement at these great finds, as always 👾

@zimeg zimeg requested a review from mwbrooks October 7, 2025 02:42
Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Looks great! Once again, huge congrats to @zimeg and @srtaalej on an exciting release!

🚀 Let's ship it!

@zimeg zimeg merged commit 2fe152d into main Oct 7, 2025
19 checks passed
@zimeg zimeg deleted the ai-apps branch October 7, 2025 02:44
@zimeg zimeg linked an issue Oct 8, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement M-T: A feature request for new functionality semver:minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slack - Support of LLM streaming

3 participants