You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(executor): propagate requestPath to ApplyPayloadConfigWithRoot
Upstream merge added a requestPath parameter to
helps.ApplyPayloadConfigWithRoot, but the Plus-fork third-party
executors and the local applyPayloadConfigWithRoot wrapper were not
updated, breaking the Docker build.
Extend the wrapper signature, add a payloadRequestPath helper, and
forward helps.PayloadRequestPath(opts) at all 8 missed call sites in
iflow / codebuddy / github_copilot / kilo executors.
0 commit comments