From 024b9130a0b2f9846b3d146681a32c5cab1998fd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 12 Mar 2025 16:22:26 -0700 Subject: [PATCH] copy --- HISTORY.md | 7 +++---- aider/website/HISTORY.md | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 98adb4b99..65b3675b6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,13 +7,12 @@ - 20 new languages with repo-map support. - Added `/think-tokens` command to set thinking token budget with support for human-readable formats (8k, 10.5k, 0.5M). - Added `/reasoning-effort` command to control model reasoning level. -- The `/think-tokens` and `/reasoning-effort` commands now display current settings when called without arguments. -- Improved display of thinking token budget in model information. -- Added reasoning effort level display in model information. +- The `/think-tokens` and `/reasoning-effort` commands display current settings when called without arguments. +- Display of thinking token budget and reasoning effort in model information. - Changed `--thinking-tokens` argument to accept string values with human-readable formats. +- Added `--auto-accept-architect` flag (default: true) to automatically accept changes from architect coder format without confirmation. - The bare `/drop` command now preserves original read-only files provided via args.read. - Fixed a bug where default model would be set by deprecated `--shortcut` switches even when already specified in the command line. -- Added `--auto-accept-architect` flag (default: true) to automatically accept changes from architect coder format without confirmation. - Improved AutoCompleter to require 3 characters for autocompletion to reduce noise. - Aider wrote 72% of the code in this release. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index d528cdc15..b5be0b3b9 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -30,13 +30,12 @@ cog.out(text) - 20 new languages with repo-map support. - Added `/think-tokens` command to set thinking token budget with support for human-readable formats (8k, 10.5k, 0.5M). - Added `/reasoning-effort` command to control model reasoning level. -- The `/think-tokens` and `/reasoning-effort` commands now display current settings when called without arguments. -- Improved display of thinking token budget in model information. -- Added reasoning effort level display in model information. +- The `/think-tokens` and `/reasoning-effort` commands display current settings when called without arguments. +- Display of thinking token budget and reasoning effort in model information. - Changed `--thinking-tokens` argument to accept string values with human-readable formats. +- Added `--auto-accept-architect` flag (default: true) to automatically accept changes from architect coder format without confirmation. - The bare `/drop` command now preserves original read-only files provided via args.read. - Fixed a bug where default model would be set by deprecated `--shortcut` switches even when already specified in the command line. -- Added `--auto-accept-architect` flag (default: true) to automatically accept changes from architect coder format without confirmation. - Improved AutoCompleter to require 3 characters for autocompletion to reduce noise. - Aider wrote 72% of the code in this release.