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
Give the session cap precedence over the open-task nudge
The cap policy's halt and abort decisions reuse the same wait/reply/done
action shapes as an ordinary end-of-turn yield, so the open-task nudge (and
the workflow nudge and goal continue-rule) could not tell a capped turn
apart from a plain one and rewrote its wait into a fresh infer(), silently
swallowing the cap and continuing the loop. Detect the moment the cap fires
and return its actions untouched before any continuation rewrite runs.
Claude-Session: https://claude.ai/code/session_01PiLfSXwRgDgMp5wC3SVAZn
0 commit comments