fix(honcho): scope gateway sessions by runtime user id#11434
Closed
LeonSGP43 wants to merge 1 commit into
Closed
Conversation
2 tasks
Contributor
|
@LeonSGP43 — cherry-picked your commit into #12160 preserving authorship. It sits alongside a broader dialectic-lifecycle pass I was working on, and the per-user scoping fix here slots in cleanly. The If #12160 lands, this can close. Thanks for the clean fix. |
kshitijk4poor
added a commit
that referenced
this pull request
Apr 19, 2026
The cherry-picked commit from #11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
kshitijk4poor
added a commit
that referenced
this pull request
Apr 19, 2026
The cherry-picked commit from #11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
Collaborator
|
Merged via PR #12419 as part of #12160's salvage. Your commit was cherry-picked with authorship preserved — runtime_user_peer_name approach is cleaner than config mutation. Thanks @LeonSGP43! |
ulasbilgen
pushed a commit
to ulasbilgen/hermes-adhd-agent
that referenced
this pull request
May 1, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
aj-nt
pushed a commit
to aj-nt/hermes-agent
that referenced
this pull request
May 1, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
Luminet2023
pushed a commit
to Luminet2023/hermes-agent
that referenced
this pull request
May 1, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
gweeteve
pushed a commit
to gweeteve/hermes-agent
that referenced
this pull request
Jun 2, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
Egavasyug
pushed a commit
to Egavasyug/hermes-agent
that referenced
this pull request
Jun 10, 2026
The cherry-picked commit from NousResearch#11434 uses the 154585401+ prefixed noreply format. Add it alongside the existing bare entry so the contributor audit passes.
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
user_idseparate fromHonchoClientConfig.peer_nameduring session setupHonchoSessionManagerand prefer it when choosing the user peerTesting
Fixes #11199