Skip to content

deepctl-core: v0.2.16

Choose a tag to compare

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

0.2.16 (2026-08-19)

Bug Fixes

  • correct web command examples, document Flux TTS/STT, and honor -o json across account commands (#97) (55984ec)
  • keys: honor -o json so stdout stays parseable (completes the #97 sweep) (#101) (e430a77)

Behavior changes

  • Commands now map their result status to a process exit code (error1, cancelled2, otherwise 0), and BaseCommand.exit_code_for() exposes that mapping. Exit codes were previously discarded, so every command exited 0.
  • -o yaml and -o csv payloads are written verbatim; the renderer no longer interprets [...] as markup or wraps long values.
  • New get_status_console() returns the shared stderr console for status output. Commands should use it instead of declaring their own. Packages that import it require deepctl-core>=0.2.16.