From cf8bbda91d87014d07e9e980357f6872d47624f2 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 23 Jan 2026 14:00:17 -0300 Subject: [PATCH] fix: remove for now Signed-off-by: Carlos Alexandro Becker --- internal/oauth/copilot/http.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/internal/oauth/copilot/http.go b/internal/oauth/copilot/http.go index 749d8be749fa4aca930b146a8e04e116645a05d9..8ce06df925fa7d41e2ba928641708ad961161280 100644 --- a/internal/oauth/copilot/http.go +++ b/internal/oauth/copilot/http.go @@ -13,6 +13,9 @@ func Headers() map[string]string { "Editor-Version": editorVersion, "Editor-Plugin-Version": editorPluginVersion, "Copilot-Integration-Id": integrationID, - "Copilot-Vision-Request": "true", + + // TODO: need to conditionally enable this when the user is sending + // messages with images. + // "Copilot-Vision-Request": "true", } }