docs: Add descriptions to recording pages using text from index

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 14:03:03 -07:00
parent e76c54b18e
commit f82bb65810
4 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
parent: Screen recordings
nav_order: 1
layout: minimal
description: See how a new command-line option is added to automatically accept edits proposed by the architect model, with implementation. Aider also updates the project's HISTORY file.
---
# Add --auto-accept-architect feature

View file

@ -2,6 +2,7 @@
parent: Screen recordings
nav_order: 1
layout: minimal
description: Follow along as aider is modified to preserve read-only files specified at launch when using the /drop command. Aider does this implementation and adds test coverage.
---
# Don't /drop read-only files added at launch

View file

@ -2,7 +2,7 @@
parent: Screen recordings
nav_order: 1
layout: minimal
description:
description: Watch the implementation of a warning system that alerts users when they try to apply reasoning settings to models that don't support them. Includes adding model metadata, confirmation dialogs, refactoring, and comprehensive test coverage.
---
# Warn when users apply unsupported reasoning settings

View file

@ -2,6 +2,7 @@
parent: Screen recordings
nav_order: 0
layout: minimal
description: Watch how aider adds support for tons of new programming languages by integrating with tree-sitter-language-pack. Demonstrates using aider to script downloading a collection of files, and using ad-hoc bash scripts to have aider modify a collection of files.
---
# Add language support via tree-sitter-language-pack