mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
Merge branch 'main' into sitter-map
This commit is contained in:
commit
28bce3535a
2 changed files with 7 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -31,6 +31,10 @@ jobs:
|
|||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
@ -42,6 +46,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/aider:${{ github.ref_name }}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Release history
|
||||
|
||||
### Next release
|
||||
### main branch
|
||||
|
||||
- Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo.
|
||||
- `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)`
|
||||
- New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message geneated by gpt-3.5.
|
||||
- Added universal ctags to the [aider docker image](https://aider.chat/docs/docker.html)
|
||||
- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html)
|
||||
|
||||
### v0.14.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue