fix: modified opencode configurations to use github-copilot/gpt-4.1 rather than gpt-4.1
This commit is contained in:
parent
89aa17538f
commit
529b27d0ae
10 changed files with 10 additions and 21 deletions
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: "Implementation agent for modular and functional development in any language"
|
||||
mode: primary
|
||||
model: gpt-4.1
|
||||
temperature: 0.1
|
||||
permissions:
|
||||
bash:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Build and validation agent"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
webfetch: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Executes coding subtasks in sequence, ensuring completion as specified"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
webfetch: false
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
description: "Language-agnostic codebase pattern analyst agent"
|
||||
mode: subagent
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
bash: false
|
||||
patch: false
|
||||
webfetch: false
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
temperature: 0.1
|
||||
permissions:
|
||||
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: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.2
|
||||
tools:
|
||||
bash: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Research subagent for information gathering and summarization"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
write: false
|
||||
|
|
@ -23,15 +23,6 @@ permissions:
|
|||
"node_modules/**": "deny"
|
||||
".git/**": "deny"
|
||||
---
|
||||
tools:
|
||||
read: true
|
||||
edit: true
|
||||
write: false
|
||||
grep: true
|
||||
glob: true
|
||||
bash: false
|
||||
patch: false
|
||||
webfetch: true
|
||||
|
||||
# Research Subagent (@research)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Comprehensive code review, security, and quality assurance subagent"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
bash: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Breaks down complex features into small, verifiable subtasks"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
bash: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
description: "Test authoring and TDD agent"
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
webfetch: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: "Writer agent for Markdown and LaTeX documents"
|
||||
mode: primary
|
||||
model: gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
bash: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue