diff --git a/changelog.d/features/9570-plugin-context-headers.md b/changelog.d/features/9570-plugin-context-headers.md index 0301713244..07fc8687c4 100644 --- a/changelog.d/features/9570-plugin-context-headers.md +++ b/changelog.d/features/9570-plugin-context-headers.md @@ -1,10 +1 @@ -feat(plugins): expose client request headers in plugin onRequest/onResponse context (#9570) - -Adds an optional `headers` field to `PluginContext` so plugin hooks can -read request-scoped HTTP headers (trace ids, correlation ids, session markers) -sent by the client. The `clientRawRequest.headers` value is plumbed through -both `runPluginOnRequestHook` and `runPluginOnResponseHook` at the 3 call sites -in `handleChatCore()`. - -No breaking changes — the field is optional and all existing callers -are unaffected. +- feat(plugins): expose client request headers in plugin onRequest/onResponse context (#9570)