mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-14 14:12:44 +00:00
* fix(gateway): use process-level HERMES_HOME for identity files Gateway identity files (PID, lock, runtime status, takeover/stop markers) were written via get_hermes_home() which honours the _HERMES_HOME_OVERRIDE contextvar used for per-session profile dispatch. When a profile-context task happened to be active at write time, files landed in the wrong profile directory. Add _get_process_hermes_home() that skips the contextvar and uses only the HERMES_HOME env var or platform default, and route all gateway identity file paths through it. Fixes #56986 * chore(release): map liuhao1024 author email for PR #56993 salvage --------- Co-authored-by: liuhao1024 <sunsky.lau@gmail.com> Co-authored-by: Ben <ben@nousresearch.com>
This commit is contained in:
parent
4b9d9b205b
commit
043e71f1f4
3 changed files with 59 additions and 7 deletions
|
|
@ -53,6 +53,7 @@ AUTHOR_MAP = {
|
|||
"allenliang2022@users.noreply.github.com": "allenliang2022", # PR #56932 test coverage folded into #56909 salvage (408 → retryable timeout)
|
||||
"m888.braun@hotmail.com": "ManniBr", # PR #57417 partial salvage (gateway: fail-closed adapter resolution for unregistered secondary profiles)
|
||||
"austin@openvm067.space": "austinlaw076", # PR #57563 partial salvage (auth: lazy per-profile Anthropic OAuth file; gateway: whatsapp_cloud/line added to port-binding platform set)
|
||||
"sunsky.lau@gmail.com": "liuhao1024", # PR #56993 salvage (gateway: process-level HERMES_HOME for pid/lock/status identity files; #56986)
|
||||
"blueirobin02@gmail.com": "irresi", # PR #59048 salvage (gateway: scope reset banners' session info to the serving profile; #59003)
|
||||
"jashlee+microsoft@microsoft.com": "s905060", # PR #57943 salvage (photon: auto-reinstall stale sidecar node_modules when lockfile is newer than npm's install marker; #59169)
|
||||
"lohinth25@proton.me": "l0h1nth", # PR #32210 salvage (mattermost: accept leading-space slash commands from mobile clients; #25184)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue