Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Reminders can now survive conversation compaction and thread continuation

Batching and secondary reminders now survive transcript compaction instead of being dropped or needlessly resent

TierNothing to try yethow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaReminderswhat it touches
KindIn Developmentin v2.1.271,
Group of 5 Nothing to try yet

Batching and secondary reminders now survive transcript compaction instead of being dropped or needlessly resent

What

  • The transcript-folding (compaction) pipeline now keeps a record of which reminders (batching_reminder_sent, secondary_reminder_sent) have already been sent, and only re-sends ones whose text actually changed, via a reminderFromRecords flag.
  • A new diffing helper computes which reminders need to be resent by comparing freshly computed reminder text against the last-sent record.
  • The server-side "tether" logic that decides whether a thread can continue instead of starting fresh can now tolerate a transcript that ends in an ephemeral system reminder, when a new parameter is set; previously any trailing ephemeral reminder forced a new thread. It also records keptReminderClearAt and keptReminderScope in telemetry.
  • Message normalization gained a keptReminders flag, true when the caller requests it and the model response includes the beta mid-conversation-system-clear-at-2026-08-21.
  • A matching mid_conversation_system_clear_at beta header was added to the list of recognized Anthropic API betas.

Why

Together these changes mean reminder messages (like batching or secondary reminders) survive conversation compaction and thread continuation instead of being dropped or needlessly resent, keeping the model's context consistent across long sessions.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what keptReminders actually does once set, or what the mid-conversation-system-clear beta changes for the user.

See this entry in the whole of v2.1.271 →

Feedback