zen: cleanup headers

thinking-toggle-wip
Frank 2025-12-18 13:47:21 -05:00 committed by Aiden Cline
parent eed4a950c9
commit 0b44adf551
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ export async function handler(
headers.delete("content-length")
headers.delete("x-opencode-request")
headers.delete("x-opencode-session")
headers.delete("x-opencode-project")
headers.delete("x-opencode-client")
return headers
})(),
body: reqBody,