Bug Description
Hermes Desktop GUI looks for config in C:\Users<username>\hermes, but the CLI and installation place it in C:\Users<username>\AppData\Local\hermes. This causes config changes to be ignored by the GUI.
Steps to Reproduce
Install Hermes (config goes to AppData\Local\hermes\config.yaml)
Edit config.yaml to change the model
Launch Hermes Desktop GUI
GUI ignores the config changes and uses cached/default settings
Expected Behavior
GUI reads from AppData\Local\hermes\config.yaml like the CLI does
Actual Behavior
GUI reads from C:\Users<username>\hermes\config.yaml (doesn't exist or is stale)
Affected Component
Other, Configuration (config.yaml, .env, hermes setup)
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
windows 11
Python Version
3.13.13
Hermes Version
v0.18.0 (2026.7.1)
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
Workaround: Set HERMES_HOME=C:\Users<username>\AppData\Local\hermes as a user environment variable
Environment: Windows 10/11, Hermes Desktop v[whatever version you have]
Are you willing to submit a PR for this?
Bug Description
Hermes Desktop GUI looks for config in C:\Users<username>\hermes, but the CLI and installation place it in C:\Users<username>\AppData\Local\hermes. This causes config changes to be ignored by the GUI.
Steps to Reproduce
Install Hermes (config goes to AppData\Local\hermes\config.yaml)
Edit config.yaml to change the model
Launch Hermes Desktop GUI
GUI ignores the config changes and uses cached/default settings
Expected Behavior
GUI reads from AppData\Local\hermes\config.yaml like the CLI does
Actual Behavior
GUI reads from C:\Users<username>\hermes\config.yaml (doesn't exist or is stale)
Affected Component
Other, Configuration (config.yaml, .env, hermes setup)
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
windows 11
Python Version
3.13.13
Hermes Version
v0.18.0 (2026.7.1)
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
Workaround: Set HERMES_HOME=C:\Users<username>\AppData\Local\hermes as a user environment variable
Environment: Windows 10/11, Hermes Desktop v[whatever version you have]
Are you willing to submit a PR for this?