This commit is contained in:
Paul Gauthier 2024-09-12 15:01:27 -07:00
parent 9f4d9d801e
commit 4598a376fd
2 changed files with 26 additions and 0 deletions

View file

@ -1,6 +1,19 @@
# Release history
### main branch
- Support for OpenAI o1 models:
- `aider --model o1-mini`
- `aider --model o1-preview`
- On Windows, `/run` correctly uses PowerShell or cmd.exe.
- Support for new 08-2024 Cohere models.
- Can now recursively add directories with `/read-only`.
- User input prompts now fall back to simple `input()` if `--no-pretty` or a Windows console is not available.
- Improved sanity check of git repo on startup.
- Improvements to prompt cache chunking strategy.
- Bugfix to remove spurious "No changes made to git tracked files."
### Aider v0.56.0
- Enables prompt caching for Sonnet via OpenRouter by @fry69

View file

@ -16,6 +16,19 @@ cog.out(text)
# Release history
### main branch
- Support for OpenAI o1 models:
- `aider --model o1-mini`
- `aider --model o1-preview`
- On Windows, `/run` correctly uses PowerShell or cmd.exe.
- Support for new 08-2024 Cohere models.
- Can now recursively add directories with `/read-only`.
- User input prompts now fall back to simple `input()` if `--no-pretty` or a Windows console is not available.
- Improved sanity check of git repo on startup.
- Improvements to prompt cache chunking strategy.
- Bugfix to remove spurious "No changes made to git tracked files."
### Aider v0.56.0
- Enables prompt caching for Sonnet via OpenRouter by @fry69