You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pebble): surface timeout budget in system prompt
The Pebble webhook enforces a hard wall-clock timeout (CLAYDE_PEBBLE_TIMEOUT,
default 300s) but never told Claude about it, so the agent could take on work
too large to finish and get killed mid-task with no result for the user.
build_system_prompt now takes timeout_s and states the budget in the prompt:
process is killed on overrun, prefer a smaller complete action, and report the
most valuable partial result in the JSON summary if the task is too big.
worker.py passes the configured timeout through.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments