From 5acc9252a7aeb79dc5039d8c9b7abcebec8e5f5e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 21 Jan 2026 15:51:57 -0300 Subject: [PATCH] feat(copilot): support images Signed-off-by: Carlos Alexandro Becker --- internal/oauth/copilot/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/oauth/copilot/http.go b/internal/oauth/copilot/http.go index 482d9a4cd4819a586cbb7fc66c6a4f0b1d431ffb..749d8be749fa4aca930b146a8e04e116645a05d9 100644 --- a/internal/oauth/copilot/http.go +++ b/internal/oauth/copilot/http.go @@ -13,5 +13,6 @@ func Headers() map[string]string { "Editor-Version": editorVersion, "Editor-Plugin-Version": editorPluginVersion, "Copilot-Integration-Id": integrationID, + "Copilot-Vision-Request": "true", } }