Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 11:08
Immutable release. Only release title and notes can be modified.
b8196a1

🐛 Bug Fixes

  • str-cast target_dir in core; expand run_workflow_core tests (5f35d79)
  • event-driven progress. (e6d0885)
  • fallback to the plan summary when execution produces no changes (5bddd8e)
  • restore lifecycle. (534b7ee)
  • restore context spinner, Confirm.ask, and run.started event ordering (595301f)
  • remove interactive condition (2c888eb)

🚀 New Features

  • expose AgentRunResult in public API (d780e49)
  • extract event_to_dict and add AsyncEventQueue (b36084f)
  • add async event queue for programmatic consumers (40a5bab)
  • auto-approve plan for non-interactive API runs (3c7ebe9)
  • add ANSWERED status for direct-answer runs (66ebbcc)
  • reorder subscribers to prevent duplicate spinner lines (cf86052)