[AIGTWY-4573] Spend tiers: read budget tiers from the managed config - #645
Closed
david-siqi-liu wants to merge 1 commit into
Closed
david-siqi-liu wants to merge 1 commit into
david-siqi-liu wants to merge 1 commit into
Conversation
Read the admin's spend_tiers (budget id + tiers) to derive the launch budget warning point. The recommendation-to-launch-model wiring stacks on top. Co-authored-by: Isaac <no-reply@databricks.com>
david-siqi-liu
added this pull request to stack #650
September 15, 2026 17:55
Collaborator
Author
|
Closing: re-scoping into a smaller stack focused on making static model lists work for Claude Code and Codex. The rest (tracing, UC-location discovery, MCP, skills, spend defaults, smart routing) follows separately. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Read the admin's tiered spend policy from the managed config and surface its recommended agent/model per tier.
managed_budget.pyreadsspend_tiersand per-tierrecommended_agent/recommended_modelIntegration coverage (existing, transitive): the spend-tiers panel renders during
test_ug_configure_{claude,codex}_databrickswhen the workspace manifest carries tiers. An explicit spend-tier assertion CUJ is a documented gap (broad configure-flag scenarios are deferred, tests/README.md), covered here by unit tests (tests/test_managed_budget.py). No integration test added or modified.This pull request and its description were written by Isaac.