Skip to content

v3.13.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:14
d247537

Patch. Every run now ships with a spend ceiling. A stuck or runaway pipeline can no longer drain a subscription quota unattended.

Fixed

  • max_budget_usd defaults to 5 (KJC-TSK-0621, from a field report of a stuck run burning a user's whole quota): the per-iteration budget enforcement existed but the default was null — opt-in safety. Exceeding the cap stops the run with the spend, the limit, how to raise it and how to continue (kj resume opens a fresh window). Explicit null opts out; the legacy session.max_budget_usd location keeps working.