You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread context for Slack and Discord — When the bot is mentioned inside a thread, it reads up to 20 previous messages and injects them as context for the agent. The agent sees what other participants said in the conversation, not just messages directed at it. Works in Discord threads (public, private, news) and Slack channel threads. DMs and top-level messages are unaffected.
✨ Improvements
Discord reactions simplified — Reactions now accumulate progressively (👀 → 🧠 → ✅/❌) instead of removing the previous one. Aligns behavior with Slack.
Discord DM replies — In DMs, the bot responds inline instead of creating reply threads.
!showtools output — Fixed tool_response events not appearing in the meta-command output.
Dead code cleanup — Removed unused methods and debug logs across Telegram, Discord, and Slack clients.
ADK event registration — All available ADK event types are now registered.
Docs updated — Added Thread Context sections to Discord and Slack docs. Added required Slack scopes for thread history.
⚠️ Migration
Slack apps need three new Bot Token Scopes: channels:history, groups:history, mpim:history. Add them under OAuth & Permissions and reinstall the app to your workspace.