eve adds new Slack event hooks and session control features
·2026.07.28 02:00
Key point
The eve agent has released new features that let it continue conversations in Slack without repeated mentions and control sessions.
Details
New features have been added to allow the eve agent to interact more naturally within Slack. Now the agent can continue conversations within threads without repeated mentions, and can cancel an in-progress response or fully reset a conversation session.
The key updates are as follows:
- Improved conversation continuity: Through the
onMessagehook and thectx.isSubscribed()helper, the agent can automatically respond without a mention in threads where an active session exists. - Session control features: You can use
ctx.cancel()to stop the current response and wait for new input, or usectx.reset()to completely clear the conversation history and state and start a new session. - Support for the Events API: Through the new
onEventhook, you can detect and respond to various Slack events such asreaction_addedandteam_join. For example, you could send onboarding messages simultaneously to multiple channels when a team_join event occurs.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.