From 7596f7660546c64bd25e2ba20e8410722843381e Mon Sep 17 00:00:00 2001 From: ymq Date: Thu, 3 Sep 2026 16:22:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(ctx):=20=5Fbuild=5Fctx=E8=A1=A5org=5Fid?= =?UTF-8?q?=E2=80=94=E2=80=94=E8=83=BD=E5=8A=9B=E5=B7=A5=E5=85=B7handler?= =?UTF-8?q?=E5=8F=AF=E5=8F=96=E5=BD=93=E5=89=8D=E7=94=A8=E6=88=B7=E6=9C=BA?= =?UTF-8?q?=E6=9E=84(=E4=BE=9B=E5=BA=94=E5=95=86=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=BD=92=E5=B1=9E=E9=9C=80=E8=A6=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/agent_loop_v2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline_service/agent_loop_v2.py b/pipeline_service/agent_loop_v2.py index 6729874..85b5f27 100644 --- a/pipeline_service/agent_loop_v2.py +++ b/pipeline_service/agent_loop_v2.py @@ -726,6 +726,7 @@ class AgentExecutor: return { "project_id": self.project_id, "user_id": self.user_id, + "org_id": self.org_id, "pipeline_id": self.pipeline_id, "space": self.space, "workspace_dir": self.workspace_dir,