hermes-agent/website/docs
asheriif a23379282f
feat(gateway): surface natural mid-turn assistant messages in chat platforms
Add display.interim_assistant_messages config (enabled by default) that
forwards completed assistant commentary between tool calls to the user
as separate chat messages. Models already emit useful status text like
'I'll inspect the repo first.' — this surfaces it on Telegram, Discord,
and other messaging platforms instead of swallowing it.

Independent from tool_progress and gateway streaming. Disabled for
webhooks. Uses GatewayStreamConsumer when available, falls back to
direct adapter send. Tracks response_previewed to prevent double-delivery
when interim message matches the final response.

Also fixes: cursor not stripped from fallback prefix in stream consumer
(affected continuation calculation on no-edit platforms like Signal).

Cherry-picked from PR #7885 by asheriif, default changed to enabled.
Fixes #5016
2026-04-11 16:03:52 -07:00
..
developer-guide docs: add warning about summary model context length requirement (#7879) 2026-04-11 11:13:48 -07:00
getting-started fix(termux): improve status and install UX 2026-04-09 16:24:53 -07:00
guides feat(migration): preview-then-confirm UX + docs updates 2026-04-11 11:35:23 -07:00
integrations docs: add Xiaomi MiMo to all provider docs + fix MiMo-V2-Flash ctx len 2026-04-11 11:17:52 -07:00
reference update docks with changes made 2026-04-11 14:05:38 -07:00
user-guide feat(gateway): surface natural mid-turn assistant messages in chat platforms 2026-04-11 16:03:52 -07:00
index.md fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00