Using AI Agents
AI Agents are your intelligent coding assistants that can understand context and help you build faster.
What Are AI Agents?
Unlike simple code completion tools, Codeezly's AI Agents can:
- Understand Project Context: They read your entire codebase to provide relevant suggestions.
- Execute Multi-Step Tasks: Generate entire features, not just snippets.
- Learn from Feedback: Refine their output based on your corrections.
How to Use Agents
- Open the AI Panel: Click the sparkle icon in the sidebar or press
Ctrl+Shift+A. - Describe Your Task: Be specific about what you want to build or fix.
- Review and Apply: The agent will show you the proposed changes. You can apply all, apply selectively, or ask for modifications.
Agent Capabilities
- Code Generation: "Create a user authentication system with email verification"
- Bug Fixing: "Fix the error in my login form validation"
- Refactoring: "Convert this class component to a functional component with hooks"
- Documentation: "Add JSDoc comments to all functions in this file"
Tips for Best Results
- Be specific about technologies: "Use React Query for data fetching"
- Provide context: "This is a Next.js 14 app with TypeScript"
- Break down complex tasks into smaller requests