From 509734a49a3f394e63e4c8fdddfa4986aef763e9 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 15 May 2023 21:48:01 -0700 Subject: [PATCH 1/2] Update complex-change.md --- examples/complex-change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complex-change.md b/examples/complex-change.md index 15344051a..6be4c5ecc 100644 --- a/examples/complex-change.md +++ b/examples/complex-change.md @@ -1,7 +1,7 @@ # A complex multi-file change, with debugging -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. +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 don't work, so the user provides error messages and doc snippets to collaboratively debug and solve the problem. From e2b97d00aef5a1b6e7e60767037b272ed032b4df Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 15 May 2023 21:49:08 -0700 Subject: [PATCH 2/2] Update complex-change.md --- examples/complex-change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complex-change.md b/examples/complex-change.md index 6be4c5ecc..bb6b61857 100644 --- a/examples/complex-change.md +++ b/examples/complex-change.md @@ -4,7 +4,7 @@ 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 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 snippets from the `prompt_toolkit` docs 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.