opencode: change small_model + add info about Bash timeout in rules

This commit is contained in:
Simon Gardling 2025-11-17 11:33:54 -05:00
parent 13c0c4926f
commit efa66e7347
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -17,10 +17,17 @@
## Think deeply about everything. ## Think deeply about everything.
When given a problem, break it down, abstract it out, understand the fundamentals, then solve it in the real world. 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 = { settings = {
theme = "opencode"; theme = "opencode";
model = "z-ai/glm-4.6:floor"; model = "z-ai/glm-4.6:floor";
# small model used for titles
small_model = "z-ai/glm-4-32b:floor";
autoshare = false; autoshare = false;
autoupdate = true; autoupdate = true;
provider = { provider = {