Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 18:52
· 17 commits to main since this release

Control Plane AI Plugin

What changed

Added

  • When a task needs a secret that does not exist, the plugin now offers a placeholder manifest for the user to fill in and apply, documenting every secret type's accepted data shape, including the JSON string forms for docker, gcp, and azure-sdk.
  • build_image and get_image_build build a container image from a GitHub or GitLab repository and report its progress.
  • Remote image builds with cpln image build --remote, which run on Control Plane instead of local Docker.

Changed

  • The OpenTelemetry logging workflow accepts an existing Control Plane credentials-secret reference but no longer accepts raw authentication headers.
  • Credential-bearing prompts are refused without an MCP, skill, or CLI call; credential operations may resume only by referencing a secret created outside the conversation.
  • CI/CD guidance now offers remote builds as an option for runners without a Docker daemon.

Fixed

  • The skills and guardrails no longer claim that every image build needs a local Docker daemon.

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 controlplane

Restart 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/cpln

First-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.git

Then 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/cpln

Generic 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.0.0...v2.1.0