From e0be3d5684c93abd4c1a6845d67bc1f694a608ae Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 13 Feb 2026 21:39:23 -0500 Subject: [PATCH] refactor(commit): switch model to gpt-oss --- home/dot_config/opencode/agents/commit.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/dot_config/opencode/agents/commit.md b/home/dot_config/opencode/agents/commit.md index 686129d..667192c 100644 --- a/home/dot_config/opencode/agents/commit.md +++ b/home/dot_config/opencode/agents/commit.md @@ -1,7 +1,7 @@ --- description: Commit currently staged code in git mode: all -model: AquaAI/hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M +model: AquaAI/gpt-oss:20b temperature: 0.1 tools: write: false @@ -14,3 +14,8 @@ You are in commit code mode. Focus on: - Writing a clear and simple commit message. - Follow the project formatting for commits. - Only commit files that are currently staged in git. + +Use the following command to look at the changes: +```sh +git diff --cached +```