That message isn’t a “bug” you can permanently patch away — it’s the model hitting its hard context-window limit (your chat history + tool output + system prompts no longer fit in one request).
The real, final fixes are:
- Keep the same convo, but shrink it:
Send:
/compact
Then retry your message. (This summarizes older turns into a compact summary and keeps recent messages.)
Docs: https://docs.openclaw.ai/concepts/compaction
- Start fresh (guaranteed):
If you just need it to work immediately, do:
/new