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
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
When my agent produces substantive text responses between tool calls in a single turn, that text is visible in ADE but silently discarded in Discord (and presumably other channels). PR #547 treats all mid-turn assistant text as scratch notes, but my agent writes real user-facing information in those intermediate responses.
Proposed solution
A config option like:
features:
display:
showIntermediateText: true
to let users opt in to receiving mid-turn assistant text.
There have been numerous times that I've had to ask my agent follow up questions because I didn't realise the question had been answered between tool calls. Right now I have to check the ADE to see if there's additional messages, which isn't ideal as it disrupts workflow.
Problem
When my agent produces substantive text responses between tool calls in a single turn, that text is visible in ADE but silently discarded in Discord (and presumably other channels). PR #547 treats all mid-turn assistant text as scratch notes, but my agent writes real user-facing information in those intermediate responses.
Proposed solution
A config option like:
to let users opt in to receiving mid-turn assistant text.
There have been numerous times that I've had to ask my agent follow up questions because I didn't realise the question had been answered between tool calls. Right now I have to check the ADE to see if there's additional messages, which isn't ideal as it disrupts workflow.