Cursor Composer
Multi-file editing interface in Cursor (Cmd+I). Describe a task and Composer reasons about which files need to change, applies changes, and presents a diff for review. Extendable to Agent mode for terminal access.
Syntax
cursor
Cmd+I — floating Composer
Cmd+Shift+I — full panel Composer
Accept All / Reject All / File-by-file reviewExample
cursor
// Example Composer prompt:
"Add a delete account feature:
- DELETE /api/users/me endpoint (soft delete)
- Confirmation modal in account settings
- Clear session after deletion
- Send confirmation email via existing email service
Follow auth patterns in @Files src/lib/auth.ts
Match API structure in @Files src/app/api"
// After Composer runs:
// Review diff file by file
// Accept/reject individual files
// Never accept without reviewing