You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh-install activation instructions for Dashboard plugins.hermes plugins enable/disable manages native plugins only; Dashboard plugins (manifest.json +
plugin_api.py) are activated via the plugins.enabled allowlist. Added scripts/enable_dashboard_plugin.py (read → merge → write back via the Hermes
config CLI, idempotent, FAIL CLOSED on unreadable config) and corrected the
install/uninstall instructions in README / FAQ / CONTRIBUTING. The previous hermes plugins enable hermes-hud instruction failed with
"Plugin not installed or bundled".
Runtime timezone regression causing CST is not defined.collect_db referenced
the removed module-level CST constant after the v1.0.1 timezone refactor; now uses get_hud_timezone() (HUD_TIMEZONE > system local tz > UTC). Added regression tests
that fail on v1.0.1 and pass on 1.0.2.