Alex Sidebar’s agents are specialized AI assistants, each trained for specific development tasks. Alex automatically selects the right agent for your workflow for autonomously handling your development tasks!

Claude 3.5 Sonnet is used by default in agent mode because it is the best model for code generation. You can switch to a different model by disabling agent mode in the Agent Settings dropdown.

Quick Actions

Command + Shift + A

Start agent mode for your current project. Option to use current context or not.

Smart Automation

Let agents handle repetitive tasks while you focus on core development work.

Understanding Agents

Agents work best by:

  • Learning your project structure and patterns
  • Maintaining contextual understanding across sessions
  • Automating common development tasks
  • Suggesting improvements based on best practices
  • Using regex code search for precise file analysis

You can make agents more effective over time by providing more notes about your project and coding preferences. Learn more about project notes here.

Getting Started

1

Initialize Agent

Press Command + Shift + A or use the Agent Settings dropdown to toggle Use agent for your project.

2

Project Introduction

Use voice or text to describe your project:

"This is an iOS app using SwiftUI and MVVM architecture. 
The main features include user authentication and data persistence."
3

Let Agent Learn

The agent will:

  • Analyze project structure
  • Study coding patterns
  • Build contextual understanding
  • Use regex search to find relevant code patterns

Best Practices

Clear Communication

Provide specific requirements and context for best results

Iterative Development

Break complex tasks into smaller, manageable steps

Review Changes

Always review and test agent-suggested modifications

Maintain Context

Keep project notes updated for better agent performance