diff --git a/HISTORY.md b/HISTORY.md index 3d43f6cff..09c20ff23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,11 +3,11 @@ ### Aider v0.41.0 -- Allow Claude 3.5 Sonnet to stream back >4k tokens! +- [Allow Claude 3.5 Sonnet to stream back >4k tokens!](https://aider.chat/2024/07/01/sonnet-not-lazy.html) - It is the first model capable of writing such large coherent, useful code edits. - Do large refactors or generate multiple files of new code in one go. - Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment. -- Enabled [image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). +- [Enabled image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). - Added `--attribute-commit-message` to prefix aider's commit messages with "aider:". - Fixed regression in quality of one-line commit messages. - Automatically retry on Anthropic `overloaded_error`. diff --git a/website/HISTORY.md b/website/HISTORY.md index 7e35864e6..199e7391c 100644 --- a/website/HISTORY.md +++ b/website/HISTORY.md @@ -14,11 +14,11 @@ cog.out(text) ### Aider v0.41.0 -- Allow Claude 3.5 Sonnet to stream back >4k tokens! +- [Allow Claude 3.5 Sonnet to stream back >4k tokens!](https://aider.chat/2024/07/01/sonnet-not-lazy.html) - It is the first model capable of writing such large coherent, useful code edits. - Do large refactors or generate multiple files of new code in one go. - Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment. -- Enabled [image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). +- [Enabled image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). - Added `--attribute-commit-message` to prefix aider's commit messages with "aider:". - Fixed regression in quality of one-line commit messages. - Automatically retry on Anthropic `overloaded_error`. diff --git a/website/_posts/2024-07-01-sonnet-not-lazy.md b/website/_posts/2024-07-01-sonnet-not-lazy.md index fc7284111..8593dcacb 100644 --- a/website/_posts/2024-07-01-sonnet-not-lazy.md +++ b/website/_posts/2024-07-01-sonnet-not-lazy.md @@ -12,6 +12,8 @@ nav_exclude: true # Sonnet is the opposite of lazy +[![sonnet is the opposite of lazy](/assets/sonnet-not-lazy.jpg)](https://aider.chat/assets/sonnet-not-lazy.jpg) + Claude 3.5 Sonnet represents a step change in AI coding. It is so industrious, diligent and hard working that diff --git a/website/assets/sonnet-not-lazy.jpg b/website/assets/sonnet-not-lazy.jpg new file mode 100644 index 000000000..2fbde9f4c Binary files /dev/null and b/website/assets/sonnet-not-lazy.jpg differ