From 09cbb308d2b73963cc9e0ca9f0cdf545cd213023 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 9 Feb 2026 17:31:21 +0000 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- profiles/opencode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 1bd7fab..5f4b73e 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -36,7 +36,7 @@ model = "anthropic/claude-opus-4-6"; }; explore = { - model = "opencode/minimax-m2.1"; + model = "anthropic/claude-haiku-4-5"; }; }; instructions = [ @@ -74,7 +74,7 @@ command = ["bunx" "opensrc-mcp"]; }; overseer = { - enabled = true; + enabled = false; type = "local"; command = ["${pkgs.overseer}/bin/os" "mcp"]; };