Skip to main content

Overview

Aider reads instructions from .aider/instructions.md. Drevon’s Aider adapter is unique because it can also generate an optional YAML config file (.aider.conf.yml) alongside the markdown instructions.

Output Files

Enabling

Agent-Specific Settings

Basic

With YAML Config

Aider supports a config field that generates .aider.conf.yml:
This generates .aider.conf.yml:
Aider is the only agent that supports a config field, as it’s the only one that uses a separate YAML configuration file in addition to markdown instructions.

Requirements

  • Aider installed (pip install aider-chat)
  • .aider/instructions.md in the repository root (Drevon handles this)