mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
496ed90439
commit
d099a95b92
3 changed files with 31 additions and 0 deletions
14
HISTORY.md
14
HISTORY.md
|
@ -1,6 +1,20 @@
|
|||
|
||||
# Release history
|
||||
|
||||
### Aider v0.62.0
|
||||
|
||||
- Full support for Claude 3.5 Haiku
|
||||
- Scored 75% on [aider's code editing leaderboard]().
|
||||
- Almost as good as Sonnet at much lower cost.
|
||||
- Launch with `--haiku` to use it.
|
||||
- Easily apply edits from ChatGPT or Claude WebUI
|
||||
- Use the web ui's "copy response" button to copy the entire reply from the LLM.
|
||||
- Run `aider --apply-clipboard-edits file-to-edit.js`.
|
||||
- Aider will edit your file with the LLM's changes.
|
||||
- Bugfix when creating new files.
|
||||
- Aider wrote 84% of the code in this release.
|
||||
|
||||
|
||||
### Aider v0.61.0
|
||||
|
||||
- Load and save aider slash-commands to files:
|
||||
|
|
|
@ -19,6 +19,20 @@ cog.out(text)
|
|||
|
||||
|
||||
|
||||
### Aider v0.62.0
|
||||
|
||||
- Full support for Claude 3.5 Haiku
|
||||
- Scored 75% on [aider's code editing leaderboard]().
|
||||
- Almost as good as Sonnet at much lower cost.
|
||||
- Launch with `--haiku` to use it.
|
||||
- Easily apply edits from ChatGPT or Claude WebUI
|
||||
- Use the web ui's "copy response" button to copy the entire reply from the LLM.
|
||||
- Run `aider --apply-clipboard-edits file-to-edit.js`.
|
||||
- Aider will edit your file with the LLM's changes.
|
||||
- Bugfix when creating new files.
|
||||
- Aider wrote 84% of the code in this release.
|
||||
|
||||
|
||||
### Aider v0.61.0
|
||||
|
||||
- Load and save aider slash-commands to files:
|
||||
|
|
|
@ -459,3 +459,6 @@
|
|||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751268}
|
||||
{"event": "cli session", "properties": {"main_model": "None", "weak_model": "claude-3-5-sonnet-20241022", "editor_model": "None", "edit_format": "diff", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751270}
|
||||
{"event": "command_exit", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751271}
|
||||
{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751479}
|
||||
{"event": "gui session", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751480}
|
||||
{"event": "command_diff", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751655}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue