Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 4, 2024
1 parent d099a95 commit e12b1a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
- 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.
- Easily apply file edits from ChatGPT, Claude or other web apps
- Use the web app'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.

- Bugfix for creating new files.
- Aider wrote 84% of the code in this release.

### Aider v0.61.0

Expand Down
9 changes: 4 additions & 5 deletions aider/website/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ cog.out(text)
- 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.
- Easily apply file edits from ChatGPT, Claude or other web apps
- Use the web app'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.

- Bugfix for creating new files.
- Aider wrote 84% of the code in this release.

### Aider v0.61.0

Expand Down

0 comments on commit e12b1a9

Please sign in to comment.