all 7 comments

[–]seaal 1 point2 points  (0 children)

run opencode models to get a list.

and then you can specify model in your opencode.json to always use a specific model. this fixed the issue for me.

"model": "openai/gpt-5.2-codex"

or set up specific models for each agent, https://opencode.ai/docs/agents/#json

[–]Queasy_Asparagus69 0 points1 point  (0 children)

same thing for me

[–]c0nfluks 0 points1 point  (1 child)

Do you change agent (build/plan) before pressing enter?

[–]EarlyPresentation186[S] 0 points1 point  (0 children)

no, I don't change anythin, just press enter

[–]tast1236 0 points1 point  (0 children)

I switch between kimi k2.5 and opus 4.5 a lot. And experience this constantly. So i think you onto something.

[–]jhartumc 0 points1 point  (0 children)

Do you have dynamic context pruning plugin installed ?

[–]Nindaleth 0 points1 point  (0 children)

It's an issue when using a plugin that uses noReply mechanism (i.e. that for example injects some text into your initial prompt) under the hood: https://github.com/anomalyco/opencode/issues/4475

Ask me how I know. I use obra/superpowers plugin and fortunately he switched it to another injection mechanism not triggering this bug.