From efa66e7347cb54abcde7fbcc069dba9d5eeffce2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 17 Nov 2025 11:33:54 -0500 Subject: [PATCH] opencode: change small_model + add info about Bash timeout in rules --- home-manager/progs/opencode.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home-manager/progs/opencode.nix b/home-manager/progs/opencode.nix index 51c6bad..45479be 100644 --- a/home-manager/progs/opencode.nix +++ b/home-manager/progs/opencode.nix @@ -17,10 +17,17 @@ ## Think deeply about everything. When given a problem, break it down, abstract it out, understand the fundamentals, then solve it in the real world. + + ## Misc + For long-running commands, make sure you set the timeout of the Bash tool provided to a larger value. ''; settings = { theme = "opencode"; + model = "z-ai/glm-4.6:floor"; + # small model used for titles + small_model = "z-ai/glm-4-32b:floor"; + autoshare = false; autoupdate = true; provider = {