[AIGTWY-4573] Configure branching: managed-config fetch and cache foundation - #641
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
…ndation Add the launch/refresh-side managed-config data path (fetch, ManagedConfigResult, version watermark comparison, and the OS-managed reconcile helpers) that the configure and launch paths build on. No configure/launch wiring yet; that lands on top of this in the same PR. 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.
Parse, fetch, and cache the managed CodingAgentConfig so the rest of the stack has a single normalized source. First layer of the AIGTWY-4573 carve: behavior-identical to the reviewed #593 + #597, reorganized into small reviewable pieces.
from_wire/to_internal) that normalize the admin manifest into the internal dictManagedConfigResult3-tuple, and the newer-than-applied comparisonIntegration coverage (existing): every configure CUJ fetches, parses, and caches the managed config as its first step, so
test_ug_configure_claude_databricksandtest_ug_configure_codex_databricks(smoke) exercise this end to end;test_ug_configure_{claude,codex}_repeat_and_revertcovers cache reuse across repeated configure. Unit: tests/test_managed_config.py. No integration test added or modified (behavior-preserving).This pull request and its description were written by Isaac.