SuperPlane logo
Blog

SuperPlane 0.18.0

SuperPlane 0.18.0 adds Oracle Cloud integration and Claude managed agents.

What’s new since v0.17.0

Breaking changes

Platform and API naming are aligned with how workflows are modeled:

  • core.Component is now core.Action, and core.Action is now core.Hook, with the corresponding HTTP API routes renamed.
  • Legacy templates and other deprecated structures are removed.
  • Component references in workflow nodes may no longer be nested.

Please review your canvases and any API clients before upgrading.

New integration: Oracle Cloud Infrastructure

  • Oracle Cloud: Base integration for automating against Oracle Cloud APIs and resources from SuperPlane workflows.

New components and capabilities

  • Core: GraphQL request component; HTTP requests can use organization secrets for authorization; webhook triggers support a configurable HMAC verification header.
  • Grafana: Investigation flows, incident management actions, and synthetic checks alongside existing Grafana capabilities.
  • Claude: Run Claude Managed Agents from workflows via claude.runAgent.

Agents

Agent skills are discoverable from the CLI, so your agent can discover and use them autonomously.

Improvements

  • CLI: index dump downloads the full component registry to a file; self-update behavior is deterministic.
  • Canvas editor: Press c to open the add-component panel; multi-select fields use checkboxes; the versions sidebar starts collapsed on new canvases.
  • Publishing a workflow now detects when integration credentials have changed, so the state stays accurate as you reconfigure integrations.
  • Daytona: Workflow patterns are documented for sandboxes and automation examples.

Bug fixes

  • Fixed: API and CLI reject requests with unknown fields instead of ignoring them.
  • Fixed: Canvas list refreshes correctly after deleting a canvas.
  • Fixed: Chain execution errors include clearer detail in the UI.
  • Fixed: Missing GitHub event subscriptions are registered in the integration manifest.
  • Fixed: CLI errors surface clearer, actionable messages.
  • Fixed: WebSocket connections validate Origin to reduce cross-site hijacking risk.
  • Fixed: Cursor launch agent output is aligned with the latest agent behavior.
  • Fixed: Grafana incident mappers handle missing node configuration safely.
  • Fixed: Canvas edge output channels are validated on API writes.
  • Fixed: Home and canvases navigation uses consistent link behavior for the logo.
  • Fixed: Staged Release template HTTP edges and template parsing are covered in CI.
  • Fixed: Github.runWorkflow uses the workflow run ID returned by the GitHub API.

How to upgrade

See Updating SuperPlane in the installation docs for upgrade steps for your setup.

Thanks to our contributors

Thanks to contributors who helped make SuperPlane 0.18.0 possible with code and docs additions and improvements:

Join the SuperPlane community

SuperPlane is open source (Apache 2.0). If you’re using it, here are the best ways to help: