mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Updated HISTORY
This commit is contained in:
parent
0255030988
commit
928c094b42
4 changed files with 5 additions and 3 deletions
|
@ -20,6 +20,7 @@
|
||||||
- Generic auto-completions are provided for `/commands` without a completion override.
|
- Generic auto-completions are provided for `/commands` without a completion override.
|
||||||
- Fixed broken OCaml tags file.
|
- Fixed broken OCaml tags file.
|
||||||
- Bugfix in `/run` add to chat approval logic.
|
- Bugfix in `/run` add to chat approval logic.
|
||||||
|
- Aider wrote 58% of the code in this release.
|
||||||
|
|
||||||
## Aider v0.46.1
|
## Aider v0.46.1
|
||||||
|
|
||||||
|
|
|
@ -29,12 +29,13 @@ cog.out(text)
|
||||||
- Bugfix to properly handle subprocess encodings (also for `/run`).
|
- Bugfix to properly handle subprocess encodings (also for `/run`).
|
||||||
- Improved [docker support](https://aider.chat/docs/install/docker.html):
|
- Improved [docker support](https://aider.chat/docs/install/docker.html):
|
||||||
- Resolved permission issues when using `docker run --user xxx`.
|
- Resolved permission issues when using `docker run --user xxx`.
|
||||||
- New paulgauthier/aider-full docker image, which includes all extras.
|
- New `paulgauthier/aider-full` docker image, which includes all extras.
|
||||||
- Switching to code and ask mode no longer summarizes the chat history.
|
- Switching to code and ask mode no longer summarizes the chat history.
|
||||||
- Added graph of aider's contribution to each release.
|
- Added graph of aider's contribution to each release.
|
||||||
- Generic auto-completions are provided for `/commands` without a completion override.
|
- Generic auto-completions are provided for `/commands` without a completion override.
|
||||||
- Fixed broken OCaml tags file.
|
- Fixed broken OCaml tags file.
|
||||||
- Bugfix in `/run` add to chat approval logic.
|
- Bugfix in `/run` add to chat approval logic.
|
||||||
|
- Aider wrote 58% of the code in this release.
|
||||||
|
|
||||||
## Aider v0.46.1
|
## Aider v0.46.1
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ The full image has support for features like interactive help, the
|
||||||
browser GUI and support for using Playwright to scrape web pages. The
|
browser GUI and support for using Playwright to scrape web pages. The
|
||||||
core image can still use these features, but they will need to be
|
core image can still use these features, but they will need to be
|
||||||
installed the first time you access them. Since containers are
|
installed the first time you access them. Since containers are
|
||||||
ephemeral, they extras will need to be reinstalled the next time you
|
ephemeral, the extras will need to be reinstalled the next time you
|
||||||
launch the aider core container.
|
launch the aider core container.
|
||||||
|
|
||||||
### Aider core
|
### Aider core
|
||||||
|
|
|
@ -163,7 +163,7 @@ def main():
|
||||||
f.write(yaml_output)
|
f.write(yaml_output)
|
||||||
else:
|
else:
|
||||||
print(yaml_output)
|
print(yaml_output)
|
||||||
|
|
||||||
if not args.all_since:
|
if not args.all_since:
|
||||||
print(f"- Aider wrote {round(aider_percentage)}% of the code in this release.")
|
print(f"- Aider wrote {round(aider_percentage)}% of the code in this release.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue