Skip to main content

Module aider

Module aider 

Source
Expand description

Aider session parser for markdown chat history files. Aider session parser.

Parses chat history from Aider’s markdown files. Aider stores conversation history in .aider.chat.history.md files in project directories.

The format uses level 4 headings (####) for user messages, with assistant responses following as regular markdown text. Tool outputs are prefixed with > blockquotes.

By default, Aider stores history in the project’s root directory as .aider.chat.history.md. Users can configure a different location using the --chat-history-file option or AIDER_CHAT_HISTORY_FILE environment variable.

Structs§

AiderWatcher
Watcher for Aider sessions.

Functions§

scan_directories_for_aider_files
Scans directories recursively for aider history files.