Add conversational editing for orchestration plans - #1464
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 7, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
marked this pull request as ready for review
September 7, 2026 17:48
Paul Lizer (paullizer)
merged commit Sep 7, 2026
f97ac22
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
Base:
paullizer-react-v2-ui. This change builds on the React V2 integration branch, including the approval-preference persistence fix in #1460.Linked issue
N/A — requested directly; no associated issue.
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, or not needed because this is docs-onlydeployers/version.txtbumped, or not needed becausedeployers/was not changedApplication: 0.261.101 → 0.261.102. No deployer changes.
Testing / validation
functional_tests:python -m unittest -q test_orchestration_plan_revision_routes test_orchestration_conversation_context_routes test_orchestration_plan_revision_store test_orchestration_plan_revision_planner— 99 passed.python -m pytest functional_tests/test_v2_orchestration_approval_persistence.py -q— 17 passed.python -m pytest ui_tests/test_v2_orchestration_plan_editor_backend.py ui_tests/test_v2_orchestration_plan_editor.py ui_tests/test_v2_orchestration_approval_persistence.py -q— 55 passed, including browser-to-Flask editing, clarification, restore, cancellation, and execution workflows.npm --prefix application/v2_ui run build— passed TypeScript compilation and the production build; the existing large-chunk advisory remains.Model, search, and Cosmos service boundaries are deterministic in automated coverage; no live Azure resources were provisioned.
Documentation
Added
docs/explanation/features/V2_ORCHESTRATION_PLAN_EDITING.mdanddocs/guides/review-and-edit-orchestration-plans.md; updated orchestration and chat-control references. Release notes were left unchanged pending publication approval. The generated application-surface inventory remains current.Security checklist
@swagger_route(security=get_auth_security())sanitize_settings_for_user()New editor responses use an allowlisted projection rather than returning raw settings or private run context. Ownership, capability/source permissions, revision tokens, and conditional Cosmos writes protect edit and execution operations.