mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 17:53:30 +00:00
fix(console): preserve inference sessions (#43124)
Co-authored-by: Frank <frank@anoma.ly>
This commit is contained in:
parent
32320409b1
commit
4e81a0b73f
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ export async function handler(
|
|||
headers.delete("host")
|
||||
headers.delete("content-length")
|
||||
headers.delete("x-opencode-request")
|
||||
headers.delete("x-opencode-session")
|
||||
if (!isNewInference) headers.delete("x-opencode-session")
|
||||
headers.delete("x-opencode-project")
|
||||
headers.delete("x-opencode-client")
|
||||
return headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue