We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381eabb commit 80c0b06Copy full SHA for 80c0b06
1 file changed
packages/opencode/src/session/llm/request.ts
@@ -185,6 +185,7 @@ export const prepare = Effect.fn("LLMRequestPrep.prepare")(function* (input: Pre
185
}
186
: {
187
"x-session-affinity": input.sessionID,
188
+ "X-Session-Id": input.sessionID,
189
...(input.parentSessionID ? { "x-parent-session-id": input.parentSessionID } : {}),
190
"User-Agent": USER_AGENT,
191
}),
0 commit comments