From d06bf5c75fa062c752bcb9b7d4047d30b484c079 Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Fri, 6 Mar 2026 14:41:31 +0000 Subject: [PATCH] fix: bump aibridge to include forward Anthropic-Beta header upstream fix (#22711) Bumps aibridge to include https://github.com/coder/aibridge/pull/205 which forwards the Anthropic-Beta header to the upstream Anthropic API. Related to: * issue: https://github.com/coder/aibridge/issues/192 * Internal Slack thread: https://codercom.slack.com/archives/C096PFVBZKN/p1772792545309049 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b9d5d83dbd..1fdb4e0cbe 100644 --- a/go.mod +++ b/go.mod @@ -480,7 +480,7 @@ require ( github.com/anthropics/anthropic-sdk-go v1.19.0 github.com/brianvoe/gofakeit/v7 v7.14.0 github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225 - github.com/coder/aibridge v1.0.8-0.20260306115208-e559e5e4a7e2 + github.com/coder/aibridge v1.0.8-0.20260306121236-1e9e0d835d7a github.com/coder/aisdk-go v0.0.9 github.com/coder/boundary v0.8.4-0.20260304164748-566aeea939ab github.com/coder/preview v1.0.7 diff --git a/go.sum b/go.sum index c63ce0890e..fc87a3ab2e 100644 --- a/go.sum +++ b/go.sum @@ -316,8 +316,8 @@ github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 h1:aBangftG7EVZoUb69Os github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2/go.mod h1:qwXFYgsP6T7XnJtbKlf1HP8AjxZZyzxMmc+Lq5GjlU4= github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225 h1:tRIViZ5JRmzdOEo5wUWngaGEFBG8OaE1o2GIHN5ujJ8= github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225/go.mod h1:rNLVpYgEVeu1Zk29K64z6Od8RBP9DwqCu9OfCzh8MR4= -github.com/coder/aibridge v1.0.8-0.20260306115208-e559e5e4a7e2 h1:M6IDd4z4++rBVgH6xcPyezbUym/HsJdm65l9s7x3FMs= -github.com/coder/aibridge v1.0.8-0.20260306115208-e559e5e4a7e2/go.mod h1:3BTl243k7OhpqtaITARAw647uC2V0YrxGOTQrkscnkk= +github.com/coder/aibridge v1.0.8-0.20260306121236-1e9e0d835d7a h1:SgaJ/U2aasuBwK0dFZJSVP5wXhWhoBHMYU4VlQcx4t0= +github.com/coder/aibridge v1.0.8-0.20260306121236-1e9e0d835d7a/go.mod h1:3BTl243k7OhpqtaITARAw647uC2V0YrxGOTQrkscnkk= github.com/coder/aisdk-go v0.0.9 h1:Vzo/k2qwVGLTR10ESDeP2Ecek1SdPfZlEjtTfMveiVo= github.com/coder/aisdk-go v0.0.9/go.mod h1:KF6/Vkono0FJJOtWtveh5j7yfNrSctVTpwgweYWSp5M= github.com/coder/boundary v0.8.4-0.20260304164748-566aeea939ab h1:HrlxyTmMQpOHfSKzRU1vf5TxrmV6vL5OiWq+Dvn5qh0=