You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)