Releases: dedalus-labs/dedalus-cli
Releases · dedalus-labs/dedalus-cli
Release list
v0.4.0
0.4.0 (2026-05-12)
Full Changelog: v0.3.0...v0.4.0
Features
- api: add usage endpoints/autosleep (63a1582)
v0.3.0
0.3.0 (2026-05-12)
Full Changelog: v0.2.2...v0.3.0
Features
- api: add org usage endpoints, remove ssh command/install scripts, update machines API (f842f29)
- cli: re-nest colon-flattened subresource commands (#19) (8ea656f)
- support passing path and query params over stdin (489489f)
Bug Fixes
- flags for nullable body scalar fields are strictly typed (9de27f3)
Chores
v0.2.2
0.2.2 (2026-04-29)
Full Changelog: v0.2.1...v0.2.2
Chores
- drop stale dedalus-go v0.1.0 custom-code pin (f6646d2)
v0.2.1
0.2.1 (2026-04-29)
Full Changelog: v0.2.0...v0.2.1
Bug Fixes
- cli: correctly load zsh autocompletion (53e9ec6)
v0.2.0
0.2.0 (2026-04-22)
Full Changelog: v0.1.0...v0.2.0
Features
- allow
-as value representing stdin to binary-only file parameters in CLIs (7da15e2) - better error message if scheme forgotten in CLI
*_BASE_URL/--base-url(5edec04) - binary-only parameters become CLI flags that take filenames only (0875d6c)
- cli: add
--raw-output/-roption to print raw (non-JSON) strings (d7201c6) - cli: alias parameters in data with
x-stainless-cli-data-alias(5a62637) - cli: send filename and content type when reading input from files (21ec6dd)
Bug Fixes
- fall back to main branch if linking fails in CI (87613ec)
- fix for failing to drop invalid module replace in link script (547c3e1)
- fix quoting typo (575418c)
Chores
- add documentation for ./scripts/link (6d33e1a)
- add install.ps1 for Windows (#14) (bcc4657)
- ci: add github env support for goreleaser (158e705)
- ci: remove release-doctor workflow (2a1a9d8)
- ci: support manually triggering release workflow (cf0bd76)
- cli: additional test cases for
ShowJSONIterator(c64d07c) - cli: default to jsonl format (4a34328)
- cli: fall back to JSON when using default "explore" with non-TTY (3b62e8d)
- cli: let
--format rawbe used in conjunction with--transform(c913d27) - cli: switch long lists of positional args over to param structs (86bdc85)
- cli: use
ShowJSONOptsas argument toformatJSONinstead of many positionals (a19782c) - internal: more robust bootstrap script (6fbf8f5)
- mark all CLI-related tests in Go with
t.Parallel()(7d1a565) - modify CLI tests to inject stdout so mutating
os.Stdoutisn't necessary (6073189) - switch some CLI Go tests from
os.Chdirtot.Chdir(ba52bbe) - tests: bump steady to v0.22.1 (544f575)
v0.1.0
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
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)
v0.0.1
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)