hermes-agent/infographic
Teknium 2ecb6f7fe6
fix(telegram): clear send_path_degraded on successful reconnect (#35205) (#54076)
* fix(telegram): clear send_path_degraded on successful reconnect

_send_path_degraded was cleared only in _verify_polling_after_reconnect,
60s after reconnect and only if scheduled. A clean start_polling() reconnect
left the flag stuck True, short-circuiting send() and blocking all outbound
messages until the deferred probe ran (or forever if it never did).

Clear the flag the moment start_polling() succeeds — that is the recovery
signal. The deferred probe remains a defensive re-check that re-enters the
reconnect ladder (re-setting the flag) if it detects a silent wedge.

Fixes #35205.

* docs: add infographic for #35205 telegram send-path fix
2026-06-28 01:38:17 -07:00
..
auth-login-hint-fix fix(cli): correct stale hermes auth login nous hints to hermes auth add nous (#53929) 2026-06-27 21:30:37 -07:00
clarify-expiry-32762 docs: add PR infographic for #32762 clarify-expiry fix 2026-06-28 01:07:53 -07:00
content-filter-fallback docs: add infographic for #32421 content-filter fallback fix 2026-06-28 01:15:21 -07:00
discord-no-bot2bot docs(discord): document bot-to-bot comms as unsupported (#32791) (#54063) 2026-06-28 01:15:34 -07:00
eager-fallback-transport docs(infographic): eager fallback on persistent transport failures 2026-06-27 19:12:21 -07:00
intent-ack-continuation fix(agent): config-driven intent-ack continuation for all api_modes (#27881) (#53943) 2026-06-27 20:46:00 -07:00
model-picker-fixes docs(infographic): model picker fixes (#49129 + #51488) 2026-06-27 21:23:25 -07:00
partial-stream-recovery infographic: partial-stream recovery fix (salvage #41498) 2026-06-27 22:03:14 -07:00
pr-27539 docs: add PR infographic for config-defaults fix 2026-06-27 19:38:11 -07:00
pr-29285-provider-precedence docs: add infographic for provider-precedence fix (#29285) 2026-06-27 19:49:02 -07:00
skills-sync-external-dirs docs(infographic): skill sync external_dirs shadow fix 2026-06-27 21:07:53 -07:00
standalone-plugin-policy docs: third-party-product plugins ship standalone, not into core tree (#54001) 2026-06-27 22:23:50 -07:00
state-db-fullfsync docs: add infographic for #30636 macOS state.db fix 2026-06-28 00:53:19 -07:00
telegram-send-path-35205 fix(telegram): clear send_path_degraded on successful reconnect (#35205) (#54076) 2026-06-28 01:38:17 -07:00
vision-any-provider fix(tools): let vision pick any provider+model, not just OpenRouter (#53606) 2026-06-27 04:41:42 -07:00
whatsapp-send-queue infographic: whatsapp send-queue serialization (#33360) 2026-06-28 01:10:14 -07:00