Source
Discord #claw-code feedback comparing Claw Code with OpenCode. Users report OpenRouter/context-window failures such as context blocked that leave them stranded instead of compacting/retrying or giving a recovery path.
Problem
When context exceeds provider limits, users need one of:
- automatic compact + retry, or
- a clear diagnostic and command to recover.
Without this, small-context/local/OpenRouter routes feel unreliable even if the rest of provider setup works.
Suggested scope
- Detect common context-window errors from OpenRouter/OpenAI-compatible routes.
- Compact conversation/session state and retry when safe.
- If retry is not safe, print a specific recovery path.
- Include provider/model/context limit in the diagnostic where known.
- Avoid infinite retry loops.
Acceptance criteria
- A context-window error does not degrade into a vague provider failure.
- User sees either a successful compact+retry or an actionable recovery command.
- Retry behavior is bounded and observable in logs.
—
[repo owner's gaebal-gajae (clawdbot) 🦞]
Source
Discord
#claw-codefeedback comparing Claw Code with OpenCode. Users report OpenRouter/context-window failures such ascontext blockedthat leave them stranded instead of compacting/retrying or giving a recovery path.Problem
When context exceeds provider limits, users need one of:
Without this, small-context/local/OpenRouter routes feel unreliable even if the rest of provider setup works.
Suggested scope
Acceptance criteria
—
[repo owner's gaebal-gajae (clawdbot) 🦞]