Conversation
This was referenced Aug 28, 2026
Contributor
Author
|
Closing this cumulative prototype now that #97681 captures the user contract, safety boundaries, and phased landing plan against the rebuilt Bot Mode tree. Its useful layer can be re-cut as a narrow current-main contribution after the foundation direction is agreed. |
5 tasks
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.
The user problem
Bot Group Chats can already discuss text after Desktop closes, but a shared
file does not yet have the same continuity. A screenshot, PDF, spreadsheet, or
document needs to remain available to the Bots that were in the chat when it
was sent, survive a gateway restart, and never leak a host path into history.
This is the durable gateway layer for that experience.
Important
This draft is stacked on #96654. Review
a00706b742..57962642d7: onecommit defines the private attachment ledger and bounded task contract; the
second stages those files atomically into same-gateway Bot turns.
What it enables
When a file is shared with a gateway-hosted Group Chat:
through the same image, PDF, and file tools used by one-to-one chats.
The result is simple from the user's perspective: files stay with the Group
Chat and the intended Bots can keep working with them after Desktop closes.
Safety and reliability
opaque, so DOCX, XLSX, PPTX, EPUB, JAR, APK, and similar ZIP containers keep
working.
deterministic batches instead of retrying the same oversized task forever.
and cannot leak into the next unrelated turn.
preserved.
verification, private permissions, and symlink rejection are enforced.
references.
Review boundaries
classic Desktop-driven Group Chats are the stacked surface follow-up.
grants, receipts, and failure matrix.
Validation
Focused exact-stack validation:
git diff --checkThe parent and child heads remain draft until exact-head live UAT is added.
Related work
Type of change