Conversation
🦋 Changeset detectedLatest commit: 6e9112a The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2510 +/- ##
=======================================
Coverage 93.17% 93.17%
=======================================
Files 40 40
Lines 11384 11384
Branches 726 726
=======================================
Hits 10607 10607
Misses 765 765
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
srtaalej
left a comment
There was a problem hiding this comment.
left some suggestions! 🦋
.changeset/thinking-steps-types.md
Outdated
|
|
||
| - **Block types**: `PlanBlock` and `TaskCard` for displaying task progress in messages | ||
| - **Chunk types**: `MarkdownTextChunk`, `PlanUpdateChunk`, `TaskUpdateChunk` for streaming | ||
| - **Source types**: `UrlSource` with optional `icon_url` for task outputs |
There was a problem hiding this comment.
URLSourceElement!
| - **Source types**: `UrlSource` with optional `icon_url` for task outputs | |
| - **Source types**: `UrlSourceElement` for task outputs |
There was a problem hiding this comment.
also i dont think its accurate to say UrlSourceElement is for task outputs, its for displaying sources
.changeset/thinking-steps-types.md
Outdated
|
|
||
| - **Block types**: `PlanBlock` and `TaskCard` for displaying task progress in messages | ||
| - **Chunk types**: `MarkdownTextChunk`, `PlanUpdateChunk`, `TaskUpdateChunk` for streaming | ||
| - **Source types**: `UrlSource` with optional `icon_url` for task outputs |
There was a problem hiding this comment.
| - **Source types**: `UrlSource` with optional `icon_url` for task outputs | |
| - **Source types**: `UrlSourceElements` for displaying sources |
Co-authored-by: Maria Alejandra <104795114+srtaalej@users.noreply.github.com> Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Summary
Adds changeset release notes for the Thinking Steps features with PR links:
@slack/web-api- streaming methods accepting chunks (feat: accept chunks as arguments to chat.{start,append,stop}Stream methods #2467, feat: accept chunks as arguments to chat stream helper #2470, feat: add task display mode option to start of chat streams #2479, feat(web-api): export the chat streamer and related options from the package #2481)@slack/types- new block and chunk types (feat: add task_card and plan blocks #2471)Requirements