mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
copy
This commit is contained in:
parent
0b91e02782
commit
189bfa482e
2 changed files with 7 additions and 4 deletions
|
@ -17,11 +17,11 @@ Responses from GPT-4 are in a plain font, and often include colorized code block
|
||||||
|
|
||||||
In the `aider` output, you will see the tool:
|
In the `aider` output, you will see the tool:
|
||||||
|
|
||||||
- adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission).
|
- Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission).
|
||||||
- applying the edits proposed by GPT-4 to the source files.
|
- Applying the edits proposed by GPT-4 to the source files.
|
||||||
- committing those changes to git with a senisble commit message.
|
- Committing those changes to git with a senisble commit message.
|
||||||
|
|
||||||
## Examples
|
## Example chat transcripts
|
||||||
|
|
||||||
There are a varity of example coding chat sessions included,
|
There are a varity of example coding chat sessions included,
|
||||||
accomplishing both greenfield generation of new code as well as simple and complex edits to larger codebases:
|
accomplishing both greenfield generation of new code as well as simple and complex edits to larger codebases:
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
In this chat transcript, the user asks aider about the CSS Exercises repo https://github.com/TheOdinProject/css-exercises/tree/main and completes an animation exercise.
|
In this chat transcript, the user asks aider about the CSS Exercises repo https://github.com/TheOdinProject/css-exercises/tree/main and completes an animation exercise.
|
||||||
|
|
||||||
## Chat transcript
|
## Chat transcript
|
||||||
|
|
||||||
|
> $ aider
|
||||||
|
|
||||||
#### > what is this repo?
|
#### > what is this repo?
|
||||||
|
|
||||||
Based on the file list provided, it seems like this repository contains a collection of CSS and HTML exercises, solutions, and examples. The exercises cover various topics such as Flexbox, Grid, Animation, Foundations, and Margin & Padding. The repository also includes images and other assets used in the exercises.
|
Based on the file list provided, it seems like this repository contains a collection of CSS and HTML exercises, solutions, and examples. The exercises cover various topics such as Flexbox, Grid, Animation, Foundations, and Margin & Padding. The repository also includes images and other assets used in the exercises.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue