What's New
- Sequential run numbers (#100) — runs get
#1,#2etc. instead of UUID-only references. Works withworkflow status,workflow resume, andlogs. - Agent ID delimiter fix (#143) — switched from hyphen to underscore delimiter (
bug-fix_setupinstead ofbug-fix-setup) to prevent namespace collisions. - Landing page update — removed false escalation claim, added
workflow stopandworkflow ensure-cronscommands. - CLI fallback fix (#106) — CLI fallback now correctly passes agentId and delivery mode to cron jobs.
Breaking Change
Agent IDs now use underscore as the namespace separator (e.g. bug-fix_setup). Existing installs need antfarm uninstall && antfarm install to pick up the new format.