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
fix(cron): de-duplicate main-session systemEvent in heartbeat model input
A sessionTarget:"main" cron systemEvent was surfaced to the model twice:
the reply pipeline rendered it as a raw System: line and the heartbeat also
wrapped it via buildCronEventPrompt. selectGenericSystemEvents excluded
exec-completion events (which own a dedicated heartbeat prompt) but not cron
events, which own buildCronEventPrompt. Exclude cron:<jobId>-tagged events so
the heartbeat path is their single owner, symmetric with exec-completions.
Closes#44922
0 commit comments