feat(goose): standardize agent-session-id for session correlation (#6626)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-01-22 13:47:15 +09:00
committed by GitHub
parent cebf976f34
commit 967fe502ef
7 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -859,8 +859,8 @@ mod tests {
let mut extensions = Extensions::new();
extensions.insert(
from_value::<Meta>(json!({
"GOOSE-SESSION-ID": "old-session-1",
"Goose-Session-Id": "old-session-2",
SESSION_ID_HEADER: "old-session-1",
"Agent-Session-Id": "old-session-2",
"other-key": "preserve-me"
}))
.unwrap(),