Files
hermes-agent/plugin-catalog/session-dashboard.yaml
Tom Mulkins d0040c3f40 catalog: add session-dashboard (community, desktop)
Owner-submitted entry for tommulkins/hermes-plugin-session-analyzer,
pinned at ae81c5b8d8f00c8ed634a15ce3267142572a82c5 (tag v0.3.2).

- Desktop UI half (desktop/plugin.js) + dashboard REST API half
  (dashboard/) in the unified package layout; installs to
  ~/.hermes/plugins/session-dashboard/ with both halves resolving.
- No agent-side tools/hooks/middleware; requires no env vars.
- `hermes plugins validate` passes at the pin; no self-updating code
  (install.sh is external, no fetch+write paths in the plugin).
2026-09-19 02:30:39 -07:00

16 lines
712 B
YAML

name: session-dashboard
repo: https://github.com/tommulkins/hermes-plugin-session-analyzer
sha: ae81c5b8d8f00c8ed634a15ce3267142572a82c5
description: 'Session Analyzer — per-session analytics for the Hermes desktop app: full page at /session-dashboard with token/cache/cost aggregates, tool-call breakdown, file changes, failure groups, and Ask AI (copies a ready-to-run analysis prompt into a fresh draft chat). Read-only over state.db.'
maintainer: tommulkins
tier: community
category: desktop
requires_hermes: ">=0.20.0"
docs_url: https://github.com/tommulkins/hermes-plugin-session-analyzer
platforms: []
capabilities:
provides_tools: []
provides_hooks: []
provides_middleware: []
requires_env: []