Navigation

Agent / Composer (⌘I)

The Composer is a powerful AI agent that enables comprehensive code generation and management across multiple files. It serves as your collaborative coding partner, capable of handling complex development tasks while keeping you in control.

Shortcuts:⌘I to open Composer, ⌘N for new conversation

Core Capabilities

Multi-file Editing

Simultaneously manage multiple files with intelligent context awareness and coordinated changes across your codebase.

Example:"Create a new React component with its corresponding test and style files"

Action:Generates component.tsx, component.test.tsx, and component.css files

Full App Generation

Generate complete applications with proper architecture, routing, and component structure based on your requirements.

Example:"Create a Next.js dashboard with authentication and user management"

Action:Generates full application structure with necessary components and configurations

Context-Aware Coding

Leverages project context to provide relevant suggestions and maintain consistency with existing code patterns.

Example:"Add a new feature following our existing architecture patterns"

Action:Generates code that matches project structure and coding conventions

Preview and Control

Review and modify AI-generated changes before applying them to your codebase, maintaining full control over the development process.

Example:"Preview changes before applying them to the project"

Action:Shows diff view of proposed changes for review and modification

💡 Pro Tip:Use clear, detailed prompts to get the most accurate and useful code generation. The more context you provide, the better the results.