v2.2.0
Control Plane AI Plugin
What changed
Changed
- Running a command inside a live container is now directed to the
cplnCLI everywhere, because the MCP server no longer exposes an exec tool, while listing a workload's running replicas continues to work through MCP.
Fixed
- Asking whether workloads can run on your own bare metal, on-prem VMs, or data-center servers now routes to the mk8s and BYOK skill instead of returning cloud regions, and that skill explains both routes to turning your hardware into a location along with the node minimums that decide which one applies.
- The skill router previously had no entry for Kubernetes clusters at all, and sent anything mentioning on-prem to private networking even when the user wanted to run there rather than connect to it.
Update an existing install
If you already have the plugin installed, use the per-client commands below to pull this release. None of these clients auto-update third-party plugins by default.
Claude Code
/plugin marketplace update controlplane
/reload-plugins
To opt into auto-updates for future releases, run /plugin, open the Marketplaces tab, select Control Plane, and choose Enable auto-update.
Codex
codex plugin marketplace upgrade controlplaneRestart Codex so the upgraded plugin manifest is picked up.
Antigravity CLI
Antigravity has no dedicated update command — reinstall to pull the latest:
agy plugin uninstall cpln
agy plugin install https://github.com/controlplane-com/ai-plugin/plugins/cplnFirst-time install
Claude Code
/plugin marketplace add https://github.com/controlplane-com/ai-plugin.git
/plugin install cpln@controlplane
/reload-plugins
Codex
codex plugin marketplace add https://github.com/controlplane-com/ai-plugin.gitThen start Codex, open /plugins, and install cpln from the Control Plane marketplace.
Antigravity CLI
agy plugin install https://github.com/controlplane-com/ai-plugin/plugins/cplnGeneric MCP client — point it at https://mcp.cpln.io/mcp. OAuth 2.1 sign-in handles authorization on first use. See README for the config snippet.
Full changelog: v2.1.2...v2.2.0