{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "copilot-remote-control", "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", "email": "hello@terminalbox.ai", "url": "https://terminalbox.ai" }, "homepage": "https://terminalbox.ai/github-copilot-cli-remote-control?source=copilot_plugin_marketplace", "repository": "https://github.com/Anchras/terminalbox-tools", "license": "MIT", "keywords": [ "github-copilot", "copilot-cli", "remote-control", "github-mobile", "cloud-sandbox", "persistent-workspace" ], "extensions": { "com.github.awesome-copilot": { "skills": [ "./skills/configure-copilot-remote-control/" ] } } }