AI CLI Tools
Aider Commands
Aider is an AI pair programmer that works directly with your Git repository. Edit code through conversation, with automatic Git commits and multi-file refactoring support.
9 commands
Pro Tips
Use '/add filename' to include specific files in the chat context for targeted edits.
Aider auto-commits changes with descriptive messages. Use '--no-auto-commits' for manual control.
Use '--architect' mode for complex refactoring that benefits from a planning phase.
Common Mistakes
Aider modifies files directly. Always review changes before accepting, especially for critical code.
Large files increase token usage and costs. Use /add selectively for relevant files only.