fix(opencode): remove agent models and temperature
This commit is contained in:
parent
2941faa822
commit
37be2d9505
5 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Design reviewer that systematically identifies risks, gaps, and flaws in plans, architectures, and PRs
|
description: Design reviewer that systematically identifies risks, gaps, and flaws in plans, architectures, and PRs
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: openai/gpt-5.3-codex
|
|
||||||
temperature: 0.4
|
temperature: 0.4
|
||||||
tools:
|
tools:
|
||||||
# Read-only: no write/edit/shell
|
# Read-only: no write/edit/shell
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Implements discrete coding tasks from specs with acceptance criteria, verifying each implementation before completion
|
description: Implements discrete coding tasks from specs with acceptance criteria, verifying each implementation before completion
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: anthropic/claude-sonnet-4-6-1m
|
|
||||||
temperature: 0.2
|
|
||||||
tools:
|
tools:
|
||||||
write: true
|
write: true
|
||||||
edit: true
|
edit: true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Project management agent that manages issues in a local TODO.md file (status, comments, acceptance criteria)
|
description: Project management agent that manages issues in a local TODO.md file (status, comments, acceptance criteria)
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: anthropic/claude-haiku-4-5
|
|
||||||
tools:
|
tools:
|
||||||
read: true
|
read: true
|
||||||
glob: true
|
glob: true
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Spots overengineering and unnecessary complexity. Proposes concrete simplifications.
|
description: Spots overengineering and unnecessary complexity. Proposes concrete simplifications.
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: openai/gpt-5.3-codex
|
|
||||||
temperature: 0.4
|
|
||||||
tools:
|
tools:
|
||||||
# Read-only: no write/edit/shell
|
# Read-only: no write/edit/shell
|
||||||
write: false
|
write: false
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Writes meaningful failing tests from task specs using TDD, verifying RED before handing off to @make
|
description: Writes meaningful failing tests from task specs using TDD, verifying RED before handing off to @make
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: anthropic/claude-sonnet-4-6-1m
|
|
||||||
temperature: 0.2
|
|
||||||
tools:
|
tools:
|
||||||
write: true
|
write: true
|
||||||
edit: true
|
edit: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue