hermes-agent/gateway
Spider-Verse 1856bd9cc8 fix(telegram): re-trigger typing indicator after sending messages
Telegram clears the typing state when a new message is delivered.
When the agent sends intermediate progress messages (like 'Checking:'),
the '...typing' bubble disappears immediately and doesn't return until
the next keepalive tick (up to 2s later). This makes Hermes appear
unresponsive during multi-tool operations.

Fix: call send_typing() immediately after successful message delivery
to restart the typing indicator without waiting for the next keepalive tick.

Fixes #25836
2026-05-17 02:31:18 -07:00
..
assets
builtin_hooks
platforms fix(telegram): re-trigger typing indicator after sending messages 2026-05-17 02:31:18 -07:00
__init__.py
channel_directory.py
config.py
delivery.py
display_config.py
hooks.py
memory_monitor.py Port from cline/cline#10343: periodic gateway memory logging (#27102) 2026-05-16 12:55:23 -07:00
mirror.py
pairing.py
platform_registry.py
restart.py
run.py chore: ruff auto-fix PLR6201 resweep — tuple → set in membership tests (#27355) 2026-05-17 02:29:41 -07:00
runtime_footer.py
session.py fix(session): persist auto-reset state across gateway restarts 2026-05-15 01:25:42 -07:00
session_context.py
shutdown_forensics.py
slash_access.py
status.py
sticker_cache.py
stream_consumer.py
whatsapp_identity.py