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
the one-shot CLI moved from mix oban_claude.run "..." to mix oban_claude run "..." (a cheer subcommand). The prompt is still the first positional argument and every flag is unchanged; --prompt is dropped in favor of the positional.
Features
add :binary passthrough; make the Args<->passthrough round-trip exhaustive (#105) (f076da7)
add ObanClaude.Testing, a builder for :query_fun stub returns (#107) (e2a41e5), closes #81
expose claude_wrapper's :hermetic config seal as an args option (#59) (5610800), closes #58
harden the mix tasks and telemetry for unattended fleets (#100) (de56cee)
pin worker args, harden :meta, validate args at the seam (#98) (509fd1c)
rebuild the CLI as a cheer mix oban_claude command tree (run/doctor/args) (#109) (7b29683), closes #102