V0.10.1 — footer model now tracks the active Hermes profile
Fix: On multi-profile / portable Hermes installs, the real config lives in profiles/<name>/config.yaml while the root config.yaml is just a template. The plugin footer read only the root file, so it kept showing a stale model after switching models with hermes config set or hermes model.
The plugin now detects the active_profile marker in each Hermes-home candidate and prefers the active profile's config.yaml (with path-traversal-safe name validation). Installs without profiles behave exactly as before — this is a display-layer-only change with no settings migration.
You can also point the "Hermes home" setting directly at a profiles/<name> folder.
🤖 Generated with Claude Code