From 97ed57a252be1b81a3ced8a75ccbcd91f5d0f91b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 14 Mar 2025 11:25:24 -0700 Subject: [PATCH] initial --- .../website/examples/auto-accept-architect.md | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 aider/website/examples/auto-accept-architect.md diff --git a/aider/website/examples/auto-accept-architect.md b/aider/website/examples/auto-accept-architect.md new file mode 100644 index 000000000..d08272ea8 --- /dev/null +++ b/aider/website/examples/auto-accept-architect.md @@ -0,0 +1,56 @@ +--- +parent: Example chat transcripts +nav_order: 1 +layout: minimal +--- + +# Add --auto-accept-architect feature + + + + + + + + +
+
+ +
+
+
+
+
+
+
+
aider
+
+
+
+
+ +
+ Space Play/pause — + f Fullscreen — + ±5s +
+ +## Commentary + +- 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:40 Aider figured out that it should be passed to the Coder class. +- 0:48 Now we need to implement the functionality. +- 1:00 Let's do some manual testing. +- 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. +- 2:00 Quickly tidy up the changes to HISTORY. +- 2:05 All done! + + +