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

Session-start announcements can now be moved to just before the closing line

A new env var lets session-start context blocks (sandbox info, model, skills, etc.) be repositioned right before the final prompt line

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSystem Promptwhat it touches
KindInternal Changesin v2.1.277,
Group of 2 Under the hood

A new env var lets session-start context blocks (sandbox info, model, skills, etc.) be repositioned right before the final prompt line

What

At the start of a session, Claude Code attaches several 'announcement' blocks to the first message, things like sandbox instructions, environment details, the active model, proactivity notes, budget info, available tools, skill listings, output style instructions, language, and auto-mode status. A new mechanism can now move these announcements so they sit right before the closing line of the message instead of their normal position.

This behavior is controlled by a new environment variable, CLAUDE_CODE_SESSION_START_ANNOUNCEMENTS_BEFORE_PROMPT. When it's set, Claude Code checks whether the repositioning is possible (it isn't for models without system messages, when there's no user message, or when there's nothing to announce) and moves the announcements if so.

Why

Repositioning these blocks can change how the model weighs session-start context relative to the user's actual request. The feature records telemetry on whether and why the reposition happened or was skipped, which helps diagnose behavior differences tied to this setting.

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 effect this repositioning has on model behavior or when it is triggered versus the default placement.

See this entry in the whole of v2.1.277 →

Feedback