Fix orchestration follow-ups and selected model routing - #1463
Merged
Paul Lizer (paullizer) merged 3 commits intoSep 7, 2026
Conversation
Accept valid nullable resolver output, preserve authorized model selections through planning and execution, and report the model that actually answered. Normalize Anthropic completion flags and add regression coverage and documentation for version 0.261.101. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Preserve the latest inline clarification and approval preference changes. Resolve models from canonical turn state within authenticated planning context, release clarification claims on model failures, and advance fix documentation and regression headers to 0.261.102. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Preserve selected models through plan edits and clarification while retaining atomic revision and execution claims. Update merged regression coverage and bump the app to 0.261.103. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 7, 2026
f7a7d56
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
clarification: null. Retain strict history/ID validation and bounded correction of malformed responses.Target:
paullizer-react-v2-ui, the active integration branch this work depends on. The diff is limited to 23 fix-related files; this is not a promotion of the V2 branch into Development. Merge conflicts with the latest plan editor are resolved inda958455.Linked issue
N/A.
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?
Version bump
application/single_app/config.pyVERSIONthird segment bumped to0.261.103deployers/version.txtnot needed becausedeployers/was not changedTesting / validation
python -m pytest -q --tb=short --disable-warningsover 18 targeted orchestration, revision, model endpoint, prompt-fill, elicitation and approval-persistence suites: 394 tests and 291 subtests passed after integration with the current V2 base. The clarification fixture now reloads the revision modules with its per-test store instead of retaining another suite's Cosmos boundary.6a34c8a6: an exact historical version assertion and three extracted-helper tests missingbuild_model_endpoint_identity_headers. Those unrelated tests and the export route are unchanged. Details are in the model-selection fix documentation.Documentation
ORCHESTRATION_MODEL_SELECTION_FIX.mdandORCHESTRATION_CONVERSATION_CONTEXT_FIX.mdNo new configuration key, dependency, schema migration or deployment configuration is required.
Security checklist