Skip to content

Releases: dedalus-labs/dedalus-cli

v0.1.0

02 Apr 00:46
4ddb6cd

Choose a tag to compare

0.1.0 (2026-04-02)

Full Changelog: v0.0.4...v0.1.0

Features

  • api: add sleep & wake methods (1fac358)

Chores

v0.0.4

01 Apr 20:45
f57973b

Choose a tag to compare

0.0.4 (2026-04-01)

Full Changelog: v0.0.3...v0.0.4

Features

  • set CLI flag constant values automatically where x-stainless-const is set (d1a4106)

Bug Fixes

  • fix for off-by-one error in pagination logic (2eec67c)
  • handle empty data set using --format explore (bfa5c16)
  • ssh: update ssh command for workspace-to-machine rename (#10) (7de7907)
  • use RawJSON when iterating items with --format explore in the CLI (2963002)

Chores

  • api: refresh codegen (2b89c22)
  • api: rename workspaces to machines (837411d)
  • internal: update multipart form array serialization (a9a88ea)
  • omit full usage information when missing required CLI parameters (8f88284)
  • tests: bump steady to v0.20.1 (d4a2e39)
  • tests: bump steady to v0.20.2 (1aa9e71)

v0.0.3

25 Mar 02:10
68c1ded

Choose a tag to compare

0.0.3 (2026-03-25)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • api: remove ssh command, rename stream-status to watch, drop wake-if-needed (6c435f3)
  • ssh: remove deprecated wake_if_needed field, tidy deps (982a108)

Chores

  • ci: skip lint on metadata-only changes (421e8ad)
  • internal: codegen related update (40bf2f7)
  • tests: bump steady to v0.19.7 (b60170b)

v0.0.2

24 Mar 02:02
89d4913

Choose a tag to compare

0.0.2 (2026-03-23)

Full Changelog: v0.0.2...v0.0.2

Features

  • add default description for enum CLI flags without an explicit description (c1794a0)
  • api: stable beta (6e60912)
  • ssh: add ephemeral certificate SSH helper (80069fa)

Bug Fixes

  • api: add stream-status to workspaces, remove ssh, migrate to steady (47e0da2)
  • api: update flags (52f718e)
  • avoid reading from stdin unless request body is form encoded or json (522880b)
  • better support passing client args in any position (bb63352)
  • cli no longer hangs when stdin is attached to a pipe with empty input (2407337)
  • improve linking behavior when developing on a branch not in the Go SDK (69e4687)
  • improved workflow for developing on branches (9b81964)
  • no longer require an API key when building on production repos (02e3fa0)
  • ssh: add ephemeral certificate SSH helper (#2) (ce03f86)
  • ssh: align types with dedalus-go SDK (#4) (75391d4)

Chores

  • add curl install script (#6) (2059194)
  • api: update homebrew tap and code samples (654e2de)
  • internal: tweak CI branches (e8ef06a)
  • internal: update gitignore (596fc86)
  • tests: bump steady to v0.19.4 (a0028a5)
  • tests: bump steady to v0.19.5 (938cce6)
  • tests: bump steady to v0.19.6 (4049dfc)

Refactors

  • tests: switch from prism to steady (a5a9877)

v0.0.1

18 Mar 21:17
75af0ac

Choose a tag to compare

0.0.2 (2026-03-18)

Full Changelog: v0.0.1...v0.0.2

Bug Fixes

  • improve linking behavior when developing on a branch not in the Go SDK (69e4687)
  • ssh: align types with dedalus-go SDK (#4) (75391d4)

Chores

  • api: update homebrew tap and code samples (654e2de)