feat(copilot): support images

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/oauth/copilot/http.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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",
 	}
 }