mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
copy
This commit is contained in:
parent
b074c02fa2
commit
0c4140ff02
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.75.2
|
||||||
|
|
||||||
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
|
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
|
||||||
- Updated default model to Claude 3.7 Sonnet on OpenRouter.
|
- Updated default model to Claude 3.7 Sonnet on OpenRouter.
|
||||||
|
|
|
@ -23,7 +23,7 @@ cog.out(text)
|
||||||
]]]-->
|
]]]-->
|
||||||
|
|
||||||
|
|
||||||
### main branch
|
### Aider v0.75.2
|
||||||
|
|
||||||
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
|
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
|
||||||
- Updated default model to Claude 3.7 Sonnet on OpenRouter.
|
- Updated default model to Claude 3.7 Sonnet on OpenRouter.
|
||||||
|
|
|
@ -116,6 +116,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
|
||||||
latest_mod_date = max(mod_dates)
|
latest_mod_date = max(mod_dates)
|
||||||
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
||||||
]]]-->
|
]]]-->
|
||||||
February 27, 2025.
|
March 04, 2025.
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue