infoannouncementSlack calls it: Announcement
Agent context has landed
- Announced
- APIs
- platform
- Endpoints
message.im- Severity
- info, set by
reef/slack-rule-v1 - Source
- https://docs.slack.dev/changelog/2026/07/02/app-context
Agent apps can now receive context about what a user is currently viewing when they send a message. When a user has a channel, DM, thread, canvas, or list open and messages your app, Slack will pass that context automatically.
Here's what developers need to know:
- New event:
app_context_changed: Slack will send anapp_context_changedevent to your app whenever the user's active context changes. The event payload includes an ordered list of entities the user is currently viewing. - The
app_contextis now sent tomessage.imandapp_home_openedevents: Slack will also send theapp_contextto these events if the app is subscribed to theapp_context_changedevent.
Learn more in the guide to Developing agents.
The text above is Slack's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.