

▲ 26 r/opencodeCLI
Opencode performs better than Claude Code with opus 4.7 in harness comparison
Source: https://artificialanalysis.ai/agents/coding-agents
I just realized Opencode performs better than claude code. DeepSWE benchmarks shows much more performance difference.
u/CengaverOfTroy — 18 days ago
▲ 4 r/opencodeCLI
Minimax m3 thinking config
Hello I was configuring the ai agents and with 1.17.0 update I saw minimax m3 has thinking toggle.
"coordinator": {
"model": "opencode-go/mimo-v2.5-pro",
"reasoningEffort": "high"
},
"analyzer": {
"model": "opencode-go/minimax-m3"
},
Normally I had enabled the reasoningEffort parameter, but opencode toggle only enables thinking as thinking or none .
My question is how do I set the thinking enabled in the minimax-m3 ? I checked the documents but it doesn't mention about this config.
u/CengaverOfTroy — 20 days ago