docs(slack): add assistant:write requirement for typing status

This commit is contained in:
Onur
2026-02-17 19:10:51 +01:00
parent c4e9bb3b99
commit ab94295541

View File

@@ -290,6 +290,7 @@ Available action groups in current Slack tooling:
- Message edits/deletes/thread broadcasts are mapped into system events.
- Reaction add/remove events are mapped into system events.
- Member join/leave, channel created/renamed, and pin add/remove events are mapped into system events.
- Assistant thread status updates (for "is typing..." indicators in threads) use `assistant.threads.setStatus` and require bot scope `assistant:write`.
- `channel_id_changed` can migrate channel config keys when `configWrites` is enabled.
- Channel topic/purpose metadata is treated as untrusted context and can be injected into routing context.
- Block actions and modal interactions emit structured `Slack interaction: ...` system events with rich payload fields:
@@ -351,6 +352,7 @@ Notes:
"mpim:history",
"users:read",
"app_mentions:read",
"assistant:write",
"reactions:read",
"reactions:write",
"pins:read",