← Aider Changelog
v0.61.0
Aider v0.61.0
Nov 1, 2024 (1y ago)
View on GitHub →
- Load and save aider slash-commands to files:
/save <fname>command will make a file of/addand/read-onlycommands that recreate the current file context in the chat.
/load <fname>will replay the commands in the file.
- You can use
/loadto run any arbitrary set of slash-commands, not just/addand/read-only.
- Use
--load <fname>to run a list of commands on launch, before the interactive chat begins.
- Anonymous, opt-in analytics with no personal data sharing.
- Aider follows litellm's
supports_visionattribute 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
/addand/read-only.
- New
--no-fancy-inputswitch disables prompt toolkit input, now still available with--no-pretty.
- Override browser config with
--no-browseror--no-gui.
- Offer to open documentation URLs when errors occur.
- Properly support all o1 models, regardless of provider.
- Improved layout of filenames above input prompt.
- Better handle corrupted repomap tags cache.
- Improved handling of API errors, especially when accessing the weak model.
- Aider wrote 68% of the code in this release.