feat: updated default agent from minimax-m2.5-free to gpt-5-mini
All checks were successful
sync tailscale acls / acls (push) Successful in 1m1s
All checks were successful
sync tailscale acls / acls (push) Successful in 1m1s
This commit is contained in:
parent
e011c23bd7
commit
87ec3b76c5
9 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Build and validation agent"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Executes coding subtasks in sequence, ensuring completion as specified"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash: deny
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Language-agnostic codebase pattern analyst agent"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash: deny
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Universal code documentation subagent: inserts/updates doc comments for functions, methods, and modules in any language."
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.2
|
||||
permission:
|
||||
bash: deny
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Research subagent for information gathering and summarization"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Comprehensive code review, security, and quality assurance subagent"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash: deny
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Breaks down complex features into small, verifiable subtasks"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash: deny
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Test authoring and TDD agent"
|
||||
mode: subagent
|
||||
model: opencode/minimax-m2.5-free
|
||||
model: github-copilot/gpt-5-mini
|
||||
temperature: 0.1
|
||||
permission:
|
||||
bash:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"theme": "tokyonight",
|
||||
"model": "opencode/minimax-m2.5-free",
|
||||
"model": "github-copilot/gpt-5-mini",
|
||||
"lsp": {
|
||||
"clangd": {
|
||||
"disabled": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue