Skip to content

v0.1.1 — Adaptive review timeouts

Latest

Choose a tag to compare

@TanChuping TanChuping released this 13 Jul 16:06
· 3 commits to main since this release

Watchdog expiry is now a mandatory review point rather than an automatic stop.

  • The main conversation selects a rolling no-progress threshold by task class: 180/300/600/900/1800 seconds or a justified custom value.
  • Healthy current evidence—such as advancing scans, fresh stream/log/tool-call records, changing files, active process work, or worker phase changes—can heartbeat the exact tag and continue indefinitely.
  • A static Thinking label or timer tick alone is not evidence.
  • Explicit image-generation attempts retain their separate 180-second hard watchdog.
  • The CLI fallback for an omitted manual timeout is now 300 seconds.
  • Added timeout-policy documentation and regression coverage for stalled-to-armed review recovery.