Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

Compaction and forked-agent queries can now skip inline cache markers

New skipMessageCacheMarkers option lets compaction and forked-agent requests omit cache markers on messages

TierUse it nowhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaCompactionwhat it touches
KindNew Featuresin v2.1.267,
Group of 3 Use it now No documentation found

New skipMessageCacheMarkers option lets compaction and forked-agent requests omit cache markers on messages

What

  • The internal forked-agent query runner gained a skipMessageCacheMarkers option, alongside the existing skipTranscript/skipCacheWrite options, threaded into the underlying streaming query call.
  • The core compaction/summarization call now accepts the same skipMessageCacheMarkers option (defaulting to false), passed through to the underlying compaction function.
  • When enabled, compaction requests omit cache markers on messages under certain conditions, gated by the tengu_groovy_eclipse feature flag.

Why Cache markers help Claude Code reuse previously-computed context, but they're not always needed; this gives compaction and forked-agent requests a way to skip them when appropriate.

Read from
Names in the bundleskipMessageCacheMarkers
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 doubtIt's unclear what a cache marker on a message does or when skipping it would matter to a user.

See this entry in the whole of v2.1.267 →