Browse Source

zen: cleanup headers

Frank 2 months ago
parent
commit
9998efdae2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/console/app/src/routes/zen/util/handler.ts

+ 2 - 0
packages/console/app/src/routes/zen/util/handler.ts

@@ -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,