docs: Add detailed descriptions to screen recordings index

This commit is contained in:
Paul Gauthier (aider) 2025-03-14 11:53:06 -07:00
parent a035c73c41
commit ed75287c8c

View file

@ -9,4 +9,12 @@ nav_order: 75
Below are a series of screen recordings of the aider developer using aider.
They contain commentary that describes how aider is being used.
## Available recordings
- [**Add language support via tree-sitter-language-pack**](./tree-sitter-language-pack.html) - Watch how aider adds support for numerous programming languages by integrating with tree-sitter language packs. Demonstrates fetching language definitions, downloading tags files, and ensuring compatibility with repo-map functionality.
- [**Add --auto-accept-architect feature**](./auto-accept-architect.html) - See how a new command-line option is added to automatically accept edits proposed by the architect model, with implementation and testing of the feature.
- [**Don't /drop read-only files added at launch**](./dont-drop-original-read-files.html) - Follow along as aider is modified to preserve read-only files specified at launch when using the /drop command, with implementation and test coverage.