What's wrong with this entry?
Adds support for the ANTHROPIC_BEDROCK_SERVICE_TIER environment variable, which lets Bedrock users specify a service tier via a custom request header.
export ANTHROPIC_BEDROCK_SERVICE_TIER="on-demand"
claude- When set, the value is passed as the
X-Amzn-Bedrock-Service-Tierheader on all Bedrock API requests - Displayed in the connection info (e.g.
/configor status display) as "Bedrock service tier"
New env var handling (search for "ANTHROPIC_BEDROCK_SERVICE_TIER") and display label (search for "Bedrock service tier")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.