-
Notifications
You must be signed in to change notification settings - Fork 677
docs: add thinking steps release notes #2510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
|
zimeg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝
srtaalej
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URLSourceElement!
| - **Source types**: `UrlSource` with optional `icon_url` for task outputs | |
| - **Source types**: `UrlSourceElement` for task outputs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **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