Three distinct modes for different coding scenarios: No Tools, Normal, and Complex
Premium Feature: Modes and model switching are available exclusively with a Premium subscription. Free users have access to basic chat functionality with a single free model.
Simple, small-scope changes with AI making direct editsMakes targeted changes to specific files or functions. Handles bug fixes, small features, and basic refactoring.Example usage:
Copy
Ask AI
"Fix the typo in the header component""Add a loading state to the button component""Convert this function to use async/await"
Large, complex changes requiring comprehensive context gatheringDesigned for complex changes that require extensive research and planning. Gathers comprehensive context and may hand off work to specialized models for optimal results.Example usage:
Copy
Ask AI
"Implement a complete user authentication system""Refactor the entire API structure to use GraphQL""Migrate the project from JavaScript to TypeScript"