feat: conditionally send aibridge actor headers (#21643)

Also passes along the authenticated username as actor metadata.

Closes https://github.com/coder/aibridge/issues/135
Depends on https://github.com/coder/aibridge/pull/142

**Replace aibridge tag with merge commit once
https://github.com/coder/aibridge/pull/142 lands.**

---------

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2026-01-26 15:08:17 +00:00
committed by GitHub
parent bb186b8699
commit 7123518baa
19 changed files with 252 additions and 69 deletions
+3
View File
@@ -12075,6 +12075,9 @@ const docTemplate = `{
"retention": {
"type": "integer"
},
"send_actor_headers": {
"type": "boolean"
},
"structured_logging": {
"type": "boolean"
}
+3
View File
@@ -10727,6 +10727,9 @@
"retention": {
"type": "integer"
},
"send_actor_headers": {
"type": "boolean"
},
"structured_logging": {
"type": "boolean"
}