feat: add hermes-status plugin#898
Open
Mel-SRK wants to merge 1 commit into
Open
Conversation
Traffic-light status indicator for Hermes Agent (CLI + Gateway). Shows online/busy/attention/degraded/offline states in the status bar with real-time hook-based updates via hermes shell hooks. Features: - Real-time status via hook signal file (sub-second latency) - Fallback polling with configurable interval - Click-to-expand detail panel (Gateway PID, session, tokens, platforms) - Settings UI for script path, poll interval, signal file - Supports Niri compositor
Contributor
Automatic Manifest CheckFile: hermes-status/manifest.json
+ "official": false, |
Contributor
Automatic Code Quality ReviewFile: hermes-status/BarWidget.qml
+ "label": pluginApi?.tr("menu.refresh") ?? "Refresh",
+ "label": pluginApi?.tr("menu.clear-attention") ?? "Clear Attention",
property int sectionWidgetIndex: -1
property int sectionWidgetsCount: 0File: hermes-status/Panel.qml
+ spacing: 4
+ text: "Hermes"
+ text: "Gateway"
+ text: "Session"
+ text: "Tokens"
+ text: "Cost"File: hermes-status/Settings.qml
+ text: pluginApi?.tr("settings.statusScript") ?? "Status check script"
+ text: pluginApi?.tr("settings.pollInterval") ?? "Poll interval (seconds)"
+ text: pluginApi?.tr("settings.signalFile") ?? "Signal file"
+ label: pluginApi?.tr("settings.hideWhenIdle") ?? "Hide when idle"
+ description: pluginApi?.tr("settings.hideWhenIdleDesc") ?? "Only show when gateway is offline, busy, or needs attention" |
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.
Hermes Agent Status Plugin
Traffic-light status indicator for Hermes Agent (CLI + Gateway) in Noctalia Shell.
What it does
Shows real-time Hermes Agent status in the status bar:
Architecture
Features
Preview
Source
Full source and installation guide: https://github.com/Mel-SRK/noctalia-hermes