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

Headless plugin/MCP startup: first-command and first-turn mount joins now actually wait, instead of being no-ops

Headless startup now actually waits for plugin/MCP mounts before the first command and first turn

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.273,
You'll notice

Headless startup now actually waits for plugin/MCP mounts before the first command and first turn

What

Two points in headless session startup, firstCommandMountJoin and turnMountJoin, previously did nothing. They now, when a 'projects mount' is still pending, actually wait for it to finish via joinProjectsMountBeforeFirstCommand, bounded by timeout settings (PROJECTS_MOUNT_FIRST_COMMAND_WAIT_MS and a related floor value). turnMountJoin additionally waits for any pending 'grants' before letting the first turn proceed.

Why

This should prevent headless sessions from running commands or turns before required plugin/MCP project mounts and permission grants are actually ready, avoiding race conditions where a headless session acts before its environment is fully set up.

See this entry in the whole of v2.1.273 →