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 ·

Cloud session creation can defer sending the first prompt until permission mode is confirmed

Cloud session creation can now send the first prompt separately, after permission mode is confirmed

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindInternal Changesin v2.1.277,
Under the hood No documentation found

Cloud session creation can now send the first prompt separately, after permission mode is confirmed

What

When creating a remote or cloud ("teleport") session, the client can now opt in to a mode where the first prompt is left out of the initial signed session-create request and sent separately afterward, once the permission mode it establishes has been stored on the server. This is controlled by a new deferInitialMessage option, and the create response can indicate the first prompt was withheld so the caller knows to send it itself.

Why

This ensures the permission mode for a new remote session is confirmed and stored before the first prompt is sent, avoiding a case where a prompt could be processed before its governing permission mode is actually in effect.

Read from
Names in the bundledeferInitialMessage

See this entry in the whole of v2.1.277 →

Feedback