mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(agents): inherit session model for judgment-tier subagents
Drop the pinned `model: sonnet` from the reasoning-heavy subagents so they follow the session model instead of being forced down to Sonnet. Running an Opus session now gets Opus subagents; deliberately dropping to a cheaper session model is respected too. Mechanical agents (browser-check, profiler, translator) keep their haiku pin — that pin is a capability statement, not a stale default, and should hold regardless of session model.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
name: code-quality
|
||||
model: sonnet
|
||||
description: Code quality specialist that runs build, lint, and type-check, then fixes any errors it finds. Use proactively after code changes to verify nothing is broken.
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user