feat: add plugins visibility panel#1663
Closed
Michaelyklam wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Closed by the v0.51.1 release in PR #1681 (merged at e23ba59). Massive thanks @Michaelyklam — this is now 19 merged PRs across the v0.50.292–v0.51.1 release window, an extraordinary contribution rate. Each PR was per-claim-vs-diff verified against your description and every security-relevant code path checked under independent review (Opus advisor, 6/6 questions clean). Your Live on production: https://github.com/nesquena/hermes-webui/releases/tag/v0.51.1 🚀 |
nesquena-hermes
pushed a commit
to Michaelyklam/hermes-webui
that referenced
this pull request
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thinking Path
What Changed
GET /api/pluginsroute that discovers the Hermes Agent plugin manager and returns sanitized plugin metadata:name,key,version,description,enabled, and core lifecycle hook names only.docs/pr-media/539/plugins-panel.png.Closes #539
Why It Matters
Plugins and hooks can observe or influence tool calls and LLM calls, so hiding them makes debugging and trust harder. This PR makes installed plugins and registered lifecycle hooks visible in the WebUI without expanding the security surface into plugin installation, editing, or toggling.
Verification
Result:
Manual verification:
HERMES_WEBUI_SKIP_ONBOARDING=1.disk-cleanupplugin in the temporary Hermes config to verify a real hook badge.post_tool_callhook badge, and read-only empty/no-hook messaging render correctly./api/pluginsreturns sanitized plugin data and no source paths/callback internals.UI media:
Risks / Follow-ups
pre_tool_call,post_tool_call,pre_llm_call, andpost_llm_call. Broader gateway/session/approval hooks can be surfaced later if reviewers want the panel to cover every Hermes hook.Model Used
AI assisted.
gpt-5.5