Skip to content

SuperPlane v0.16.0

Latest

Choose a tag to compare

@shiroyasha shiroyasha released this 13 Apr 15:29
· 39 commits to main since this release
7654cfc

What's new since v0.15.0

17 new components and triggers

  • Grafana: Create Alert Rule, Delete Alert Rule, Get Alert Rule, List Alert Rules, Update Alert Rule, Create Annotation, List Annotations, Delete Annotation, Create Silence, Delete Silence, Get Silence, List Silences
  • DigitalOcean: Create Knowledge Base, Attach Knowledge Base, Detach Knowledge Base, Delete Knowledge Base, Run Evaluation

Agent groundwork

Much of the work in this release is groundwork for canvas agents, a built-in AI assistant that helps you build and debug canvases. It is still experimental, and not available on self-hosted installations. A future release will announce when that status changes.

  • Agents: Canvas-level shared long-term memory so agents keep context across the same canvas.
  • Agents: A validate-and-repair loop helps the agent fix invalid proposals before they are applied.
  • Agents: Prompt caching improves responsiveness and efficiency for agent conversations.
  • Agents: The thinking section collapses when the reply is complete so the thread stays easy to scan.
  • Agents: The agent can use tools to inspect node details, runs, and events while helping you edit a canvas.

Improvements

  • CLI: canvases init generates starter canvas YAML for new projects.
  • CLI: List-style commands default to compact summary JSON or YAML output.
  • Wait and Time Gate: Push-through actions use the same custom-field pattern as approvals for a clearer configuration flow.

Bug Fixes

  • Fixed: Canvas nodes jumped during autosave while dragging.
  • Fixed: Single-host tarball environment template now documents ENABLE_PASSWORD_LOGIN.
  • Fixed: The building blocks sidebar could not be closed when the rest of the panel was disabled.
  • Fixed: CLI described missing components and triggers with raw 404s
  • Fixed: root_event payload size raised to 64 KiB for larger trigger payloads.
  • Fixed: Smoother animations for agent tool calls in the chat UI.

Merged Pull-Requests

Full Changelog: v0.15.0...v0.16.0