Releases: dedalus-labs/dedalus-cli
Releases · dedalus-labs/dedalus-cli
v0.1.0
v0.0.4
0.0.4 (2026-04-01)
Full Changelog: v0.0.3...v0.0.4
Features
- set CLI flag constant values automatically where
x-stainless-constis 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
RawJSONwhen iterating items with--format explorein the CLI (2963002)
Chores
v0.0.3
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
v0.0.2
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)