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
- rethrow retryable infra errors (throttle/5xx) from task load and
high-water update so the stream retries instead of silently
under-counting a cost/turn ceiling
- seed the monotonic cost mark from authoritative task.cost_usd so a
ceiling can trip on a non-cost event and the first eval of an
already-costed task
- normalize aggregate metadata aliases on both evaluators; drop the
duplicate cumulative_* / turn_count aliases the progress writer emitted
- default gate_on_event_async ts_module to the real task_state so a
missing module pauses for approval instead of crashing
- key get-event-rules cache on repo + workflow_ref (rules depend on the
workflow's eventRulePack)
- add coverage for the new retry/seed paths
0 commit comments