diff --git a/openhands/runtime/utils/bash.py b/openhands/runtime/utils/bash.py index 419757d2edfd..34b2222b5bf9 100644 --- a/openhands/runtime/utils/bash.py +++ b/openhands/runtime/utils/bash.py @@ -204,6 +204,7 @@ def execute(self, action: CmdRunAction) -> CmdOutputObservation: if self.prev_status not in { BashCommandStatus.NO_CHANGE_TIMEOUT, BashCommandStatus.HARD_TIMEOUT, + BashCommandStatus.CONTINUE, }: self._clear_screen()