diff --git a/openhands/runtime/impl/remote/remote_runtime.py b/openhands/runtime/impl/remote/remote_runtime.py index 16692709f5..6552da7c22 100644 --- a/openhands/runtime/impl/remote/remote_runtime.py +++ b/openhands/runtime/impl/remote/remote_runtime.py @@ -227,6 +227,7 @@ class RemoteRuntime(Runtime): 'command': command, 'working_dir': '/openhands/code/', 'environment': {'DEBUG': 'true'} if self.config.debug else {}, + 'session_id': self.sid, } # Start the sandbox using the /start endpoint