Add model catalog management and per-step Auto orchestration routing - #1513
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 21, 2026
Conversation
Introduce shared classic and V2 catalog administration, custom profiles, preferences, and AI Connection associations. Select and revalidate authorized models per V2 orchestration step while preserving manual chat behavior and execution attribution. Add profile, API, execution, persistence, browser, and documentation coverage; advance the application to 0.261.126. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 21, 2026
15eee69
into
microsoft:paullizer-react-v2-ui
2 checks passed
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.
Summary
Administrators need reusable descriptions of model strengths, and orchestration needs task-specific selection rather than one model for every step. This adds a richer catalog without creating another endpoint or credential manager.
Profiles alone do not make models callable or publish them. Responses-only models are excluded from this Chat Completions path. Auto does not forecast unknown future document/tool sizes or estimate live pricing and latency; existing token guards remain in force.
Linked issue
N/A. Issue creation was deferred by the requester.
Release Notes & Latest Features
Is this visible to end users?
Is this admin-facing (Admin Settings, governance, deployment, config)?
Should this become a Latest Feature card?
Screenshot needed for the card?
Release notes and a Latest Feature card are not included. Release-note approval was requested but unavailable, so the file was left unchanged.
Version bump
application/single_app/config.pyVERSIONthird segment bumped, or not needed because this is docs-onlydeployers/version.txtbumped, or not needed becausedeployers/was not changedApplication version:
0.261.125->0.261.126. No deployer changes.Testing / validation
ui_tests/test_model_catalog_management.py,ui_tests/test_model_endpoint_capacity_editor.py, and standaloneui_tests/test_v2_orchestration_composer.py.functional_tests/route_tests/policy scripts passed.test_docs_app_surface_coverage.py,test_docs_site_quality.py, andgit diff --checkpassed.npm --prefix application/v2_ui run buildpassed; the existing large-bundle warning remains.Live Azure inference and tenant deployment were not exercised. Provider calls and storage are offline fixtures, not a claim of production readiness.
Documentation
Added the Model Catalog admin page, model-routing guide, and versioned feature documentation. Updated AI Models/orchestration/chat-control references and the generated application-surface inventory. No separate fix document is needed for this feature.
Security checklist
@swagger_route(security=get_auth_security())sanitize_settings_for_user()Catalog-specific API responses use explicit safe projections rather than raw settings. Writes use the existing fenced settings store with ETag conflict handling; model selection stays within authorized connections.