anomalyco / anomalyco/opencode
The model gives slower, more absurd answers than before and the language problem
@neriousy is already working on this.
Since Sep 2, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Title: Model performance regression + incorrect capability disclosure + language contamination
Body:
Environment
- OS: Arch Linux (kernel 7.1.9-arch1-2)
- Model: opencode/big-pickle
- Shell: bash
Issue 1: Performance Regression After Recent Update
After a recent update, the model has noticeably degraded:
- Slower response generation compared to previous versions
- Reduced capability — tasks that were previously handled easily now require more back-and-forth
- Turkish language regression — Turkish responses have declined in fluency and naturalness
Previous versions were significantly better in both speed and quality.
Issue 2: Incorrect Capability Disclosure
At the start of a conversation, the model incorrectly states it does not have access to the user's computer:
"Yazılım geliştirme asistanıyım, uygulama kaldırma/yükleme gibi sistem yönetimi görevlerinde yardımcı olamam."
However, the model does have bash/shell access and can execute system commands directly. This misleads users into thinking certain tasks are impossible when they are not.
Expected behavior: The model should acknowledge its available tools (bash, file system access) rather than denying capabilities it clearly has.
Issue 3: Foreign Language Contamination in Turkish Responses
Occasionally, Korean, Japanese, or Chinese words/phrases appear within Turkish responses despite the conversation being entirely in Turkish. This disrupts readability and suggests a tokenization or language routing issue.
Plugins
@opencode-ai/plugin @ai-sdk/openai-compatible
OpenCode version
1.18.23
Steps to reproduce
Reproduction Steps
- Start a conversation in Turkish
- Ask the model to perform a system task (for example: "Uninstall Spotify")
- Observe: model denies having computer access despite having bash access
- Continue conversation for several exchanges
- Observe: responses become slower compared to previous versions
- Observe: occasional Korean/Japanese/Chinese characters appear in Turkish responses
Screenshot and/or share link
Operating System
7.1.9-arch1-2
Terminal
Fish
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.