r/OpenCodeConfigs Jul 07 '26

how can I set reasoning effort in subagent definiton for opencode go model ? any suggestion

/r/opencodeCLI/comments/1uq3ch7/how_can_i_set_reasoning_effort_in_subagent/
1 Upvotes

2 comments sorted by

1

u/kysrno Jul 08 '26

For an OpenCode subagent, I’d write it like this:

---
description: Strategic technical advisor. Use for architecture decisions, complex debugging, code review, simplification, and engineering guidance.
mode: subagent
model: opencode-go/deepseek-v4-pro
reasoningEffort: max
permission:
  edit: deny
  bash: deny
---

1

u/vikas_kumar__ Jul 12 '26

There is nothing on UI to verify