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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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