Upgrade to grep-ast 0.2.2 to streamline tree-sitter install

This commit is contained in:
Paul Gauthier 2023-10-31 10:22:35 -07:00
parent b579c9e4d4
commit 5280549c33
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
### main branch
- Upgrade to grep-ast 0.2.2 to streamline tree-sitter install
### v0.16.0
- [Improved repository map using tree-sitter](https://aider.chat/docs/repomap.html)

View file

@ -1,7 +1,7 @@
FROM python:3.10-slim
COPY . /aider
RUN apt-get update && \
apt-get install --no-install-recommends -y build-essential git libportaudio2 && \
apt-get install --no-install-recommends -y git libportaudio2 && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir /aider && \
rm -rf /aider

View file

@ -34,4 +34,4 @@ jsonschema==4.17.3
sounddevice==0.4.6
soundfile==0.12.1
pathspec==0.11.2
grep-ast==0.2.0
grep-ast==0.2.2