This commit is contained in:
Paul Gauthier 2024-10-29 14:48:39 -07:00
parent e1d55c82b1
commit e9771588e4
2 changed files with 28 additions and 0 deletions

View file

@ -19,6 +19,20 @@ cog.out(text)
### main branch
- Load and save aider slash-commands to files:
- `/save <fname>` command will make a file of `/add` and `/read-only` commands that recreate the current file context in the chat.
- `/load <fname>` will replay the commands in the file.
- You can use `/load` to run any arbitrary set of slash-commands, not just `/add` and `/read-only`.
- Use `--load <fname>` to run a list of commands on launch, before the interactive chat begins.
- Aider follows litellm's `supports_vision` attribute to enable image support for models.
- Bugfix for when diff mode flexibly handles the model using the wrong filename.
- Displays filenames in sorted order for `/add` and `/read-only`.
- New `--no-fancy-input` switch disables prompt toolkit input, now still available with `--no-pretty`.
- Properly support all o1 models, regardless of provider.
- Improved handling of API errors, especially when accessing the weak model.
### Aider v0.60.1
- Enable image support for Sonnet 10/22.