Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Admin pricing overrides can now apply to managed policies

Admin-configured price overrides can now be validated for and pushed down to managed-policy clients

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaGatewaywhat it touches
KindBug Fixesin v2.1.268,
Group of 3 Under the hood

Admin-configured price overrides can now be validated for and pushed down to managed-policy clients

What

  • The gateway config validator, which previously required an admin: block for pricing settings to take effect, now also accepts a managed: block containing at least one policy, since both the admin spend meter and the modelPricing sent to clients read the same pricing config.
  • The gateway can now compute a per-deployment modelPricing object (a price multiplier plus per-model overrides) from an admin.pricing-style config, and merges it into each managed policy's cli settings, but only for policies that don't already specify their own modelPricing. It logs how many policies received the pushed pricing.
  • The dead-code checker that warns about pricing overrides that can never take effect was updated for the case where there's no admin/meter block: in that case, an override is only considered reachable if it sits on the first upstream that would actually serve that model.

Why This lets pricing overrides configured under admin.pricing reach managed-policy clients automatically, and improves the accuracy of warnings about pricing overrides that would silently never apply.

See this entry in the whole of v2.1.268 →

Feedback