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): pass requestPath through ApplyPayloadConfigWithRoot at all call sites
The helps.ApplyPayloadConfigWithRoot signature gained a requestPath
parameter (commit 6ba7c81) used to gate image_generation filtering
on /v1/images/* endpoints, but five call sites in compat_helpers,
codebuddy, kilo, github_copilot, and iflow executors were not
updated, causing the executor package to fail compilation.
Forward the inbound request path via helps.PayloadRequestPath(opts)
(or the new payloadRequestPath wrapper in compat_helpers) so payload
rules can target endpoints precisely as designed.
0 commit comments