Skip to content

deepctl-cmd-read: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 12:22
0244698

0.1.0 (2026-08-19)

⚠ BREAKING CHANGES

  • dg now exits non-zero when a command fails: 1 for errors (including crashes and usage errors), 2 for user interrupt, 0 on success. Every command previously exited 0 regardless of outcome, so scripts and CI steps that ignored the exit code will surface failures they were silently swallowing. No command that succeeds changes its exit code.

Bug Fixes

  • correct web command examples, document Flux TTS/STT, and honor -o json across account commands (#97) (55984ec)
  • dependency floors that let dg update skip this release, and exit-code + error-stream correctness (#102) (fd1e8a4)
  • deps: raise deepctl-core floor to 0.2.16 in the eight packages that import get_status_console (98f9e91)
  • keys: honor -o json so stdout stays parseable (completes the #97 sweep) (#101) (e430a77)