[AIGTWY-4573] Claude configuration: managed models, headers, discovery - #646
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
Apply managed default models, custom headers, and the discovery location to Claude's config through the managed flow, with the model picker curated from the managed config. 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.
Apply managed default models, custom headers, and the discovery location to Claude's config, and curate the
/modelpicker from the manifest. This is the content of #597.agents/claude.pymodel/header/discovery rendering and picker curationdatabricks.pyextra custom headersmanaged_resolve.pyClaude family / static-list / discovery-location helpersIntegration coverage (existing):
test_ug_configure_claude_databricks(managed models/headers/discovery applied, then a real Claude TUI file task),test_ug_configure_claude_anthropic_mps(provider picker + model),test_ug_claude_headless_prompt_{argument,stdin,after_separator}(launch on managed models),test_ug_claude_preserves_caller_settings_and_hook(custom-header/settings merge preserves caller settings and runs the real SessionStart hook),test_ug_claude_reports_unsupported_short_model_option. Unit: tests/test_agent_claude.py, tests/test_managed_resolve.py. No integration test added or modified (behavior-preserving).This pull request and its description were written by Isaac.