From d5ca3c6917bdbc62269a6e98524054a3d834a891 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 29 Dec 2025 20:42:04 +0000 Subject: [PATCH] minimax for explore --- profiles/opencode.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 355387b..3adf50f 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -135,6 +135,9 @@ dcp_for_compaction = true; }; agents = { + explore = { + model = "opencode/minimax-free"; + }; oracle = { model = "opencode/gpt-5.2"; };