Skip to content

v0.24.0

Choose a tag to compare

@shiroyasha shiroyasha released this 01 Jun 16:24
· 165 commits to main since this release
v0.24.0
fdad719

What's new since v0.23.0

v0.24.0 continues the move toward Git-backed SuperPlane Apps. Apps can now be provisioned with repositories, expose repository metadata and files through the API, and manage those files from both the UI and CLI.

This release also expands the component catalog with new AWS, GCP, GitHub, and Jira building blocks, improves Console authoring and dashboard interactions, enables the Agent globally, and tightens the self-hosted release path around SuperGit.

Git-backed Apps and repository files

SuperPlane Apps now have a stronger repository foundation. The backend gained repository models, provisioning, Git provider abstractions, SuperGit support, and APIs for reading repository metadata and files.

The Files experience now supports managing repository-backed files from the UI, including file lists, editors, diff dialogs, pending state, and publish flows. The CLI also gained file tree and file show commands so repository files can be inspected from scripts and
terminals.

Self-hosted deployments now include SuperGit wiring in Docker Compose and Helm, and the demo image can download and run with the required Git tooling.

App-focused CLI

The CLI now exposes App commands directly. Canvas and Console commands have moved under the App command structure, with new commands for App creation, deletion, listing, active App selection, Canvas operations, Console operations, App files, and App change requests.

This makes the CLI terminology line up better with the product model introduced in recent releases.

More integration components

This release adds several new infrastructure and service components:

  • AWS EC2 components for getting instance details and managing instance power.
  • GCP Compute components for VM power management, machine type updates, and VM metrics.
  • GitHub commit status trigger support.
  • Jira heartbeat create, update, delete, and ping components.

The UI mappers, examples, docs, and tests were added alongside the backend implementations.

Console and dashboard improvements

Console authoring received another round of polish. Panel editing, widget locking, table/chart behavior, dashboard trigger confirmation, number and table widgets, and node panels were refined.

Canvas and workflow UI details were also cleaned up, including mode controls, sidebar behavior, version rows, diff summaries, file overlays, and visual details around blocks and annotations.

Manual run parameter refinements

Manual run templates now support select-type parameters, input placeholders, and improved run modal behavior. Template payload handling and autocomplete were updated so parameterized runs are easier to configure and execute.

Agent and runtime reliability

The Agent is now enabled globally. The Anthropic prompt is synced on startup, blank canvases show the Agent intro correctly, streams continue after session errors, and Agent scope/preamble behavior was corrected for Console-aware workflows.

The release also fixes repository readiness edge cases and includes release image cleanup for self-hosted installs.

Bug Fixes

Improvements

New features


Full Changelog: v0.23.0...v0.24.0