chat 4.13.4 → 4.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,6 +251,7 @@ The `SlackAdapter` exposes these methods for the Assistants API:
251
251
  | `setAssistantStatus(channelId, threadTs, status)` | Show a thinking/status indicator |
252
252
  | `setAssistantTitle(channelId, threadTs, title)` | Set the thread title (shown in History) |
253
253
  | `publishHomeView(userId, view)` | Publish a Home tab view for a user |
254
+ | `startTyping(threadId, status)` | Show a custom loading status (requires `assistant:write` scope) |
254
255
 
255
256
  ### Required scopes and events
256
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat",
3
- "version": "4.13.4",
3
+ "version": "4.14.0",
4
4
  "description": "Unified chat abstraction for Slack, Teams, Google Chat, and Discord",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",