diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index deba3ab..16f180d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -447,6 +447,33 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "copilot-remote-control", + "source": { + "source": "github", + "repo": "Anchras/terminalbox-tools", + "path": "plugins/copilot-remote-control", + "ref": "v0.6.0", + "sha": "e54ac34abe48a1cd18e745d16513048d2a11e3c1" + }, + "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" + }, + "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", + "cloud-sandbox", + "persistent-workspace" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index 8f3711d..0c24c83 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.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 We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.