Compare commits

...

1 Commits

2 changed files with 2 additions and 1 deletions

1
openhands-aci Normal file
View File

@@ -0,0 +1 @@
Subproject commit b21ffe320647a9eb8fd9ba3eeabf060e20ac23f5

View File

@@ -158,7 +158,7 @@ class ActionExecutor:
self.bash_session: BashSession | None = None
self.lock = asyncio.Lock()
self.plugins: dict[str, Plugin] = {}
self.file_editor = OHEditor()
self.file_editor = OHEditor(cwd=self._initial_cwd)
self.browser = BrowserEnv(browsergym_eval_env)
self.start_time = time.time()
self.last_execution_time = self.start_time