Skip to content

Commit a67cdc1

Browse files
committed
Project: Coders: opencode: Switch default agent to GPT 5.5.
1 parent 50f9c65 commit a67cdc1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.auxiliary/configuration/coders/opencode/settings.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@
4848
"mode": "primary",
4949
// "model": "zai-coding-plan/glm-4.7"
5050
// "model": "deepseek/deepseek-chat"
51-
"model": "minimax-coding-plan/MiniMax-M2.7"
51+
// "model": "minimax-coding-plan/MiniMax-M2.7"
52+
"model": "openai/gpt-5.5"
5253
},
5354
"plan": {
5455
"mode": "primary",
5556
// "model": "zai-coding-plan/glm-4.7"
5657
// "model": "deepseek/deepseek-chat"
57-
"model": "minimax-coding-plan/MiniMax-M2.7"
58+
// "model": "minimax-coding-plan/MiniMax-M2.7"
59+
"model": "openai/gpt-5.5"
5860
}
5961
},
6062

0 commit comments

Comments
 (0)