feat: updated default agent from minimax-m2.1-free to minimax-m2.5-free
Some checks failed
sync tailscale acls / acls (push) Failing after 2m28s

This commit is contained in:
Ceferino Patino 2026-02-12 14:14:01 -06:00
commit 5abbdb948a
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
--- ---
description: "Build and validation agent" description: "Build and validation agent"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
webfetch: false webfetch: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Executes coding subtasks in sequence, ensuring completion as specified" description: "Executes coding subtasks in sequence, ensuring completion as specified"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
webfetch: false webfetch: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Language-agnostic codebase pattern analyst agent" description: "Language-agnostic codebase pattern analyst agent"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
bash: false bash: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Universal code documentation subagent: inserts/updates doc comments for functions, methods, and modules in any language." description: "Universal code documentation subagent: inserts/updates doc comments for functions, methods, and modules in any language."
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.2 temperature: 0.2
tools: tools:
bash: false bash: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Research subagent for information gathering and summarization" description: "Research subagent for information gathering and summarization"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
bash: false bash: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Comprehensive code review, security, and quality assurance subagent" description: "Comprehensive code review, security, and quality assurance subagent"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
bash: false bash: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Breaks down complex features into small, verifiable subtasks" description: "Breaks down complex features into small, verifiable subtasks"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
bash: false bash: false

View file

@ -1,7 +1,7 @@
--- ---
description: "Test authoring and TDD agent" description: "Test authoring and TDD agent"
mode: subagent mode: subagent
model: opencode/minimax-m2.1-free model: opencode/minimax-m2.5-free
temperature: 0.1 temperature: 0.1
tools: tools:
patch: false patch: false

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"theme": "tokyonight", "theme": "tokyonight",
"model": "opencode/minimax-m2.1-free", "model": "opencode/minimax-m2.5-free",
"lsp": { "lsp": {
"clangd": { "clangd": {
"disabled": true "disabled": true