changelog
v2.2.0

Heal v2.2.0

New

  • The agent now hunts feature by feature, fully checking a few features at a time instead of chasing every suspicion first. Screen scans start much earlier in a run.

Improved

  • Sandbox Docker stacks now have readable names in docker ps.

Fixed

  • Published reports no longer show "Something went wrong". Re-export to fix older ones.
  • Parallel lanes no longer erase each other's Playwright results, which made passing tests fail.
  • A screen scan that recorded nothing is now retried instead of counting as done.
  • Stopping a run no longer loses the work in progress.
  • The link crawl now works on apps whose navigation is rendered client-side.
  • The screen scan no longer misses the first screens of long walks.
  • A new session on an already-built sandbox reuses the same stack instead of starting a broken duplicate.
  • Map paths like /<slug>/projects, /{slug}/projects and /[slug]/projects are now all read correctly.