This commit is contained in:
Paul Gauthier 2024-05-02 10:45:53 -07:00
parent db0e420ea0
commit 05450fb3d2
2 changed files with 13 additions and 4 deletions

View file

@ -3,7 +3,7 @@
### v0.31.0 ### 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 <name>` and search the list of available models with `/models <query>`. - Switch models during the chat with `/model <name>` and search the list of available models with `/models <query>`.
### v0.30.1 ### v0.30.1

View file

@ -7,11 +7,20 @@ highlight_image: /assets/browser.jpg
<video width="704" height="720" controls poster="/assets/browser.jpg"> <video width="704" height="720" controls poster="/assets/browser.jpg">
<source src="/assets/aider-browser-social.mp4" type="video/mp4"> <source src="/assets/aider-browser-social.mp4" type="video/mp4">
[Aider browser UI demo video](/assets/aider-browser-social.mp4) <a href="/assets/aider-browser-social.mp4">Aider browser UI demo video</a>
</video> </video>
Aider is now also AI pair programming in your browser! Use aider's new experimental browser UI to collaborate with LLMs
Use the `--browser` switch to launch am experimental browser based version of aider. 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 pip install aider-chat