hermes - 💡(How to fix) Fix Kanban dashboard plugìn not visible in web UI

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Workaround

Use CLI for all kanban interaction: hermes kanban list, hermes kanban show, hermes kanban watch, hermes kanban stats.

RAW_BUFFERClick to expand / collapse

After initializing kanban (hermes kanban init), the web dashboard at http://127.0.0.1:9119/ does not show a KANBAN link in the left sidebar. The kanban dashboard plugin API exists at /opt/hermes-agent/venv/.../plugins/kanban/dashboard/plugin_api.py but /api/dashboard/plugins returns an empty array [].

Steps to Reproduce

  1. Run hermes dashboard
  2. Run hermes kanban init (creates kanban.db successfully)
  3. Navigate to http://127.0.0.1:9119/
  4. No "KANBAN" link in sidebar
  5. Navigate to http://127.0.0.1:9119/kanban — shows sessions view (not kanban)
  6. curl http://127.0.0.1:9119/api/dashboard/plugins returns []

Expected Behavior

The kanban tutorial docs reference a kanban board view accessible from the dashboard sidebar. After hermes kanban init, a KANBAN link should appear, showing a visual board with status columns (backlog, ready, running, complete, blocked).

The kanban dashboard plugin should register itself as a sidebar navigation item with its React frontend components.

Workaround

Use CLI for all kanban interaction: hermes kanban list, hermes kanban show, hermes kanban watch, hermes kanban stats.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Kanban dashboard plugìn not visible in web UI