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
skipMessageCacheMarkersoption, alongside the existingskipTranscript/skipCacheWriteoptions, threaded into the underlying streaming query call. - The core compaction/summarization call now accepts the same
skipMessageCacheMarkersoption (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_eclipsefeature 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.
Names in the bundleskipMessageCacheMarkers
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
It's unclear what a cache marker on a message does or when skipping it would matter to a user.