Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down