feat: Expose session_id to sandbox/runtime container (#10863)

This commit is contained in:
Wolf Noble 2025-10-26 10:21:38 -05:00 committed by GitHub
parent 319677e629
commit 86c590cdc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -466,6 +466,7 @@ class DockerRuntime(ActionExecutionClient):
'VSCODE_PORT': str(self._vscode_port),
'APP_PORT_1': str(self._app_ports[0]),
'APP_PORT_2': str(self._app_ports[1]),
'OPENHANDS_SESSION_ID': str(self.sid),
'PIP_BREAK_SYSTEM_PACKAGES': '1',
}
)