mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-19 05:32:19 +03:00
fix(plugins): add markdown bullet prefix to changelog fragment
The changelog fragment was missing the required '- ' markdown bullet prefix, causing the check:changelog-integrity gate to fail. Refs #9570
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user