Fix collaborative prompts without explicit AI targets - #1515
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 22, 2026
Conversation
Route ordinary non-empty prompts in shared conversations through the collaborative AI streaming workflow instead of the human-only message endpoint. Add regression coverage, update version 0.261.040, and clarify the collaboration fix documentation and release notes.
Xeelee33
marked this pull request as draft
September 22, 2026 00:56
Contributor
Author
|
Reverted to draft PR because I found two more bugs related to shared conversations. Working on fixes, will resubmit for review with those fixes later today or tomorrow. |
Paul Lizer (paullizer)
marked this pull request as ready for review
September 22, 2026 12:22
Paul Lizer (paullizer)
merged commit Sep 22, 2026
11f2e7c
into
microsoft:Development
13 checks passed
Collaborator
|
Great effort Xeelee33! Thank you for contributing. |
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
After sharing a conversation, additional messages from both inviter and invitee weren't getting sent to the model unless a workspace context or other action was selected. If this is intentional behavior I suggest adding a toggle to explicitly disable model responses for a message. The default user assumption (at least in our org) is that messages get sent to the model listed in the model selector.
Changes:
Linked issue
No associated GitHub issue was identified.
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.040deployers/version.txtbumped, or not needed becausedeployers/was not changedTesting / validation
Collaborative messages now sent to the model:

"Add participants" button is now available immediately after the first response from the model is finished generating instead of requiring a page refresh:

python functional_tests/test_collaboration_shared_ai_workflow.pypython -m py_compile application/single_app/config.py functional_tests/test_collaboration_shared_ai_workflow.pypython scripts/check_xss_sinks.py --full-file application/single_app/static/js/chat/chat-messages.jsgit diff --checkui_tests/.Documentation
v0.261.040Security checklist