diff --git a/HISTORY.md b/HISTORY.md index 595430e68..b43f48880 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ ### v0.31.0 -- Aider is now also AI pair programming in your browser! Use the `--browser` switch to launch am experimental browser based version of aider. +- [Aider is now also AI pair programming in your browser!](https://aider.chat/2024/05/02/browser.html) Use the `--browser` switch to launch an experimental browser based version of aider. - Switch models during the chat with `/model ` and search the list of available models with `/models `. ### v0.30.1 diff --git a/_posts/2024-05-02-browser.md b/_posts/2024-05-02-browser.md index ad6fb7656..0bccf5616 100644 --- a/_posts/2024-05-02-browser.md +++ b/_posts/2024-05-02-browser.md @@ -7,11 +7,20 @@ highlight_image: /assets/browser.jpg -Aider is now also AI pair programming in your browser! -Use the `--browser` switch to launch am experimental browser based version of aider. +Use aider's new experimental browser UI to collaborate with LLMs +to edit code in your local git repo. +Aider will directly edit the code in your local source files, +and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) +with sensible commit messages. +You can start a new project or work with an existing git repo. +Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision, +and Claude 3 Opus. +It also supports [connecting to almost any LLM](https://aider.chat/docs/llms.html). + +Use the `--browser` switch to launch the browser version of aider: ``` pip install aider-chat