Background-event polling no longer piles up repeated reminder text in your conversation.
What's wrong with this entry?
Repeated polls for background events were accumulating system-reminder text in the conversation. Results whose tool id starts with poll_ are now skipped by the reminder-merging pass, as are text blocks that are themselves event-delivery reminders.
- A named constant was introduced for the empty poll reply,
(no pending events). - A second branch that would skip reminders based on content shape rather than the id prefix exists but sits behind a helper that returns false in this build, so only the
poll_prefix check runs.
(no pending events)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.224
Attention budget: state and telemetry land, nothing can trigger it
Both mention context management
-
v2.1.233
Remaining-token countdown is now on by default
Both mention context management
-
v2.1.232
Worker processes no longer inherit resume state
Both mention management