feat: modified opencode subagent configurations to use opencode/minimax-m2.1-free
Some checks failed
sync tailscale acls / acls (push) Failing after 51s

This commit is contained in:
Ceferino Patino 2026-02-03 09:27:03 -06:00
commit c993c11d06
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
8 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

@ -1,7 +1,7 @@
---
description: "Language-agnostic codebase pattern analyst agent"
mode: subagent
model: github-copilot/gpt-4.1
model: opencode/minimax-m2.1-free
temperature: 0.1
tools:
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."
mode: subagent
model: github-copilot/gpt-4.1
model: opencode/minimax-m2.1-free
temperature: 0.2
tools:
bash: false

View file

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

View file

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

View file

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

View file

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