fix pipeline tool context origin injection

This commit is contained in:
lpf
2026-03-05 22:41:21 +08:00
parent b9e1efa3ef
commit 3894f0e27a
2 changed files with 45 additions and 1 deletions

View File

@@ -1560,7 +1560,7 @@ func withToolContextArgs(toolName string, args map[string]interface{}, channel,
return args
}
switch toolName {
case "message", "spawn", "remind":
case "message", "spawn", "remind", "pipeline_create", "pipeline_dispatch":
default:
return args
}