Skip to content

v0.1.11

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 13 Apr 18:52
· 283 commits to main since this release
01becbe

v0.1.11

Enhancement or New Feature

  • Cross-workflow chaining: --upstream and --downstream CLI flags, virtual action injection, and orchestrator support for multi-workflow pipelines
  • FILE-mode record identity: tools receive full records with node_id, framework matches outputs to inputs by identity instead of heuristics (breaking change for FILE tools — use record["content"]["field"] instead of record["field"])
  • Step-by-step progress display for sequential execution mode
  • Add --example flag to agac init for scaffolding projects from bundled examples
  • Add doc-vs-code audit framework for retry and reprompt modules

Bug Fix

  • Fix FILE-mode lineage: preserve content from full records returned by FILE tools, and skip source data loading in cross-workflow runs
  • Resolve .env files from project root instead of CWD
  • Guard conditions can now reference output_field values directly