commit-0 / commit0

Commit0: Library Generation from Scratch
https://commit-0.github.io/
MIT License
93 stars 8 forks source link

Aider agent error with linting setting on #78

Closed EugeneChoi4 closed 3 days ago

EugeneChoi4 commented 3 days ago

It seems as though toggling the linting option (use_lint_info: true) causes the aider agent to run into errors when executing. This does not cause the program to crash; however the agent is not able to make any progress as a result.

The following error was recreated with a SimPy split and the use_lint_info: true option:

Screen Shot 2024-10-22 at 11 57 23 PM

. . .

Screen Shot 2024-10-22 at 11 57 45 PM
nanjiangwill commented 3 days ago

specifying --commit0_dot_file_path is required

fixed in add-swebench branch and will merge soon