2026.7.23.1 — No More Phantom Starts
Released 2026-07-23
← All releases
Fixes
- Removed the now‑unused human_interaction_count proof from hub backfill, simplifying the agent‑start validation process.
- Added a guard to stop backfill from fabricating agent start events on provisioning failures, preserving accurate run histories.
- Backfilled missing agent_started_at timestamps for historical runs, closing gaps in legacy data.
- Recorded agent_started timestamps as soon as a claw's sandbox reaches a ready state, improving real‑time visibility.
- Clamped the delivery funnel bar width to 100% in the web UI, preventing overflow and keeping the interface tidy.
Raw Changelog
Show raw git changelog
text
1f413dbf fix(hub): drop human_interaction_count as agent-start proof in backfill (Ana Berg)
6ee2cb09 fix(hub): stop backfill from fabricating agent starts on provisioning failures (Ana Berg)
5019c591 fix(hub): backfill agent_started_at for historical runs (Ana Berg)
17c89fb1 fix(hub): record agent_started when a claw's sandbox becomes ready (Ana Berg)
5ff4f6b7 fix(web): clamp delivery funnel bar width to 100% (Ana Berg)