This commit is contained in:
Paul Gauthier 2023-05-14 14:32:12 -07:00
parent f4cdbbf2e3
commit 451f257573
9 changed files with 20 additions and 20 deletions

View file

@ -4,13 +4,13 @@
This is a chat transcript of a fairly complex code change. The user is trying to update tests to use an input mock provided by prompt_toolkit. This requires changes to multiple source files.
Some things to notice:
- The initial changes from `aider` don't work, so the user provides error messages and doc snippets to collaboratively debug and solve the problem.
- The initial changes don't work, so the user provides error messages and doc snippets to collaboratively debug and solve the problem.
- The user edits a file outside the chat using their editor. `aider` notices these out-of-band changes and offers to commit them.
- At one point the user hits `^C` to interrupt the GPT-4 response, since it's not a useful response. The user gives clarifications and gets a better result on the next reply.
## Chat transcript
> aider-repo$ aider tests/test_main.py aider/getinput.py
> $ aider tests/test_main.py aider/getinput.py
> Added tests/test_main.py to the chat
> Added aider/getinput.py to the chat