Is it possible to change explore agent's model? #3778

Closed
opened 2026-02-16 17:41:26 -05:00 by yindo · 4 comments
Owner

Originally created by @gasatrya on GitHub (Dec 23, 2025).

Originally assigned to: @thdxr on GitHub.

Question

Can I change explore agent's model like this:

"agent": {
    "explore": {
        "model": "mistral/labs-devstral-small-2512"
    },
},

Just like the plan or build agent:

"agent": {
    "plan": {
        "model": "mistral/labs-devstral-small-2512"
    },
},
Originally created by @gasatrya on GitHub (Dec 23, 2025). Originally assigned to: @thdxr on GitHub. ### Question Can I change `explore` agent's model like this: ```json "agent": { "explore": { "model": "mistral/labs-devstral-small-2512" }, }, ``` Just like the `plan` or `build` agent: ```json "agent": { "plan": { "model": "mistral/labs-devstral-small-2512" }, }, ```
yindo closed this issue 2026-02-16 17:41:26 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 23, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #5129: Can I specify default model for explore agent? (Same topic: changing the model for the explore agent)
  • #5271: [FEATURE]: Allow to customize the default agent (Related: agent configuration options)
  • #6002: [BUG] default_agent config doesn't work on zed acp (Related: configuration issues with agent settings)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Dec 23, 2025): This issue might be a duplicate of existing issues. Please check: - #5129: Can I specify default model for explore agent? (Same topic: changing the model for the explore agent) - #5271: [FEATURE]: Allow to customize the default agent (Related: agent configuration options) - #6002: [BUG] default_agent config doesn't work on zed acp (Related: configuration issues with agent settings) Feel free to ignore if none of these address your specific case.
Author
Owner

@rekram1-node commented on GitHub (Dec 23, 2025):

Yep!

@rekram1-node commented on GitHub (Dec 23, 2025): Yep!
Author
Owner

@rekram1-node commented on GitHub (Dec 23, 2025):

You can do it for all the agents

@rekram1-node commented on GitHub (Dec 23, 2025): You can do it for all the agents
Author
Owner

@gasatrya commented on GitHub (Dec 24, 2025):

Nice thanks!

@gasatrya commented on GitHub (Dec 24, 2025): Nice thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3778