mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Updated HISTORY
This commit is contained in:
parent
9a2b8bb706
commit
37070e125a
2 changed files with 20 additions and 4 deletions
11
HISTORY.md
11
HISTORY.md
|
@ -3,12 +3,15 @@
|
||||||
|
|
||||||
### main branch
|
### main branch
|
||||||
|
|
||||||
|
- Enhanced token usage and cost reporting. Now works when streaming too.
|
||||||
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
|
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
|
||||||
- Updated `--verify-ssl` option to also disable SSL certificate verification when `/web` scrapes websites.
|
|
||||||
- Improved error handling and reporting in `/web` scraping functionality
|
|
||||||
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
|
||||||
- Updated commit message prompt to use imperative tense.
|
- Updated commit message prompt to use imperative tense.
|
||||||
- Enhanced token usage and cost reporting. Works when streaming too.
|
- Updates and fixed to `--no-verify-ssl`:
|
||||||
|
- Fixed regression that broke it in v0.42.0.
|
||||||
|
- Disables SSL certificate verification when `/web` scrapes websites.
|
||||||
|
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||||
|
- Improved error handling and reporting in `/web` scraping functionality
|
||||||
|
- Stop aider from asking to add the same url to the chat multiple times.
|
||||||
- Updated dependencies to latest versions.
|
- Updated dependencies to latest versions.
|
||||||
|
|
||||||
### Aider v0.45.1
|
### Aider v0.45.1
|
||||||
|
|
|
@ -12,6 +12,19 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
### main branch
|
||||||
|
|
||||||
|
- Enhanced token usage and cost reporting. Now works when streaming too.
|
||||||
|
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
|
||||||
|
- Updated commit message prompt to use imperative tense.
|
||||||
|
- Updates and fixed to `--no-verify-ssl`:
|
||||||
|
- Fixed regression that broke it in v0.42.0.
|
||||||
|
- Disables SSL certificate verification when `/web` scrapes websites.
|
||||||
|
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
|
||||||
|
- Improved error handling and reporting in `/web` scraping functionality
|
||||||
|
- Stop aider from asking to add the same url to the chat multiple times.
|
||||||
|
- Updated dependencies to latest versions.
|
||||||
|
|
||||||
### Aider v0.45.1
|
### Aider v0.45.1
|
||||||
|
|
||||||
- Use 4o-mini as the weak model wherever 3.5-turbo was used.
|
- Use 4o-mini as the weak model wherever 3.5-turbo was used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue