From 43658055d3fcf845122b4b0d284f6026662963a4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 18 Mar 2025 13:58:31 -0700 Subject: [PATCH] copy --- aider/website/docs/recordings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/recordings/index.md b/aider/website/docs/recordings/index.md index a4521d6fc..36bc6255e 100644 --- a/aider/website/docs/recordings/index.md +++ b/aider/website/docs/recordings/index.md @@ -20,5 +20,5 @@ and might provide some inspiration for your own use of aider. - [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. -- [Warn when users apply unsupported reasoning settings](./model-accepts-settings.html) - Watch the implementation of a warning system that alerts users when they try to apply reasoning settings to models that don't support them. Includes adding model metadata, confirmation dialogs, refactoring, and comprehensive test coverage. +- [Warn when users apply unsupported reasoning settings](./model-accepts-settings.html) - Watch the implementation of a warning system that alerts users when they try to apply reasoning settings to models that don't support them. Includes adding model metadata, confirmation dialogs, a debugging wild goose chase, a small refactoring, adding test coverage, updating docs and project history.