feat(desktop): add fenced hosted-room history and responder controls - #3
Open
JackHunzicker wants to merge 7 commits into
Conversation
Signed-off-by: Jack <JLHunzicker@gmail.com>
Signed-off-by: Jack <JLHunzicker@gmail.com>
…n cards Signed-off-by: Jack <JLHunzicker@gmail.com>
Signed-off-by: Jack <JLHunzicker@gmail.com>
Signed-off-by: Jack <JLHunzicker@gmail.com>
Signed-off-by: Jack <JLHunzicker@gmail.com>
Signed-off-by: Jack <JLHunzicker@gmail.com>
This was referenced Sep 8, 2026
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.
What does this PR do?
Adds capability-gated Desktop controls and recovery fixes for the hosted-room work in NousResearch#98307. This companion targets that feature branch so the review contains only Desktop changes, not the inherited backend implementation.
Changes
Dependencies
This is a Desktop-only source companion to NousResearch/hermes-agent#98307, not a standalone change against
main. Its richer operations require the room-backend companion #4. Integrate and verify that backend contract before treating this client as release-ready. Unsupported operations remain unavailable.Native Codex PR #105502 separately supplies the native-participant continuity and terminal guarantees; it does not implement the room service. Android Relay #559 is a draft sibling client, not a Desktop prerequisite. No additional scheduler or native runtime is introduced.
Verification
npx vitest run src/plugins/hermes-bots --maxWorkers=2). This includes the retarget-during-preflight regression ina025d0a308359890fb0a72a750305c467af02e8a.Checklist
The full Python repository suite is not claimed for this Desktop-only change. Existing partial locale fallback is retained.