Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:11
· 21 commits to main since this release

Control Plane AI Plugin

What changed

Added

  • Listed on the official MCP registry as io.cpln/control-plane (server.json).

Changed

  • Secrets are now read-only for AI: listing and reading return metadata only, and no tool or skill creates, edits, deletes, or reveals a secret — manage secret data in the Console, CLI, Terraform, Pulumi, or the API.
  • workload_reveal_secret is now grant_workload_secret_access — the same one-call workload access grant; it never returns secret values.
  • The core toolset grew to 54 tools, adding distributed traces, cron run trigger, replica stop, async command status, and quota listing.

Fixed

  • Corrected Antigravity command notes and stale component counts.
  • logql-observability: --from/--to accept relative durations (7d, now-1M) in addition to ISO 8601 timestamps.
  • audit-compliance: clarified that billing is processed externally by Stripe and Control Plane stores no cardholder data.

Removed

  • All secret create/update tools, reveal_secret, and the Terraform export option that embedded secret values.

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: v1.6.0...v2.0.0