0xIbra
437ec17125
fix(cli): respect HERMES_HOME in all remaining hardcoded ~/.hermes paths
Several files resolved paths via Path.home() / ".hermes" or
os.path.expanduser("~/.hermes/..."), bypassing the HERMES_HOME
environment variable. This broke isolation when running multiple
Hermes instances with distinct HERMES_HOME directories.
Replace all hardcoded paths with calls to get_hermes_home() from
hermes_cli.config, consistent with the rest of the codebase.
Files fixed:
- tools/process_registry.py (processes.json)
- gateway/pairing.py (pairing/)
- gateway/sticker_cache.py (sticker_cache.json)
- gateway/channel_directory.py (channel_directory.json, sessions.json)
- gateway/config.py (gateway.json, config.yaml, sessions_dir)
- gateway/mirror.py (sessions/)
- gateway/hooks.py (hooks/)
- gateway/platforms/base.py (image_cache/, audio_cache/, document_cache/)
- gateway/platforms/whatsapp.py (whatsapp/session)
- gateway/delivery.py (cron/output)
- agent/auxiliary_client.py (auth.json)
- agent/prompt_builder.py (SOUL.md)
- cli.py (config.yaml, images/, pastes/, history)
- run_agent.py (logs/)
- tools/environments/base.py (sandboxes/)
- tools/environments/modal.py (modal_snapshots.json)
- tools/environments/singularity.py (singularity_snapshots.json)
- tools/tts_tool.py (audio_cache)
- hermes_cli/status.py (cron/jobs.json, sessions.json)
- hermes_cli/gateway.py (logs/, whatsapp session)
- hermes_cli/main.py (whatsapp/session)
Tests updated to use HERMES_HOME env var instead of patching Path.home().
Closes #892
(cherry picked from commit 78ac1bba43b8b74a934c6172f2c29bb4d03164b9)
2026-03-13 21:32:53 -07:00
..
2026-03-13 18:08:46 -07:00
2026-03-11 09:22:32 +01:00
2026-02-28 14:28:04 +03:00
2026-03-13 21:32:53 -07:00
2026-03-13 08:51:45 -07:00
2026-03-12 16:23:34 -04:00
2026-03-11 20:14:44 -07:00
2026-03-10 00:35:14 -07:00
2026-03-13 21:32:53 -07:00
2025-10-01 23:29:25 +00:00
2026-03-12 01:23:28 -07:00
2026-03-12 08:35:45 -07:00
2026-03-12 01:23:28 -07:00
2026-03-10 15:22:44 -07:00
2026-03-12 01:23:28 -07:00
2026-03-11 06:52:55 -07:00
2026-03-11 06:52:55 -07:00
2026-03-13 20:44:25 -07:00
2026-03-13 02:09:52 -07:00
2026-03-07 21:00:12 -05:00
2026-03-06 05:50:12 -08:00
2026-03-01 19:59:24 -08:00
2026-03-02 17:18:15 +11:00
2026-03-11 21:06:54 -07:00
2026-03-06 05:50:12 -08:00
2026-03-10 06:05:02 -07:00
2026-03-12 08:35:45 -07:00
2026-03-10 17:31:00 -07:00
2026-03-12 16:02:35 -07:00
2026-03-11 22:04:42 -07:00
2026-03-13 03:14:04 -07:00
2026-03-08 20:22:33 -07:00
2026-03-08 18:30:27 -07:00
2026-03-09 21:01:40 -07:00
2026-03-01 19:59:24 -08:00
2026-03-11 21:38:29 -07:00
2026-03-09 02:19:32 -07:00
2026-03-11 21:06:54 -07:00
2026-03-09 23:59:26 -07:00
2026-03-01 03:12:37 -05:00
2026-03-06 14:50:57 -08:00
2026-03-12 08:35:45 -07:00
2026-03-12 08:35:45 -07:00
2026-03-11 06:52:55 -07:00
2026-03-10 17:12:34 -07:00
2026-03-05 18:46:30 -08:00
2026-03-09 17:31:54 +03:00
2026-03-07 10:14:19 -08:00
2026-03-09 07:38:06 +03:00
2026-03-12 15:05:42 -04:00
2026-03-12 05:38:19 -07:00
2026-03-12 08:35:45 -07:00
2026-03-08 17:45:45 -07:00
2026-03-11 04:28:31 -07:00
2026-03-13 21:07:00 -07:00
2026-03-11 20:14:44 -07:00
2026-03-13 04:42:26 +03:00
2026-03-11 08:42:04 -07:00
2026-03-11 06:52:55 -07:00
2026-02-26 13:54:20 +03:00
2026-03-09 23:27:19 -07:00
2026-02-28 21:28:28 +03:00
2026-03-07 21:05:40 -08:00