Back to feed
- 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.
- Anonymous, opt-in analytics with no personal data sharing.
- 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.
- Override browser config with
--no-browser or --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.