From f83daa9581ad4039d520163900431c0dd4e787ad Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:57:05 +0000 Subject: [PATCH] feat: add AWS PRM user-agent attribution for Bedrock calls --- intercept/messages/base.go | 1 + 1 file changed, 1 insertion(+) diff --git a/intercept/messages/base.go b/intercept/messages/base.go index 09372ec7..39de38c5 100644 --- a/intercept/messages/base.go +++ b/intercept/messages/base.go @@ -285,6 +285,7 @@ func (i *interceptionBase) withAWSBedrockOptions(ctx context.Context, cfg *aibco opts := []func(*config.LoadOptions) error{ config.WithRegion(cfg.Region), + config.WithAppID("APN_1.1/pc_cdfmjwn8i6u8l9fwz8h82e4w3$"), config.WithCredentialsProvider( credentials.NewStaticCredentialsProvider( cfg.AccessKey,