hermes-agent/gateway/platforms
teknium1 319e6615c3 fix: Slack MAX_MESSAGE_LENGTH + typing indicator via assistant.threads.setStatus
- Increase MAX_MESSAGE_LENGTH from 3,900 to 39,000 (Slack API allows 40k)
- Implement real typing indicator using assistant.threads.setStatus API
  - Shows 'BotName is thinking...' next to the bot name in threads
  - Auto-clears when the bot sends a reply
  - Requires assistant:write or chat:write scope
  - Falls back silently if scope unavailable (reactions still work)
- 4 new tests for typing indicator
2026-03-12 17:46:53 -07:00
..
ADDING_A_PLATFORM.md
__init__.py
base.py
discord.py feat(gateway): thread-aware free-response routing for Discord 2026-03-11 09:15:31 -07:00
email.py
homeassistant.py
signal.py
slack.py fix: Slack MAX_MESSAGE_LENGTH + typing indicator via assistant.threads.setStatus 2026-03-12 17:46:53 -07:00
telegram.py
whatsapp.py