fix(desktop): recover group replies after renderer restart - #97577
Draft
next-devin wants to merge 1 commit into
Draft
fix(desktop): recover group replies after renderer restart#97577next-devin wants to merge 1 commit into
next-devin wants to merge 1 commit into
Conversation
This was referenced Aug 29, 2026
Contributor
|
@next-devin, I found this draft while preparing the full Group Chat file/handoff integration in #98307. Your recovery work is the better narrow review cut, so #98307 explicitly credits and links it; the exact-ID, rename/disband, unknown-outcome, and durable owner/hold patterns are also credited in commit history. The integration draft adds file-artifact acknowledgement, attachment rollback, Stop-during-staging, quota, and queued-follow-up cases needed for end-to-end UAT; it is not intended to replace this PR. If #97577 lands first, I will drop/rebase the overlapping recovery core rather than compete with it. |
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
Validation
npm exec --workspace apps/desktop vitest run -- src/plugins/hermes-bots/group-turns.test.ts src/plugins/hermes-bots/group-rounds.test.ts src/plugins/hermes-bots/group-chat-view.test.ts src/plugins/hermes-bots/group-chat.test.ts src/plugins/hermes-bots/plugin-panes.test.tsx— 150 passednpm run typecheck --workspace apps/desktopnpm run test:ui --workspace apps/desktop— 6,732 passed across 680 files