Merge branch 'main' into swe-bench

This commit is contained in:
Paul Gauthier 2024-05-22 15:01:03 -07:00
commit 899fc88a14
7 changed files with 175 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "0.35.1-dev"
__version__ = "0.36.1-dev"

View file

@ -534,6 +534,8 @@ class Commands:
def cmd_test(self, args):
"Run a shell command and add the output to the chat on non-zero exit code"
if not args and self.coder.test_cmd:
args = self.coder.test_cmd
if not callable(args):
return self.cmd_run(args, True)