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.275 ·

Custom system prompt strings can now be split at a boundary marker for caching

Custom system prompts can now be split into multiple cache segments

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSystem Promptwhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Custom system prompts can now be split into multiple cache segments

What

When Claude Code builds the system prompt used for analyzing context usage, a custom system prompt string is now passed through a new splitSystemPromptAtBoundary() helper instead of being included as one single block.

Why

Splitting the prompt at a boundary allows it to be broken into multiple segments for prompt caching (where Anthropic's API can reuse unchanged parts of a prompt across requests instead of reprocessing them), which can make repeated requests with a custom system prompt more efficient.

See this entry in the whole of v2.1.275 →