Skip to content

v0.6.0 — Register galleries (Plugins/MCP/Hooks), skill descriptions, short range filters

Latest

Choose a tag to compare

@muckybuzzwoo muckybuzzwoo released this 22 Jul 19:48
· 24 commits to main since this release

A new Register ▾ nav group collects four read-only, local "what's installed" views, plus short range filters and skill descriptions.

Highlights

  • Register nav group with three new catalog pages:
    • Plugins — installed plugins with enabled state, source marketplace, version, component counts (skills / agents / commands), and an approximate always-on token cost.
    • MCP — configured MCP servers: local ones from ~/.claude.json plus servers shipped by installed, enabled plugins (their .mcp.json). Account-level claude.ai connectors (Gmail, Calendar, Slack) are intentionally not listed — they have no local config to read, and the dashboard stays fully local.
    • Hooks / Commands / Agents — configured hooks from settings.json (with a broken-script check), user commands from ~/.claude/commands/, and plugin-shipped commands/agents.
  • Skill descriptions on the Skills tab, parsed from each SKILL.md frontmatter.
  • 1d / 2d / 3d short range filters on the Overview and Skills tabs.

All catalog scanning is read-only and manifest-driven (installed plugins only, marketplace clones and disabled plugins excluded), and runs on Windows, macOS and Linux.

Upstream credit

  • Adapted from upstream PR nateherkai#29 by fesak7 (galleries + nav grouping). The PR's remote plan-usage / quota panels were deliberately left out to keep the dashboard fully local (no OAuth token copied into the DB, no calls to the Anthropic API).
  • Short range filters from upstream PR nateherkai#31 by RKdev.

See FORK_NOTES.md for the full record of what was integrated and what was excluded.