chore(cursor): use composer-2 for subagents

This commit is contained in:
Tommaso Casaburi
2026-03-20 12:51:22 +08:00
parent a2286aa68e
commit dd4451c8c5
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: browser-check
model: composer-1.5
model: composer-2
description: Verifies UI changes in the browser using playwright-cli. Use after making visual or interaction changes to React components, CSS, layouts, or routing to confirm they render and behave correctly.
---