mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Merge branch 'main' into swe-bench
This commit is contained in:
commit
899fc88a14
7 changed files with 175 additions and 3 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.35.1-dev"
|
||||
__version__ = "0.36.1-dev"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue