What’s new since v0.17.0
Breaking changes
Platform and API naming are aligned with how workflows are modeled:
core.Componentis nowcore.Action, andcore.Actionis nowcore.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 dumpdownloads 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
Originto 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.runWorkflowuses 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:
- André Calil
- Carlos Pérez Gutiérrez
- Felix Gateru
- Kilaru Satyasai
- Miloš Jovanović
- re-pixel
- Shafkathullah Ihsan
- Washington Kigani Kamadi
Join the SuperPlane community
SuperPlane is open source (Apache 2.0). If you’re using it, here are the best ways to help:
- Star the repository on GitHub to show your support
- Join our Discord server to connect with the team and community
- Contribute by submitting bug reports, feature requests, or code on GitHub
- Share SuperPlane with your network and help us grow