mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
docs: Add detailed descriptions to screen recordings index
This commit is contained in:
parent
a035c73c41
commit
ed75287c8c
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue