paul-gauthier / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
19.49k stars 1.79k forks source link

Repo scan quits Aider #1606

Open paul-hammant opened 1 week ago

paul-hammant commented 1 week ago

Issue

I've read #1587 but this is different. Aider quits completely for this repo.

To reproduce:

git clone git@github.com:bytedeco/javacpp-presets.git
cd javacpp-presets/
aider
/add .github/ 
update modsecurity.yml to latest base images like scipy.yml has been

You'll be back at the command line, Aider having quit

I read https://it.slashdot.org/story/24/09/19/1721236/1-in-10-orgs-dumping-their-security-vendors-after-crowdstrike-outage and thought I'd have another go at more methodically upgrading the modsecurity within this excellent technoloy

Version and model info

aider 0.56.0

(using OpenAI remotely)

paul-gauthier commented 1 week ago

Thanks for trying aider and filing this issue.

Can you share a screenshot of the problem, so I can see any output associated with the crash?

This looks like a very large repo. This doc may be helpful:

https://aider.chat/docs/faq.html#can-i-use-aider-in-a-large-mono-repo

paul-hammant commented 3 days ago

After /add .github/ only

image

I tried a --depth 10 clone, in case it was the weight of history Aider was choking on, but no.

paul-hammant commented 3 days ago

Launching again with --subtree-only .github/

Aider command: /add .github/ only

Aider Command upgrade the modsecurity.yml to be like was recently done for pytorch.yml

image