[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 8b1035a2d0 339/466: Update README
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 8b1035a2d0 339/466: Update README |
Date: |
Sat, 15 Mar 2025 19:17:44 -0400 (EDT) |
branch: elpa/aidermacs
commit 8b1035a2d0cfb2f683e8009baa4bf9a3bbef7a75
Author: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Commit: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Update README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 076201b8de..1bc5208bb0 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Your contributions are essential to making Aidermacs the best
AI pair programmin
You can customize the default AI model used by Aidermacs by setting the
`aidermacs-default-model` variable:
```emacs-lisp
-(setq aidermacs-default-model "anthropic/claude-3-5-sonnet-20241022")
+(setq aidermacs-default-model "anthropic/claude-3-7-sonnet-20250219")
```
This allows you to easily switch between different AI models without modifying
the `aidermacs-extra-args` variable.
@@ -187,7 +187,7 @@ Aidermacs supports project-specific configurations via
`.aider.conf.yml` files.
### Claude 3.7 Sonnet Thinking Tokens
-Aider can work with Sonnet 3.7's new thinking tokens, but does not ask Sonnet
to use thinking tokens by default.
+Aider can work with Sonnet 3.7's [new thinking
tokens](https://www.anthropic.com/news/claude-3-7-sonnet), but does not ask
Sonnet to use thinking tokens by default.
Enabling thinking currently requires manual configuration. Create an
`.aider.model.settings.yml` in your home dir, project's root, or the current
directory, then add the following to the file. Adjust the `budget_tokens` value
to change the target number of thinking tokens.
- [nongnu] elpa/aidermacs 5e167323b8 352/466: Fix README, (continued)
- [nongnu] elpa/aidermacs 5e167323b8 352/466: Fix README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs ea47980ed7 361/466: fix: Fix string formatting in message function, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 6ae6becbfb 374/466: Simplify UI to ask question and explain this code, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3a7e313ce0 317/466: Fix comint-prompt-regexp, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 811305ac77 316/466: Slight adjustment with the minor mode, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 581c74dad3 318/466: Add Separate Reasoner/Editing mode!, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7e2ec84aee 325/466: Check for non-nil `(project-current)` before calling `(project-root)`, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c9e30655e7 322/466: Use C-u to add files read-only, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 49a5a591d4 326/466: fix: don't switch to aider buffer before reading symbol, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3e538c07c1 335/466: Recommend claude-3-7-sonnet in README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 8b1035a2d0 339/466: Update README,
ELPA Syncer <=
- [nongnu] elpa/aidermacs 4159552f3f 344/466: Sync aidermacs-doom with transient menus and improve code organization, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1e29dfca2d 343/466: Update aidermacs-doom.el Package-Requires, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs fe34d0ceca 346/466: Further streamline transient menus, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 89d323f083 348/466: Update README to include new vterm backend newline key selection, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c07fe5d615 354/466: Fix syntax highlighting when code fence does not have mode, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d5a6964d01 357/466: Fix Package-Requires, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs e9efadeeba 359/466: Update README and Contributors list, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs e4d8c27892 358/466: Cleanup residuals, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 0964906868 366/466: Be more verbose about its args, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a24435bc41 368/466: Merge pull request #38 from CeleritasCelery/mode-parser, ELPA Syncer, 2025/03/15