Conversation
…thod (#2373) Co-authored-by: Michael Brooks <[email protected]>
…ctions block elements (#2370)
…at.startStream` method (#2377)
Co-authored-by: Michael Brooks <[email protected]> Co-authored-by: Maurice Codik <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2399 +/- ##
==========================================
+ Coverage 92.77% 93.01% +0.24%
==========================================
Files 39 40 +1
Lines 10693 11112 +419
Branches 692 713 +21
==========================================
+ Hits 9920 10336 +416
- Misses 761 764 +3
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
mwbrooks
reviewed
Oct 6, 2025
| @@ -49,7 +49,7 @@ | |||
| }, | |||
| "dependencies": { | |||
| "@slack/logger": "^4.0.0", | |||
| "@slack/types": "^2.9.0", | |||
| "@slack/types": "2.16.0-aiAppsBeta.3", | |||
Member
There was a problem hiding this comment.
suggestion: We'll need to revert this version
Suggested change
| "@slack/types": "2.16.0-aiAppsBeta.3", | |
| "@slack/types": "^2.9.0", |
Member
Author
There was a problem hiding this comment.
@mwbrooks Excellent catch, as always - Thank you 👾 ✨
Member
Author
Co-authored-by: Michael Brooks <[email protected]>
mwbrooks
approved these changes
Oct 7, 2025
Member
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Thanks for realizing that we actually need to use the beta releases for the CI/CD to pass 🙇🏻 Let's merge this! 🚀
Member
Author
|
@mwbrooks I'm so glad we have tests! Sounds great to me 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Notes
Summary
This PR adds features related to AI apps:
chat.startStream,chat.appendStream,chat.stopStreamAPI methods alongside a.chat_stream()helper.context_actionsblock andfeedback_blocksandicon_buttonblock elements.assistant.threads.setStatusmethod accepts loading messages.Requirements