Eric Traut
a9dee37f9c
Add configurable goal token budget limits ( #37878 )
...
## What changed
- Add `goals.max_goal_token_budget` as a positive-integer configuration setting.
- Use the configured maximum as the default budget for new goals and when `tokenBudget` is reset to `null`.
- Reject goal creation and updates whose token budget exceeds the configured maximum, including requests through goal tools and `thread/goal/set`.
- Respect managed configuration precedence and per-thread configuration overrides.
## Testing
- Cover configuration parsing and managed overrides.
- Cover defaulting, resetting, and rejecting oversized budgets through the goal service, goal tools, and app-server API.
GitOrigin-RevId: f8d7e6418cdc237d454c8cf47bb32ba0d44a60cf
2026-08-10 21:00:00 +00:00
..
2026-07-29 13:53:15 +00:00
2026-08-06 02:30:18 +00:00
2026-07-29 13:53:15 +00:00
2026-08-10 21:00:00 +00:00
2026-08-04 15:23:43 +00:00
2026-08-10 19:26:52 +00:00
2026-07-30 19:47:30 +00:00
2026-08-10 03:28:19 +00:00
2026-07-29 18:29:26 +00:00
2026-08-10 18:44:58 +00:00
2026-08-10 01:39:55 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-10 19:26:52 +00:00
2026-08-05 18:09:26 +00:00
2026-08-05 18:09:26 +00:00
2026-08-08 16:58:26 +00:00
2026-08-09 23:39:25 +00:00
2026-08-07 23:27:39 +00:00
2026-08-05 16:09:01 +00:00
2026-08-07 19:56:29 +00:00
2026-07-30 21:49:53 +00:00
2026-08-07 18:33:46 +00:00
2026-08-10 18:40:02 +00:00
2026-08-04 22:58:02 +00:00
2026-08-10 21:00:00 +00:00
2026-08-07 00:23:38 +00:00
2026-08-03 11:39:51 +00:00
2026-08-10 21:00:00 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 14:25:13 +00:00
2026-08-07 11:30:17 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 19:57:40 +00:00
2026-08-09 03:05:10 +00:00
2026-08-10 21:00:00 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 01:44:30 +00:00
2026-08-07 19:56:29 +00:00
2026-07-31 21:37:56 +00:00
2026-08-10 15:50:53 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 11:22:55 +00:00
2026-08-07 18:33:46 +00:00
2026-07-31 04:20:56 +00:00
2026-08-07 01:30:07 +00:00
2026-08-07 02:30:18 +00:00
2026-08-06 03:11:42 +00:00
2026-08-10 19:26:52 +00:00
2026-08-05 14:20:59 +00:00
2026-08-04 22:07:56 +00:00
2026-08-05 20:03:13 +00:00
2026-08-06 03:57:10 +00:00
2026-07-30 04:26:36 +00:00
2026-08-10 19:53:01 +00:00
2026-08-10 14:25:13 +00:00
2026-08-10 19:26:52 +00:00
2026-08-07 18:33:46 +00:00
2026-08-10 18:40:02 +00:00
2026-08-10 19:26:52 +00:00
2026-08-06 03:11:42 +00:00
2026-08-10 19:57:40 +00:00
2026-08-10 15:43:10 +00:00
2026-08-08 16:58:26 +00:00
2026-08-08 16:58:26 +00:00
2026-08-10 06:47:21 +00:00
2026-08-10 19:26:52 +00:00
2026-08-04 03:49:53 +00:00
2026-08-10 21:00:00 +00:00
2026-08-10 19:26:52 +00:00
2026-08-05 20:03:13 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 14:25:13 +00:00
2026-08-10 19:57:40 +00:00
2026-08-08 17:18:02 +00:00
2026-08-10 19:26:52 +00:00
2026-08-10 19:26:52 +00:00
2026-07-28 20:49:22 +00:00
2026-07-29 13:53:15 +00:00
2026-07-30 04:26:36 +00:00