Bug Description
After upgrading the Hermes agent from version 0.11.0 to 0.12.0 (Docker image-based), the hermes profile use command no longer switches the active profile. The command appears to run without error, but the profile remains unchanged.
Steps to Reproduce
- Pull the latest Hermes agent image and re-run the container
- Inside the container — create dummy profiles (from 0.11.0-style setup)
hermes profile create dev
hermes profile create staging
hermes profile create prod
- Check current active profile using
hermes profile list
- Try switching to a different profile
hermes profile use dev
- Verify that the profile switched to
dev
Expected Behavior
After running hermes profile use dev, the active profile should switch to dev.
Actual Behavior
After running hermes profile use dev, the active profile does not switch to dev. The profile remains unchanged
Affected Component
Other
Messaging Platform (if gateway-related)
Discord
Debug Report
Report https://paste.rs/DjefM
agent.log https://paste.rs/zlOnV
gateway.log https://paste.rs/RYKcz
Operating System
Debian GNU/Linux 13 (trixie)
Python Version
3.13.5
Hermes Version
0.12.0
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?
Bug Description
After upgrading the Hermes agent from version
0.11.0to0.12.0(Docker image-based), thehermes profile usecommand no longer switches the active profile. The command appears to run without error, but the profile remains unchanged.Steps to Reproduce
hermes profile listhermes profile use devdevExpected Behavior
After running
hermes profile use dev, the active profile should switch todev.Actual Behavior
After running
hermes profile use dev, the active profile does not switch todev. The profile remains unchangedAffected Component
Other
Messaging Platform (if gateway-related)
Discord
Debug Report
Operating System
Debian GNU/Linux 13 (trixie)
Python Version
3.13.5
Hermes Version
0.12.0
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?