Skip to content

v0.5.1

Latest

Choose a tag to compare

@snarktank-openclaw snarktank-openclaw released this 15 Feb 05:15
· 4 commits to main since this release

What's New

  • Sequential run numbers (#100) — runs get #1, #2 etc. instead of UUID-only references. Works with workflow status, workflow resume, and logs.
  • Agent ID delimiter fix (#143) — switched from hyphen to underscore delimiter (bug-fix_setup instead of bug-fix-setup) to prevent namespace collisions.
  • Landing page update — removed false escalation claim, added workflow stop and workflow ensure-crons commands.
  • 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.