Skip to content

Add max turn time watchdog#18

Merged
danyel117 merged 1 commit into
mainfrom
feat/max-turn-time-watchdog
Jul 22, 2026
Merged

Add max turn time watchdog#18
danyel117 merged 1 commit into
mainfrom
feat/max-turn-time-watchdog

Conversation

@danyel117

Copy link
Copy Markdown
Contributor

Summary

  • add an opt-in max_turn_time watchdog that retries one goal prompt when a model step remains busy past the configured duration
  • preserve Task and restricted-agent safety while keeping watchdog retries outside auto-turn, no-progress, and prompt-failure budgets
  • cancel and clean up watchdogs on idle, built-in retry, session deletion, and plugin disposal
  • correct the README attribution from Willy Topete to William Ricchiuti

Validation

  • bun run lint
  • bun run typecheck
  • bun test (69 passed)
  • bun run build
  • bun run pack:dry-run
  • independent read-only review with Claude Opus: approved with no remaining findings

Closes #16

@danyel117
danyel117 merged commit a6ae9e4 into main Jul 22, 2026
4 checks passed
@danyel117
danyel117 deleted the feat/max-turn-time-watchdog branch July 22, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: max_turn_time

1 participant