openclaw - 💡(How to fix) Fix [Bug]: Assistant returns audio replies instead of text in dashboard without user request [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#69777Fetched 2026-04-22 07:48:25
View on GitHub
Comments
2
Participants
2
Timeline
3
Reactions
0
Timeline (top)
commented ×2labeled ×1

The assistant sends audio replies instead of text responses in the dashboard without the user requesting audio output.

Root Cause

The assistant sends audio replies instead of text responses in the dashboard without the user requesting audio output.

RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

The assistant sends audio replies instead of text responses in the dashboard without the user requesting audio output.

Steps to reproduce

Start a conversation in the dashboard Continue the discussion until it becomes very long Trigger or wait for a compaction to occur Send a text message: “dis moi comment réorganiser mon notion lis TOUTES les pages” Observe assistant response Send follow-up messages: “la connexion avec whatsapp fonctionne plus ?” and “ça va ?” Observe that responses are returned as audio replies instead of text

Expected behavior

The assistant should continue returning text responses after compaction, unless the user explicitly requests audio output.

Actual behavior

After compaction in a very long conversation, all assistant responses are returned as audio files despite the user only sending text messages.

OpenClaw version

OpenClaw 2026.4.15 (041266a)

Operating system

widows 11

Install method

powershell -c "irm https://openclaw.ai/install.ps1 | iex"

Model

gemini flash preview 3

Provider / routing chain

opencode

Additional provider/model setup details

<img width="1507" height="866" alt="Image" src="https://github.com/user-attachments/assets/c533637c-4a63-4c88-ac34-9efad7512073" />

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue can likely be mitigated by adjusting the conversation handling after compaction to ensure text responses are prioritized unless audio output is explicitly requested.

Guidance

  • Review the conversation compaction logic to identify where the response type is determined and ensure it defaults to text unless the user has requested audio.
  • Verify that the gemini flash preview 3 model configuration does not override the response type to audio under certain conditions, such as long conversations.
  • Check the OpenClaw version's documentation for any known issues related to response types after compaction and consider updating if a fix is available in a later version.
  • Test the scenario with different models or providers to isolate if the issue is specific to the opencode provider or the gemini flash preview 3 model.

Example

No specific code example can be provided without more details on the OpenClaw API or the compaction logic. However, the fix might involve modifying a condition that checks for user input or conversation state to correctly determine the response type.

Notes

The provided information does not include specific logs or error messages, which could help in pinpointing the exact cause. The issue seems to be related to how conversations are handled after compaction, possibly involving the model or provider settings.

Recommendation

Apply a workaround by reviewing and adjusting the conversation compaction logic to prioritize text responses unless audio is explicitly requested, as updating to a potentially fixed version is not explicitly implied in the given information.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The assistant should continue returning text responses after compaction, unless the user explicitly requests audio output.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Assistant returns audio replies instead of text in dashboard without user request [2 comments, 2 participants]