feat(telegram): edit gateway status updates - #30090
Closed
qike-ms wants to merge 3 commits into
Closed
Conversation
added 3 commits
May 19, 2026 05:39
Adds a new /dashboard slash command (Info category) surfaced in both the
interactive CLI and the messaging gateway. Reads a list of {name, url}
dicts from CLI config key `dashboard.fleet_hosts`.
- CLI: prints a plain-text bullet list of host names and URLs.
- Gateway/Telegram: emits an InlineKeyboardMarkup with one URL button
per host (via a new pure helper `_build_dashboard_keyboard`).
- Gateway/other platforms: falls back to a Markdown bullet list.
Defaults the `dashboard.fleet_hosts` key to an empty list in
`hermes_cli/config.DEFAULT_CONFIG` so the surface is opt-in and harmless
when unconfigured.
Refs legion-wiki RFD-0002 §11 (fleet dashboard quick-links).
…hosts Per qike-ms terminology decision: aggregator surfaces per-agent dashboards, not host metrics. Rename config key fleet_hosts -> agent_hosts and all user-facing strings to 'Agents Dashboard(s)'. Tests unchanged (helper-level). Machine: m5 Agent: hermes Session: cron_3dd1d460b779_20260519_235719
Machine: m5 Agent: codex Session: 20260521_181316_535432
Author
|
Closing: opened before independent verification and PR hygiene checks. It is merge-conflicting and includes unrelated commits from the source branch. Will reopen only after rebasing to main, running focused tests, and completing required reviews. |
qike-ms
deleted the
codex/t_615ea0da/telegram-progress-edit-20260521210851
branch
May 22, 2026 00:57
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.
Closes #30045
Summary
Tests