chore(cursor agents): use composer-2.5-fast model

This commit is contained in:
Tommaso Casaburi
2026-05-19 13:20:25 +07:00
parent 3e4737fe97
commit b549789a23
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: plan-implementer
model: composer-2
model: composer-2.5-fast
description: Implements assigned tasks from a plan. Receives specific tasks from the parent agent, implements them sequentially, verifies with a build check, and reports back. The parent agent handles parallelization by spawning multiple plan-implementer subagents with different task subsets.
---