Skip to content

v0.45.2

Latest

Choose a tag to compare

@nicobailon nicobailon released this 10 Aug 04:48
· 5 commits to main since this release

Fixed

  • Tell parents to revive resumable failed async runs before reporting failure or launching a replacement. Thanks to @Livan-pro for #938.
  • Persist the actual agent and session file for workflow children when they start so their sessions can resume after a parent restart. Thanks to @Livan-pro for #932.
  • Retry steering requests that remain pending after manual compaction and fail unresolved requests at shutdown. Thanks to @jtac for #933.
  • Omit undefined object fields from workflowScript return values so completed runs.all results are not discarded when callers include unsupported fields such as status (#930).
  • Keep child steering inbox auto requests queued between agent_end and agent_settled so settlement-time guidance is not sent as an idle prompt too early. Thanks to @jtac for #928.