fix: modified opencode configurations to use github-copilot/gpt-4.1 rather than gpt-4.1

This commit is contained in:
Ceferino Patino 2025-10-12 09:41:21 -05:00
commit 529b27d0ae
No known key found for this signature in database
10 changed files with 10 additions and 21 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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"

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: gpt-4.1
model: github-copilot/gpt-4.1
temperature: 0.2
tools:
bash: false

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,7 +1,6 @@
---
description: "Writer agent for Markdown and LaTeX documents"
mode: primary
model: gpt-4.1
temperature: 0.1
tools:
bash: false