Skip to content

chat@4.13.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 00:35
· 400 commits to main since this release
10a9b4b

Minor Changes

  • f371c0d: feat(slack): full Slack Assistants API support

    • Route assistant_thread_started and assistant_thread_context_changed events
    • Add onAssistantThreadStarted and onAssistantContextChanged handler registration
    • Add setSuggestedPrompts, setAssistantStatus, setAssistantTitle methods on Slack adapter
    • Extend stream() to accept stopBlocks for Block Kit on stream finalization
    • Bump @slack/web-api to ^7.11.0 for chatStream support
    • Export all new types