Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-09 17:31:21 +00:00
parent c120b3d4d2
commit 09cbb308d2

View File

@@ -36,7 +36,7 @@
model = "anthropic/claude-opus-4-6"; model = "anthropic/claude-opus-4-6";
}; };
explore = { explore = {
model = "opencode/minimax-m2.1"; model = "anthropic/claude-haiku-4-5";
}; };
}; };
instructions = [ instructions = [
@@ -74,7 +74,7 @@
command = ["bunx" "opensrc-mcp"]; command = ["bunx" "opensrc-mcp"];
}; };
overseer = { overseer = {
enabled = true; enabled = false;
type = "local"; type = "local";
command = ["${pkgs.overseer}/bin/os" "mcp"]; command = ["${pkgs.overseer}/bin/os" "mcp"];
}; };