OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

[Bug]: Remove linting from CodeAct by default

Open rbren opened this issue 1 month ago • 0 comments

Is there an existing issue for the same bug?

  • [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting
  • [X] I have checked the existing issues.

Describe the bug

CodeAct comes with some of SWEAgent's opinions on how code should be formatted. It makes assumptions about (a) how our users might want to format code and (b) what sort of code they might be working with (e.g. it mangled some JS indentation here: https://github.com/OpenDevin/OpenDevin/issues/1710)

While the linting might be helpful for the SWE-bench benchmark specifically, we should disable it for end-users

Current Version

0.5

Installation and Configuration

docker run

Model and Agent

CodeAct

Reproduction Steps

Have CodeAct work in JavaScript

Logs, Errors, Screenshots, and Additional Context

No response

rbren avatar May 14 '24 18:05 rbren