From ab42ef1283f96634c974ab355d5382b7de893cc9 Mon Sep 17 00:00:00 2001 From: Dieter Adant Date: Sat, 8 Aug 2026 23:18:25 +0200 Subject: [PATCH 1/2] Add Terminalbox remote-control plugin --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 26 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index deba3ab..41e962d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -447,6 +447,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "copilot-remote-control", + "source": { + "source": "github", + "repo": "Anchras/terminalbox-tools", + "path": "plugins/copilot-remote-control" + }, + "description": "Configure and verify GitHub Copilot CLI remote control, choose a bounded keep-alive policy, and decide whether the session can stay local or needs a persistent host.", + "version": "0.1.0", + "author": { + "name": "Terminalbox", + "url": "https://terminalbox.ai" + }, + "homepage": "https://terminalbox.ai/github-copilot-cli-remote-control?source=copilot_plugin_marketplace", + "repository": "https://github.com/Anchras/terminalbox-tools", + "keywords": [ + "github-copilot", + "copilot-cli", + "remote-control", + "github-mobile", + "persistent-workspace" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index 8f3711d..b3489f7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ This marketplace also references plugins hosted in other repositories: - **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows). +- **[GitHub Copilot CLI Remote Control](https://github.com/Anchras/terminalbox-tools/tree/v0.5.0/plugins/copilot-remote-control)** — `copilot-remote-control`. A source-visible, local-first skill for configuring and verifying Copilot CLI remote control, with an optional paid persistent host when a local machine cannot stay online. + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests. From f11a7169ff61c36a71b809e85db553eb220eb32a Mon Sep 17 00:00:00 2001 From: Dieter Adant Date: Sun, 9 Aug 2026 10:46:29 +0200 Subject: [PATCH 2/2] Pin Terminalbox plugin v0.6.0 --- .github/plugin/marketplace.json | 9 ++++++--- README.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 41e962d..16f180d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -453,10 +453,12 @@ "source": { "source": "github", "repo": "Anchras/terminalbox-tools", - "path": "plugins/copilot-remote-control" + "path": "plugins/copilot-remote-control", + "ref": "v0.6.0", + "sha": "e54ac34abe48a1cd18e745d16513048d2a11e3c1" }, - "description": "Configure and verify GitHub Copilot CLI remote control, choose a bounded keep-alive policy, and decide whether the session can stay local or needs a persistent host.", - "version": "0.1.0", + "description": "Configure GitHub Copilot CLI remote control and choose between local, GitHub cloud sandbox, and persistent-host execution.", + "version": "0.2.0", "author": { "name": "Terminalbox", "url": "https://terminalbox.ai" @@ -468,6 +470,7 @@ "copilot-cli", "remote-control", "github-mobile", + "cloud-sandbox", "persistent-workspace" ], "license": "MIT" diff --git a/README.md b/README.md index b3489f7..0c24c83 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This marketplace also references plugins hosted in other repositories: - **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows). -- **[GitHub Copilot CLI Remote Control](https://github.com/Anchras/terminalbox-tools/tree/v0.5.0/plugins/copilot-remote-control)** — `copilot-remote-control`. A source-visible, local-first skill for configuring and verifying Copilot CLI remote control, with an optional paid persistent host when a local machine cannot stay online. +- **[GitHub Copilot CLI Remote Control](https://github.com/Anchras/terminalbox-tools/tree/v0.6.0/plugins/copilot-remote-control)** — `copilot-remote-control`. A source-visible skill that compares local execution, GitHub cloud sandboxes, an existing persistent host, and new paid hosting in that order. ## 🤝 Contributing