v0.12.15
Bug Fix
- fix(reset): Clear invocation history when resetting tasks via
steroids tasks reset. The invocation cap (introduced in v0.12.14) counts all-time invocations, so tasks that were stuck in a pre-fix runaway loop would immediately trip the cap after being reset. Nowtasks resetalso deletes invocation records, giving the task a clean slate.
Full Changelog: v0.12.14...v0.12.15