Add configurable chat content checks and admin rechecks - #1516
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 22, 2026
Conversation
Extend Content Screening and Content Safety to submitted chat text and AI replies with independent admin controls. Support streamed or held responses, private unchecked metadata on scanner failures, and revision-bound admin rechecks with durable reply removal. Preserve workspace upload review, align classic and V2 interfaces, and update coverage, documentation, and application version 0.261.127. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 22, 2026
6f94c98
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
Workspace content screening did not cover submitted chat text or AI replies, and Content Safety lacked reply checks. This adds administrator-selected chat checkpoints and a way to recover inspections that could not finish.
not checkedmetadata rather than a fabricated pass or user-facing outage warning.0.261.127.Defaults and trade-offs: New chat/output checkpoints are opt-in; existing upload and Content Safety input coverage are preserved. Streaming first can expose text before removal. Holding a reply still follows the configured failure action. Retrieved content, outbound tool/search arguments, and additional file-content scanning are outside this change.
Linked issue
N/A. The user requested this work without creating an 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?
Release notes and a Latest Feature card are not included. Release-note approval was unavailable, so the existing release notes were 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:
0.261.126->0.261.127. No deployer changes.Testing / validation
npm --prefix application/v2_ui run buildandnode functional_tests/test_v2_chat_content_checks.mjspassed.python -m pytest ui_tests/test_chat_content_checks.py ui_tests/test_content_screening_policy_parity.py -q: 54 passed using real browser controls and stream handlers.git diff --checkpassed.Documentation
Added the chat-check feature reference and admin recheck guide, updated Security settings and existing screening documentation, and regenerated the application surface inventory. Separate fix documentation is not needed for this feature change.
Security checklist
@swagger_route(security=get_auth_security())sanitize_settings_for_user()