From ca33372595614e65ac84c16700d9703a9aa62595 Mon Sep 17 00:00:00 2001 From: rovle Date: Wed, 4 Mar 2026 23:39:55 -0800 Subject: [PATCH] fix: pass task_id to _create_environment as well, to prevent cross-session state mixing Signed-off-by: rovle --- tools/file_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/file_tools.py b/tools/file_tools.py index 6182630b..a864f439 100644 --- a/tools/file_tools.py +++ b/tools/file_tools.py @@ -95,6 +95,7 @@ def _get_file_ops(task_id: str = "default") -> ShellFileOperations: cwd=cwd, timeout=config["timeout"], container_config=container_config, + task_id=task_id, ) with _env_lock: