Add external plugin rhost (#3144)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-09-15 06:45:21 +00:00
committed by GitHub
co-authored by PretaSOFT
parent 777c3eaf9b
commit c658f53237
2 changed files with 50 additions and 0 deletions
+25
View File
@@ -1586,6 +1586,31 @@
"description": "Browse repository GitHub Actions workflows, inspect recent runs, and trigger manual workflow_dispatch runs from a Copilot canvas.", "description": "Browse repository GitHub Actions workflows, inspect recent runs, and trigger manual workflow_dispatch runs from a Copilot canvas.",
"version": "1.0.2" "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", "name": "roundup",
"source": "plugins/roundup", "source": "plugins/roundup",
+25
View File
@@ -1126,6 +1126,31 @@
"sha": "ef892905120340970357997f20bcb8ce9bb341da" "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", "name": "skills-for-copilot-studio",
"description": "Microsoft Copilot Studio plugins for AI coding agents", "description": "Microsoft Copilot Studio plugins for AI coding agents",