From c658f532374aaf512a3f6b2ec52bcd28dfa7e765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:45:21 +0000 Subject: [PATCH] Add external plugin rhost (#3144) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 438f808a..c71606d0 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1586,6 +1586,31 @@ "description": "Browse repository GitHub Actions workflows, inspect recent runs, and trigger manual workflow_dispatch runs from a Copilot canvas.", "version": "1.0.2" }, + { + "name": "rhost", + "description": "Use an installed rhost CLI to run ordinary commands on SSH-reachable Linux hosts with local-like stdin, output, and exit behavior.", + "version": "1.0.0", + "author": { + "name": "starfield17", + "url": "https://github.com/starfield17" + }, + "repository": "https://github.com/starfield17/rhost", + "homepage": "https://github.com/starfield17/rhost", + "license": "MIT", + "keywords": [ + "remote-execution", + "ssh", + "coding-agents", + "agent-skills", + "developer-tools", + "copilot" + ], + "source": { + "source": "github", + "repo": "starfield17/rhost", + "sha": "f26c676ba0c4c76860df18e9182b7672f589547d" + } + }, { "name": "roundup", "source": "plugins/roundup", diff --git a/plugins/external.json b/plugins/external.json index 1f5d33ea..94907c9b 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1126,6 +1126,31 @@ "sha": "ef892905120340970357997f20bcb8ce9bb341da" } }, + { + "name": "rhost", + "description": "Use an installed rhost CLI to run ordinary commands on SSH-reachable Linux hosts with local-like stdin, output, and exit behavior.", + "version": "1.0.0", + "author": { + "name": "starfield17", + "url": "https://github.com/starfield17" + }, + "repository": "https://github.com/starfield17/rhost", + "homepage": "https://github.com/starfield17/rhost", + "license": "MIT", + "keywords": [ + "remote-execution", + "ssh", + "coding-agents", + "agent-skills", + "developer-tools", + "copilot" + ], + "source": { + "source": "github", + "repo": "starfield17/rhost", + "sha": "f26c676ba0c4c76860df18e9182b7672f589547d" + } + }, { "name": "skills-for-copilot-studio", "description": "Microsoft Copilot Studio plugins for AI coding agents",