mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
better
This commit is contained in:
parent
f644aba7a8
commit
f1d00dbd7f
5 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
parent: Example chat transcripts
|
parent: Screen recordings
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
layout: minimal
|
layout: minimal
|
||||||
---
|
---
|
||||||
|
@ -43,12 +43,12 @@ const recording_url = "https://gist.githubusercontent.com/paul-gauthier/e7383fbc
|
||||||
## Commentary
|
## Commentary
|
||||||
|
|
||||||
- 0:01 We're going to add a new feature to automatically accept edits proposed by the architect model.
|
- 0:01 We're going to add a new feature to automatically accept edits proposed by the architect model.
|
||||||
- 0:11 First, add the new switch.
|
- 0:11 First, let's add the new switch.
|
||||||
- 0:40 Aider figured out that it should be passed to the Coder class.
|
- 0:40 Aider figured out that it should be passed to the Coder class.
|
||||||
- 0:48 Now we need to implement the functionality.
|
- 0:48 Now we need to implement the functionality.
|
||||||
- 1:00 Let's do some manual testing.
|
- 1:00 Let's do some manual testing.
|
||||||
- 1:28 That worked. Let's make sure we can turn it off too.
|
- 1:28 That worked. Let's make sure we can turn it off too.
|
||||||
- 1:46 That worked too. Let's have aider update the HISTORY file to document the new feature.
|
- 1:44 That worked too. Let's have aider update the HISTORY file to document the new feature.
|
||||||
- 2:00 Quickly tidy up the changes to HISTORY.
|
- 2:00 Quickly tidy up the changes to HISTORY.
|
||||||
- 2:05 All done!
|
- 2:05 All done!
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
parent: Example chat transcripts
|
parent: Screen recordings
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
layout: minimal
|
layout: minimal
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
title: Screen recordings
|
title: Screen recordings
|
||||||
has_children: true
|
has_children: true
|
||||||
nav_order: 75
|
nav_order: 75
|
||||||
toc: false
|
has_toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Screen recordings
|
# Screen recordings
|
||||||
|
|
||||||
Below are a series of screen recordings of the aider developer using aider.
|
Below are a series of screen recordings of the aider developer using aider
|
||||||
They contain commentary that describes how aider is being used.
|
to enhance aider.
|
||||||
|
They contain commentary that describes how aider is being used,
|
||||||
|
and might provide some inspiration or new ideas for your use of aider.
|
||||||
|
|
||||||
## Available recordings
|
- [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. Aider also updates the project's HISTORY file.
|
||||||
|
|
||||||
- [**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 language support via tree-sitter-language-pack](./tree-sitter-language-pack.html) - 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 --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. Aider does this implementation and adds test coverage.
|
||||||
|
|
||||||
- [**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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
parent: Example chat transcripts
|
parent: Screen recordings
|
||||||
nav_order: 0
|
nav_order: 0
|
||||||
layout: minimal
|
layout: minimal
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,7 +8,7 @@ docker run \
|
||||||
-e HISTFILE=/site/.bash_history \
|
-e HISTFILE=/site/.bash_history \
|
||||||
-e JEKYLL_ENV=development \
|
-e JEKYLL_ENV=development \
|
||||||
-it \
|
-it \
|
||||||
my-jekyll-site bundle exec jekyll serve --host 0.0.0.0 --incremental --livereload
|
my-jekyll-site bundle exec jekyll serve --host 0.0.0.0 $*
|
||||||
|
|
||||||
# Additional options:
|
# Additional options:
|
||||||
# --incremental: Only rebuilds files that changed
|
# --incremental: Only rebuilds files that changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue