anomalyco / anomalyco/opencode
Massive garbage output (repeated characters) on long responses
@MrMushrooooom is already working on this.
Since Aug 26, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
When generating a long response that includes code analysis and multiple findings, the model output suddenly degrades into a massive block of repeated characters (thousands of 'X' characters), corrupting the entire response.
Steps to Reproduce
- Ask opencode to analyze a large C file (~1300 lines) for bugs and inconsistencies
- The model begins listing findings normally
- At some point, the output devolves into repeated garbage characters
Expected Behavior
The response should contain a clean, readable summary of findings without any rendering artifacts.
Actual Behavior
The response contained a massive block of approximately 50,000+ repeated 'X' characters appended to the end of the output, making the response unusable.
Impact
This completely ruins the response and requires the user to ask the model to repeat itself. It appears to be a token generation or output rendering issue in the model inference pipeline.
Environment
- Model: opencode/mimo-v2.5-free
- Date: 2026-08-26
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.